Searched defs:glyphRun (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/skia/src/svg/ |
H A D | SkSVGDevice.cpp | 211 void AddPath(const sktext::GlyphRun& glyphRun, const SkPoint& offset, SkPath* path) { in AddPath() 1051 SVGTextBuilder(SkPoint origin, const sktext::GlyphRun& glyphRun) in SVGTextBuilder() 1148 for (auto& glyphRun : glyphRunList) { in onDrawGlyphRunList() local 1158 for (auto& glyphRun : glyphRunList) { in onDrawGlyphRunList() local
|
/aosp_15_r20/external/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 834 const sktext::GlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint) { in drawGlyphRunAsPath() 890 const sktext::GlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint) { in internalDrawGlyphRun() 1069 for (const sktext::GlyphRun& glyphRun : glyphRunList) { in onDrawGlyphRunList() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkTextBlob.cpp | 873 int get_glyph_run_intercepts(const sktext::GlyphRun& glyphRun, in get_glyph_run_intercepts() 939 for (const sktext::GlyphRun& glyphRun : glyphRunList) { in getIntercepts() local
|
H A D | SkGlyphRunPainter.cpp | 199 for (auto& glyphRun : glyphRunList) { in drawForBitmapDevice() local
|
H A D | SkCanvas.cpp | 2456 sktext::GlyphRun glyphRun { in drawGlyphs() local 2474 sktext::GlyphRun glyphRun { in drawGlyphs() local 2495 sktext::GlyphRun glyphRun { in drawGlyphs() local
|
H A D | SkDevice.cpp | 451 sktext::GlyphRun glyphRun { in simplifyGlyphRunRSXFormAndRedraw() local
|
/aosp_15_r20/external/skia/src/text/ |
H A D | GlyphRun.cpp | 56 GlyphRunList::GlyphRunList(const GlyphRun& glyphRun, in GlyphRunList()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dwrite_2.h | 45 DWRITE_GLYPH_RUN glyphRun; member
|
D | dwrite.h | 665 …rTarget_DrawGlyphRun(This,baselineOriginX,baselineOriginY,measuringMode,glyphRun,renderingParams,t… argument 816 #define IDWriteFactory_CreateGlyphRunAnalysis(This,glyphRun,pixelsPerDip,transform,renderingMode,me… argument
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkFontMgr_win_dw.cpp | 394 DWRITE_GLYPH_RUN const* glyphRun, in DrawGlyphRun()
|
/aosp_15_r20/external/skia/src/text/gpu/ |
H A D | SubRunContainer.cpp | 1734 for (auto& glyphRun : glyphRunList) { in MakeInAlloc() local
|