OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPng_ptr
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/codec/
SkPngCodec.h
46
png_structp png_ptr() { return
fPng_ptr
; }
53
png_structp
fPng_ptr
;
SkPngCodec.cpp
61
:
fPng_ptr
(png_ptr)
65
// fInfo_ptr will never be non-nullptr unless
fPng_ptr
is.
66
if (
fPng_ptr
) {
68
png_destroy_read_struct(&
fPng_ptr
, info_pp, nullptr);
78
fPng_ptr
= nullptr;
83
png_structp
fPng_ptr
;
99
if (!png_get_PLTE(
fPng_ptr
, fInfo_ptr, &palette, &numColors)) {
108
if (png_get_tRNS(
fPng_ptr
, fInfo_ptr, &alphas, &numColorsWithAlpha, nullptr)) {
336
,
fPng_ptr
(png_ptr)
348
if (
fPng_ptr
) {
[
all
...]
/external/skia/src/images/
SkImageDecoder_libpng.cpp
52
,
fPng_ptr
(png_ptr)
58
if (
fPng_ptr
) {
59
png_destroy_read_struct(&
fPng_ptr
, &fInfo_ptr, png_infopp_NULL);
64
png_structp
fPng_ptr
;
[
all
...]
Completed in 968 milliseconds