Home
last modified time | relevance | path

Searched refs:is_chunk (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/codec/
DSkPngCodec.cpp132 static inline bool is_chunk(const png_byte* chunk, const char* tag) { in is_chunk() function
182 if (is_chunk(chunk, "IDAT")) { in decodeBounds()
229 if (is_chunk(chunk, "IEND")) { in processData()
/third_party/skia/src/codec/
DSkPngCodec.cpp130 static inline bool is_chunk(const png_byte* chunk, const char* tag) { in is_chunk() function
180 if (is_chunk(chunk, "IDAT")) { in decodeBounds()
227 if (is_chunk(chunk, "IEND")) { in processData()