Home
last modified time | relevance | path

Searched refs:fInfo_ptr (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/codec/
H A DSkPngCodec.cpp82 , fInfo_ptr(nullptr) in AutoCleanPng()
89 // fInfo_ptr will never be non-nullptr unless fPng_ptr is. in ~AutoCleanPng()
91 png_infopp info_pp = fInfo_ptr ? &fInfo_ptr : nullptr; in ~AutoCleanPng()
97 SkASSERT(nullptr == fInfo_ptr); in setInfoPtr()
98 fInfo_ptr = info_ptr; in setInfoPtr()
117 png_infop fInfo_ptr; member in AutoCleanPng
126 fInfo_ptr = nullptr; in releasePngPtrs()
167 png_process_data(fPng_ptr, fInfo_ptr, (png_bytep) buffer, 8); in decodeBounds()
185 png_process_data(fPng_ptr, fInfo_ptr, chun in decodeBounds()
[all...]
H A DSkPngCodec.h59 voidp info_ptr() { return fInfo_ptr; } in info_ptr()
80 voidp fInfo_ptr; member in SkPngCodec

Completed in 3 milliseconds