Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyph.h23 struct SkGlyph { struct
24 void* fImage;
25 SkPath* fPath;
26 SkFixed fAdvanceX, fAdvanceY;
28 uint32_t fID;
29 uint16_t fWidth, fHeight;
30 int16_t fTop, fLeft;
32 uint8_t fMaskFormat;
33 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
35 void init(uint32_t id) { in init()
[all …]
/external/skia/legacy/include/core/
DSkScalerContext.h37 struct SkGlyph { struct
38 void* fImage;
39 SkPath* fPath;
40 SkFixed fAdvanceX, fAdvanceY;
42 uint32_t fID;
43 uint16_t fWidth, fHeight;
44 int16_t fTop, fLeft;
46 uint8_t fMaskFormat;
47 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
49 void init(uint32_t id) { in init()
[all …]