OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRequireUnpremultipliedColors
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp
465
if (reallyHasAlpha && this->
getRequireUnpremultipliedColors
()) {
483
if (this->
getRequireUnpremultipliedColors
()) {
627
if (this->
getRequireUnpremultipliedColors
() && *hasAlphap) {
700
if (this->
getRequireUnpremultipliedColors
()) {
724
if (this->
getRequireUnpremultipliedColors
()) {
[
all
...]
SkScaledBitmapSampler.cpp
97
if (decoder.
getRequireUnpremultipliedColors
()) {
335
if (decoder.
getRequireUnpremultipliedColors
()) {
390
if (decoder.
getRequireUnpremultipliedColors
()) {
507
if (decoder.
getRequireUnpremultipliedColors
()) {
540
if (decoder.
getRequireUnpremultipliedColors
()) {
561
if (decoder.
getRequireUnpremultipliedColors
()) {
SkImageDecoder_libwebp.cpp
124
return SkToBool(fHasAlpha) && !this->
getRequireUnpremultipliedColors
();
/external/skia/src/images/
SkImageDecoder_libpng.cpp
337
if (this->
getRequireUnpremultipliedColors
()) {
470
if (reallyHasAlpha && this->
getRequireUnpremultipliedColors
()) {
626
if (this->
getRequireUnpremultipliedColors
() && *hasAlphap) {
699
if (this->
getRequireUnpremultipliedColors
()) {
723
if (this->
getRequireUnpremultipliedColors
()) {
[
all
...]
SkScaledBitmapSampler.cpp
97
if (decoder.
getRequireUnpremultipliedColors
()) {
335
if (decoder.
getRequireUnpremultipliedColors
()) {
390
if (decoder.
getRequireUnpremultipliedColors
()) {
507
if (decoder.
getRequireUnpremultipliedColors
()) {
540
if (decoder.
getRequireUnpremultipliedColors
()) {
561
if (decoder.
getRequireUnpremultipliedColors
()) {
SkImageDecoder_libwebp.cpp
124
return SkToBool(fHasAlpha) && !this->
getRequireUnpremultipliedColors
();
/external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h
116
bool
getRequireUnpremultipliedColors
() const { return fRequireUnpremultipliedColors; }
/external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_CG.cpp
115
if (!bm->isOpaque() && this->
getRequireUnpremultipliedColors
()) {
SkImageDecoder_WIC.cpp
205
if (this->
getRequireUnpremultipliedColors
()) {
/external/skia/include/core/
SkImageDecoder.h
116
bool
getRequireUnpremultipliedColors
() const { return fRequireUnpremultipliedColors; }
/external/skia/src/ports/
SkImageDecoder_CG.cpp
115
if (!bm->isOpaque() && this->
getRequireUnpremultipliedColors
()) {
SkImageDecoder_WIC.cpp
205
if (this->
getRequireUnpremultipliedColors
()) {
Completed in 379 milliseconds