OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fInfo_ptr
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/codec/
SkPngCodec.cpp
62
,
fInfo_ptr
(nullptr) {}
65
//
fInfo_ptr
will never be non-nullptr unless fPng_ptr is.
67
png_infopp info_pp =
fInfo_ptr
? &
fInfo_ptr
: nullptr;
73
SkASSERT(nullptr ==
fInfo_ptr
);
74
fInfo_ptr
= info_ptr;
79
fInfo_ptr
= nullptr;
84
png_infop
fInfo_ptr
;
99
if (!png_get_PLTE(fPng_ptr,
fInfo_ptr
, &palette, &numColors)) {
108
if (png_get_tRNS(fPng_ptr,
fInfo_ptr
, &alphas, &numColorsWithAlpha, nullptr))
[
all
...]
SkPngCodec.h
54
png_infop
fInfo_ptr
;
/external/skia/src/images/
SkImageDecoder_libpng.cpp
53
,
fInfo_ptr
(info_ptr)
59
png_destroy_read_struct(&fPng_ptr, &
fInfo_ptr
, png_infopp_NULL);
65
png_infop
fInfo_ptr
;
[
all
...]
Completed in 113 milliseconds