Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStrikeForGPU.h21 class SkGlyph; variable
DSkGlyphRun.h24 class SkGlyph; variable
DSkGlyph.h233 constexpr SkGlyph() : SkGlyph{SkPackedGlyphID()} { } in SkGlyph() function
234 constexpr explicit SkGlyph(SkPackedGlyphID id) : fID{id} { } in SkGlyph() function
/external/skqp/src/ports/
DSkScalerContext_win_dw.h19 class SkGlyph; variable
/external/skia/src/ports/
DSkScalerContext_win_dw.h19 class SkGlyph; variable
DSkScalerContext_mac_ct.h34 class SkGlyph; variable
/external/skqp/src/gpu/text/
DGrTextContext.h22 class SkGlyph; variable
/external/skqp/src/core/
DSkGlyphRun.h22 class SkGlyph; variable
DSkGlyph.h140 constexpr explicit SkGlyph(SkPackedGlyphID id) : fID{id} {} in SkGlyph() function
DSkGlyphRunPainter.cpp774 auto perEmpty = [](const SkGlyph&, SkPoint) {}; in generateFromGlyphRunList()
815 auto perEmpty = [](const SkGlyph&, SkPoint) {}; in generateFromGlyphRunList()
/external/skqp/tools/fonts/
DSkTestTypeface.h25 class SkGlyph; variable
DSkTestSVGTypeface.h30 class SkGlyph; variable
DSkTestTypeface.cpp216 void generateImage(const SkGlyph&) override { in generateImage()
/external/skia/tools/fonts/
DTestTypeface.h26 class SkGlyph; variable
DTestTypeface.cpp179 void generateImage(const SkGlyph&) override { SK_ABORT("Should have generated from path."); } in generateImage()
DTestSVGTypeface.h34 class SkGlyph; variable
/external/skia/src/utils/
DSkCustomTypeface.cpp219 void generateImage(const SkGlyph&) override { SK_ABORT("Should have generated from path."); } in generateImage()