Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_wbmp.cpp48 struct wbmp_head { struct
49 int fWidth;
50 int fHeight;
52 bool init(SkStream* stream) in init()