Searched refs:findIntercepts (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkStrikeCache.h | 69 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() function in final 71 fScalerCache.findIntercepts(bounds, scale, xPos, glyph, array, count); in findIntercepts()
|
H A D | SkStrikeSpec.cpp | 259 void SkBulkGlyphMetricsAndPaths::findIntercepts( in findIntercepts() function in SkBulkGlyphMetricsAndPaths 264 fStrike->findIntercepts(bounds, scale, xPos, const_cast<SkGlyph*>(glyph), array, count); in findIntercepts()
|
H A D | SkStrikeSpec.h | 133 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
|
H A D | SkScalerCache.h | 75 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
|
H A D | SkScalerCache.cpp | 245 void SkScalerCache::findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() function in SkScalerCache
|
H A D | SkTextBlob.cpp | 917 metricsAndPaths.findIntercepts( in get_glyph_run_intercepts()
|
Completed in 5 milliseconds