Searched defs:SkGlyph (Results 1 – 19 of 19) sorted by relevance
21 class SkGlyph; variable
24 class SkGlyph; variable
234 constexpr SkGlyph() : SkGlyph{SkPackedGlyphID()} { } in SkGlyph() function235 constexpr explicit SkGlyph(SkPackedGlyphID id) : fID{id} { } in SkGlyph() function
19 class SkGlyph; variable
34 class SkGlyph; variable
23 class SkGlyph; variable
22 class SkGlyph; variable
20 class SkGlyph; variable
70 SkGlyph::SkGlyph(const SkGlyphPrototype& p) in SkGlyph() function in SkGlyph
121 constexpr explicit SkGlyph(SkPackedGlyphID id) : fID{id} { } in SkGlyph() function
18 class SkGlyph; variable
26 class SkGlyph; variable
182 void generateImage(const SkGlyph&) override { SK_ABORT("Should have generated from path."); } in generateImage()
179 void generateImage(const SkGlyph&) override { SK_ABORT("Should have generated from path."); } in generateImage()
220 void generateImage(const SkGlyph&) override { SK_ABORT("Should have generated from path."); } in generateImage()