Searched refs:findIntercepts (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/core/ |
D | SkStrikeCache.h | 69 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() function 71 fScalerCache.findIntercepts(bounds, scale, xPos, glyph, array, count); in findIntercepts()
|
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()
|
D | SkStrikeSpec.h | 133 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
|
D | SkScalerCache.h | 75 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
|
D | SkScalerCache.cpp | 245 void SkScalerCache::findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() function in SkScalerCache
|
D | SkTextBlob.cpp | 909 metricsAndPaths.findIntercepts( in get_glyph_run_intercepts()
|
/third_party/flutter/skia/src/core/ |
D | SkStrike.h | 78 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
|
D | SkStrike.cpp | 224 void SkStrike::findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() function in SkStrike
|
D | SkTextBlob.cpp | 895 cache->findIntercepts(scaledBounds, scale, pos.x(), glyph, intervals, intervalCount); in get_glyph_run_intercepts()
|