OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numPalette
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp
665
int
numPalette
;
670
png_get_PLTE(png_ptr, info_ptr, &palette, &
numPalette
);
678
int colorCount =
numPalette
+ (
numPalette
< 256);
690
if (numTrans >
numPalette
) {
691
numTrans =
numPalette
;
712
for (; index <
numPalette
; index++) {
718
if (
numPalette
< 256) {
[
all
...]
/external/skia/src/images/
SkImageDecoder_libpng.cpp
664
int
numPalette
;
669
png_get_PLTE(png_ptr, info_ptr, &palette, &
numPalette
);
677
int colorCount =
numPalette
+ (
numPalette
< 256);
689
if (numTrans >
numPalette
) {
690
numTrans =
numPalette
;
711
for (; index <
numPalette
; index++) {
717
if (
numPalette
< 256) {
[
all
...]
Completed in 217 milliseconds