Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
H A DSkBmpCodec.cpp200 const BmpHeaderType headerType = get_header_type(infoBytes); in ReadHeader() local
201 if (kUnknown_BmpHeaderType == headerType) { in ReadHeader()
230 switch (headerType) { in ReadHeader()
336 switch (headerType) { in ReadHeader()
362 if (kInfoV2_BmpHeaderType == headerType || in ReadHeader()
363 (kInfoV3_BmpHeaderType == headerType && !inIco)) { in ReadHeader()

Completed in 2 milliseconds