Home
last modified time | relevance | path

Searched refs:extractAlpha (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/core/
H A DSkBitmap.h1040 bool extractAlpha(SkBitmap* dst) const { in extractAlpha() function
1041 return this->extractAlpha(dst, nullptr, nullptr, nullptr); in extractAlpha()
1057 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha() function
1059 return this->extractAlpha(dst, paint, nullptr, offset); in extractAlpha()
1077 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator* allocator,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/core/
H A DSkBitmap.h1040 bool extractAlpha(SkBitmap* dst) const { in extractAlpha() function
1041 return this->extractAlpha(dst, nullptr, nullptr, nullptr); in extractAlpha()
1057 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha() function
1059 return this->extractAlpha(dst, paint, nullptr, offset); in extractAlpha()
1077 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator* allocator,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/core/
H A DSkBitmap.h1089 bool extractAlpha(SkBitmap* dst) const { in extractAlpha() function
1090 return this->extractAlpha(dst, nullptr, nullptr, nullptr); in extractAlpha()
1106 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha() function
1108 return this->extractAlpha(dst, paint, nullptr, offset); in extractAlpha()
1126 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator* allocator,
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/core/
H A DSkBitmap.h1040 bool extractAlpha(SkBitmap* dst) const { in extractAlpha() function
1041 return this->extractAlpha(dst, nullptr, nullptr, nullptr); in extractAlpha()
1057 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha() function
1059 return this->extractAlpha(dst, paint, nullptr, offset); in extractAlpha()
1077 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator* allocator,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/core/
H A DSkBitmap.h1040 bool extractAlpha(SkBitmap* dst) const { in extractAlpha() function
1041 return this->extractAlpha(dst, nullptr, nullptr, nullptr); in extractAlpha()
1057 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha() function
1059 return this->extractAlpha(dst, paint, nullptr, offset); in extractAlpha()
1077 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator* allocator,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/core/
H A DSkBitmap.h1065 bool extractAlpha(SkBitmap* dst) const { in extractAlpha() function
1066 return this->extractAlpha(dst, nullptr, nullptr, nullptr); in extractAlpha()
1082 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha() function
1084 return this->extractAlpha(dst, paint, nullptr, offset); in extractAlpha()
1102 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator* allocator,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/core/
H A DSkBitmap.h1154 bool extractAlpha(SkBitmap* dst) const { in extractAlpha() function
1155 return this->extractAlpha(dst, nullptr, nullptr, nullptr); in extractAlpha()
1171 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha() function
1173 return this->extractAlpha(dst, paint, nullptr, offset); in extractAlpha()
1191 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator* allocator,
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/core/
H A DSkBitmap.h657 bool extractAlpha(SkBitmap* dst) const { in extractAlpha() function
658 return this->extractAlpha(dst, NULL, NULL, NULL); in extractAlpha()
661 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha() function
663 return this->extractAlpha(dst, paint, NULL, offset); in extractAlpha()
679 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator* allocator,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/views/
H A Dghost_image_view.cc236 preview.extractAlpha(&thick_outer_blur, &paint, &outer_blur_offset); in GetIconOutline()
240 preview.extractAlpha(&bright_outline, &paint, &bright_outline_offset); in GetIconOutline()
248 preview.extractAlpha(&thick_inner_blur, &paint, &thick_inner_blur_offset); in GetIconOutline()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A DBitmap_extractAlpha.cpp18 bitmap.extractAlpha(&alpha); in draw()
H A Dno_gpu_blur.cpp19 bitmap.extractAlpha(&alpha, &paint, nullptr, &offset); in draw()
H A DBitmap_extractAlpha_3.cpp20 bitmap.extractAlpha(&alpha, &paint, nullptr, &offset); in draw()
H A DBitmap_extractAlpha_2.cpp24 bitmap.extractAlpha(&alpha, &paint, &offset); in draw()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCBlit.h172 static inline u32 extractAlpha(const u32 c) in extractAlpha() function
539 const u32 s = PixelLerp32( src[src_x] | 0xFF000000, extractAlpha( src[src_x] ) ); in executeBlit_TextureCopy_32_to_16()
552 const u32 s = PixelLerp32( src[dx] | 0xFF000000, extractAlpha( src[dx] ) ); in executeBlit_TextureCopy_32_to_16()
958 const u16 alpha = extractAlpha( job->argb ) >> 3; in executeBlit_ColorAlpha_16_to_16()
979 const u32 alpha = extractAlpha( job->argb ); in executeBlit_ColorAlpha_32_to_32()
1239 u32 alpha = extractAlpha(color.color); in drawLine()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCBlit.h172 static inline u32 extractAlpha(const u32 c) in extractAlpha() function
539 const u32 s = PixelLerp32( src[src_x] | 0xFF000000, extractAlpha( src[src_x] ) ); in executeBlit_TextureCopy_32_to_16()
552 const u32 s = PixelLerp32( src[dx] | 0xFF000000, extractAlpha( src[dx] ) ); in executeBlit_TextureCopy_32_to_16()
958 const u16 alpha = extractAlpha( job->argb ) >> 3; in executeBlit_ColorAlpha_16_to_16()
979 const u32 alpha = extractAlpha( job->argb ); in executeBlit_ColorAlpha_32_to_32()
1239 u32 alpha = extractAlpha(color.color); in drawLine()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dbitmapfilters.cpp136 fBitmap.extractAlpha(&fAlpha); in onOnceBeforeDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dbitmapfilters.cpp136 fBitmap.extractAlpha(&fAlpha); in onOnceBeforeDraw()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkBitmap.cpp524 bool SkBitmap::extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha() function in SkBitmap
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkBitmap.cpp524 bool SkBitmap::extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha() function in SkBitmap
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkBitmap.cpp524 bool SkBitmap::extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha() function in SkBitmap
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkBitmap.cpp524 bool SkBitmap::extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha() function in SkBitmap
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkBitmap.cpp524 bool SkBitmap::extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha() function in SkBitmap
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkBitmap.cpp515 bool SkBitmap::extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha() function in SkBitmap
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkBitmap.cpp531 bool SkBitmap::extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha() function in SkBitmap
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DBlurTest.cpp664 bitmap.extractAlpha(&alpha, &paint, nullptr, &offset); in DEF_TEST()

12