Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkStrikeForGPU.h21 class SkGlyph; variable
DSkGlyphRun.h24 class SkGlyph; variable
DSkGlyph.h234 constexpr SkGlyph() : SkGlyph{SkPackedGlyphID()} { } in SkGlyph() function
235 constexpr explicit SkGlyph(SkPackedGlyphID id) : fID{id} { } in SkGlyph() function
/third_party/skia/src/ports/
DSkScalerContext_win_dw.h19 class SkGlyph; variable
DSkScalerContext_mac_ct.h34 class SkGlyph; variable
/third_party/flutter/skia/src/ports/
DSkScalerContext_win_dw.h19 class SkGlyph; variable
/third_party/flutter/skia/src/gpu/text/
DGrTextContext.h23 class SkGlyph; variable
/third_party/flutter/skia/src/core/
DSkGlyphRun.h22 class SkGlyph; variable
DSkStrikeInterface.h20 class SkGlyph; variable
DSkGlyph.cpp70 SkGlyph::SkGlyph(const SkGlyphPrototype& p) in SkGlyph() function in SkGlyph
DSkGlyph.h121 constexpr explicit SkGlyph(SkPackedGlyphID id) : fID{id} { } in SkGlyph() function
/third_party/skia/src/gpu/text/
DGrAtlasManager.h18 class SkGlyph; variable
/third_party/flutter/skia/tools/fonts/
DTestTypeface.h26 class SkGlyph; variable
DTestTypeface.cpp182 void generateImage(const SkGlyph&) override { SK_ABORT("Should have generated from path."); } in generateImage()
DTestSVGTypeface.h34 class SkGlyph; variable
/third_party/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
/third_party/skia/src/utils/
DSkCustomTypeface.cpp220 void generateImage(const SkGlyph&) override { SK_ABORT("Should have generated from path."); } in generateImage()