OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theTranspColor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp
107
SkPMColor *
theTranspColor
);
326
SkPMColor
theTranspColor
= 0; // 0 tells us not to try to match
328
if (!this->getBitmapConfig(png_ptr, info_ptr, &config, &hasAlpha, &
theTranspColor
)) {
462
if (0 !=
theTranspColor
) {
463
reallyHasAlpha |= substituteTranspColor(decodedBitmap,
theTranspColor
);
796
SkPMColor
theTranspColor
= 0; // 0 tells us not to try to match
798
if (!this->getBitmapConfig(png_ptr, info_ptr, &config, &hasAlpha, &
theTranspColor
)) {
[
all
...]
/external/skia/src/images/
SkImageDecoder_libpng.cpp
107
SkPMColor *
theTranspColor
);
326
SkPMColor
theTranspColor
= 0; // 0 tells us not to try to match
328
if (!this->getBitmapConfig(png_ptr, info_ptr, &config, &hasAlpha, &
theTranspColor
)) {
467
if (0 !=
theTranspColor
) {
468
reallyHasAlpha |= substituteTranspColor(decodedBitmap,
theTranspColor
);
795
SkPMColor
theTranspColor
= 0; // 0 tells us not to try to match
797
if (!this->getBitmapConfig(png_ptr, info_ptr, &config, &hasAlpha, &
theTranspColor
)) {
[
all
...]
Completed in 707 milliseconds