Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/codec/
DSkBmpCodec.cpp19 enum BmpHeaderType { enum
96 static BmpHeaderType get_header_type(size_t infoBytes) { in get_header_type()
197 const BmpHeaderType headerType = get_header_type(infoBytes); in ReadHeader()
/third_party/skia/src/codec/
DSkBmpCodec.cpp22 enum BmpHeaderType { enum
99 static BmpHeaderType get_header_type(size_t infoBytes) { in get_header_type()
200 const BmpHeaderType headerType = get_header_type(infoBytes); in ReadHeader()