Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkScalerContext.h32 struct SkGlyph { struct
33 void* fImage;
34 SkPath* fPath;
35 SkFixed fAdvanceX, fAdvanceY;
37 uint32_t fID;
38 uint16_t fWidth, fHeight;
39 int16_t fTop, fLeft;
41 uint8_t fMaskFormat;
42 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
44 void init(uint32_t id) { in init()
[all …]