Home
last modified time | relevance | path

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

/external/skqp/src/codec/
DSkBmpCodec.cpp197 const BmpHeaderType headerType = get_header_type(infoBytes); in ReadHeader() local
198 if (kUnknown_BmpHeaderType == headerType) { in ReadHeader()
227 switch (headerType) { in ReadHeader()
328 switch (headerType) { in ReadHeader()
354 if (kInfoV2_BmpHeaderType == headerType || in ReadHeader()
355 (kInfoV3_BmpHeaderType == headerType && !inIco)) { in ReadHeader()
/external/skia/src/codec/
DSkBmpCodec.cpp197 const BmpHeaderType headerType = get_header_type(infoBytes); in ReadHeader() local
198 if (kUnknown_BmpHeaderType == headerType) { in ReadHeader()
227 switch (headerType) { in ReadHeader()
333 switch (headerType) { in ReadHeader()
359 if (kInfoV2_BmpHeaderType == headerType || in ReadHeader()
360 (kInfoV3_BmpHeaderType == headerType && !inIco)) { in ReadHeader()