Searched refs:findIntercepts (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/core/ |
D | SkStrikeCache.h | 73 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() function 75 fScalerCache.findIntercepts(bounds, scale, xPos, glyph, array, count); in findIntercepts()
|
D | SkStrikeSpec.cpp | 266 void SkBulkGlyphMetricsAndPaths::findIntercepts( in findIntercepts() function in SkBulkGlyphMetricsAndPaths 271 fStrike->findIntercepts(bounds, scale, xPos, const_cast<SkGlyph*>(glyph), array, count); in findIntercepts()
|
D | SkScalerCache.h | 50 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
|
D | SkStrikeSpec.h | 118 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
|
D | SkScalerCache.cpp | 238 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()
|
/external/skqp/src/core/ |
D | SkStrike.h | 89 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
|
D | SkStrike.cpp | 336 void SkStrike::findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() function in SkStrike
|
D | SkTextBlob.cpp | 959 fCache->findIntercepts(fBounds, fScale, fXPos, false, in next()
|