Home
last modified time | relevance | path

Searched refs:metricsAndPaths (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkTextBlob.cpp896 SkBulkGlyphMetricsAndPaths metricsAndPaths{strikeSpec}; in get_glyph_run_intercepts() local
899 for (const SkGlyph* glyph : metricsAndPaths.glyphs(glyphRun.glyphsIDs())) { in get_glyph_run_intercepts()
909 metricsAndPaths.findIntercepts( in get_glyph_run_intercepts()
/third_party/skia/src/pdf/
DSkPDFFont.cpp546 SkBulkGlyphMetricsAndPaths metricsAndPaths(std::move(strike)); in emit_subset_type3() local
589 const SkGlyph* glyph = metricsAndPaths.glyph(gID); in emit_subset_type3()