Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/codec/
DSkBmpCodec.cpp88 static constexpr uint32_t kBmpInfoBaseBytes = 16; variable
97 if (infoBytes >= kBmpInfoBaseBytes) { in get_header_type()
/third_party/skia/src/codec/
DSkBmpCodec.cpp91 static constexpr uint32_t kBmpInfoBaseBytes = 16; variable
100 if (infoBytes >= kBmpInfoBaseBytes) { in get_header_type()