Home
last modified time | relevance | path

Searched refs:findIntercepts (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/core/
DSkStrikeCache.h69 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() function
71 fScalerCache.findIntercepts(bounds, scale, xPos, glyph, array, count); in findIntercepts()
DSkStrikeSpec.cpp259 void SkBulkGlyphMetricsAndPaths::findIntercepts( in findIntercepts() function in SkBulkGlyphMetricsAndPaths
264 fStrike->findIntercepts(bounds, scale, xPos, const_cast<SkGlyph*>(glyph), array, count); in findIntercepts()
DSkStrikeSpec.h133 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
DSkScalerCache.h75 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
DSkScalerCache.cpp245 void SkScalerCache::findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() function in SkScalerCache
DSkTextBlob.cpp909 metricsAndPaths.findIntercepts( in get_glyph_run_intercepts()
/third_party/flutter/skia/src/core/
DSkStrike.h78 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
DSkStrike.cpp224 void SkStrike::findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() function in SkStrike
DSkTextBlob.cpp895 cache->findIntercepts(scaledBounds, scale, pos.x(), glyph, intervals, intervalCount); in get_glyph_run_intercepts()