Home
last modified time | relevance | path

Searched refs:preparePath (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/src/core/
DSkStrike.cpp86 const SkPath* SkStrike::preparePath(SkGlyph* glyph) { in preparePath() function in SkStrike
93 const SkPath* SkStrike::preparePath(SkGlyph* glyph, const SkPath* path) { in preparePath() function in SkStrike
118 this->preparePath(glyphPtr); in internalPrepare()
212 this->preparePath(glyphPtr); in prepareForDrawingRemoveEmpty()
DSkStrike.h63 const SkPath* preparePath(SkGlyph*);
66 const SkPath* preparePath(SkGlyph* glyph, const SkPath* path);
DSkRemoteGlyphCache.cpp863 strike->preparePath(allocatedGlyph, pathPtr); in readStrikeData()
DSkTextBlob.cpp894 if (cache->preparePath(glyph) != nullptr) { in get_glyph_run_intercepts()
DSkGlyphRunPainter.cpp213 const SkPath* path = strike->preparePath((SkGlyph*) &glyph); in drawForBitmapDevice()
/third_party/skia/bench/
DGeometryBench.cpp266 virtual void preparePath(SkPath*) = 0;
270 this->preparePath(&fPath); in onPreDraw()
287 void preparePath(SkPath* path) override { in preparePath() function in RRectConvexityBench
/third_party/flutter/skia/bench/
DGeometryBench.cpp265 virtual void preparePath(SkPath*) = 0;
269 this->preparePath(&fPath); in onPreDraw()
287 void preparePath(SkPath* path) override { in preparePath() function in RRectConvexityBench
/third_party/skia/src/core/
DSkScalerCache.cpp61 std::tuple<const SkPath*, size_t> SkScalerCache::preparePath(SkGlyph* glyph) { in preparePath() function in SkScalerCache
91 auto [_, pathSize] = this->preparePath(glyph); in internalPrepare()
227 auto [path, pathSize] = this->preparePath(glyph); in prepareForPathDrawing()
DSkScalerCache.h127 std::tuple<const SkPath*, size_t> preparePath(SkGlyph*) SK_REQUIRES(fMu);
/third_party/flutter/skia/src/pdf/
DSkPDFFont.cpp567 const SkPath* path = cache->preparePath(glyph); in emit_subset_type3()