Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphRunPainter.cpp49 SkZip<const SkGlyph*, SkPoint> acceptedBuffer, in prepare_for_path_drawing()
80 SkZip<const SkGlyph*, SkPoint> acceptedBuffer, in prepare_for_drawable_drawing()
110 SkZip<const SkGlyph*, SkPoint> acceptedBuffer, in prepare_for_direct_mask_drawing()
DSkTypeface_remote.cpp62 sk_sp<SkDrawable> SkScalerContextProxy::generateDrawable(const SkGlyph&) { in generateDrawable()
DSkDraw_text.cpp39 void SkDraw::paintMasks(SkZip<const SkGlyph*, SkPoint> accepted, const SkPaint& paint) const { in paintMasks()
DSkGlyph.h33 class SkGlyph; variable
389 constexpr SkGlyph() : SkGlyph{SkPackedGlyphID()} { } in SkGlyph() function
395 constexpr explicit SkGlyph(SkPackedGlyphID id) : fID{id} { } in SkGlyph() function
DSkOverdrawCanvas.cpp55 void paintMasks(SkZip<const SkGlyph*, SkPoint> accepted, const SkPaint& paint) const override { in paintMasks()
DSkScalerContext.cpp710 sk_sp<SkDrawable> SkScalerContext::generateDrawable(const SkGlyph&) { in generateDrawable()
/external/skia/src/ports/
DSkScalerContext_mac_ct.h34 class SkGlyph; variable
DSkScalerContext_win_dw.h20 class SkGlyph; variable
/external/skia/src/gpu/graphite/text/
DAtlasManager.h19 class SkGlyph; variable
/external/skia/src/gpu/ganesh/text/
DGrAtlasManager.h20 class SkGlyph; variable
/external/skia/src/text/
DGlyphRun.h27 class SkGlyph; variable
/external/skia/tools/fonts/
DTestSVGTypeface.h34 class SkGlyph; variable
DTestTypeface.h26 class SkGlyph; variable
DTestTypeface.cpp279 void generateImage(const SkGlyph&) override { SK_ABORT("Should have generated from path."); } in generateImage()