Home
last modified time | relevance | path

Searched defs:wbmp_head (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_wbmp.cpp56 struct wbmp_head { struct
57 int fWidth;
58 int fHeight;
60 bool init(SkStream* stream) in init()