Home
last modified time | relevance | path

Searched refs:InputMasks (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/codec/
DSkMasks.h25 struct InputMasks { struct
48 static SkMasks* CreateMasks(InputMasks masks, int bytesPerPixel); argument
DSkMasks.cpp127 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks()
DSkBmpCodec.cpp293 SkMasks::InputMasks inputMasks; in ReadHeader()
294 memset(&inputMasks, 0, sizeof(SkMasks::InputMasks)); in ReadHeader()
/third_party/skia/src/codec/
DSkMasks.h30 struct InputMasks { struct
38 static SkMasks* CreateMasks(InputMasks masks, int bytesPerPixel); argument
DSkMasks.cpp127 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks()
DSkBmpCodec.cpp296 SkMasks::InputMasks inputMasks; in ReadHeader()
297 memset(&inputMasks, 0, sizeof(SkMasks::InputMasks)); in ReadHeader()