Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
DSkPngCodec.h29 void setIdatLength(size_t len) { fIdatLength = len; } in setIdatLength()
116 size_t fIdatLength; variable
DSkPngCodec.cpp233 length = fIdatLength; in processData()
995 , fIdatLength(0) in SkPngCodec()