Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStrikeCache.h73 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() function
75 fScalerCache.findIntercepts(bounds, scale, xPos, glyph, array, count); in findIntercepts()
DSkStrikeSpec.cpp266 void SkBulkGlyphMetricsAndPaths::findIntercepts( in findIntercepts() function in SkBulkGlyphMetricsAndPaths
271 fStrike->findIntercepts(bounds, scale, xPos, const_cast<SkGlyph*>(glyph), array, count); in findIntercepts()
DSkScalerCache.h50 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
DSkStrikeSpec.h118 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
DSkScalerCache.cpp238 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()
/external/skqp/src/core/
DSkStrike.h89 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
DSkStrike.cpp336 void SkStrike::findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() function in SkStrike
DSkTextBlob.cpp959 fCache->findIntercepts(fBounds, fScale, fXPos, false, in next()