OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRequireUnpremultipliedColors
(Results
1 - 8
of
8
) sorted by null
/external/skia/src/images/
SkScaledBitmapSampler.h
43
, fPremultiplyAlpha(!dec.
getRequireUnpremultipliedColors
())
SkImageDecoder_ktx.cpp
76
if (this->
getRequireUnpremultipliedColors
()) {
215
SkASSERT(!this->
getRequireUnpremultipliedColors
());
SkImageDecoder_astc.cpp
125
if (this->
getRequireUnpremultipliedColors
()) {
SkImageDecoder_libpng.cpp
308
SkAlphaType alphaType = this->
getRequireUnpremultipliedColors
() ?
450
if (reallyHasAlpha && this->
getRequireUnpremultipliedColors
()) {
600
if (this->
getRequireUnpremultipliedColors
() && *hasAlphap) {
666
if (this->
getRequireUnpremultipliedColors
()) {
[
all
...]
SkImageDecoder_libwebp.cpp
115
return SkToBool(fHasAlpha) && !this->
getRequireUnpremultipliedColors
();
277
if (this->
getRequireUnpremultipliedColors
()) {
/external/skia/include/core/
SkImageDecoder.h
128
bool
getRequireUnpremultipliedColors
() const { return fRequireUnpremultipliedColors; }
/external/skia/src/ports/
SkImageDecoder_CG.cpp
208
if (!bm->isOpaque() && this->
getRequireUnpremultipliedColors
()) {
SkImageDecoder_WIC.cpp
207
if (this->
getRequireUnpremultipliedColors
()) {
Completed in 78 milliseconds