Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStrikeCache.h68 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() function
70 fScalerCache.findIntercepts(bounds, scale, xPos, glyph, array, count); in findIntercepts()
DSkStrikeSpec.cpp249 void SkBulkGlyphMetricsAndPaths::findIntercepts( in findIntercepts() function in SkBulkGlyphMetricsAndPaths
254 fStrike->findIntercepts(bounds, scale, xPos, const_cast<SkGlyph*>(glyph), array, count); in findIntercepts()
DSkStrikeSpec.h128 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
DSkScalerCache.h76 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
DSkScalerCache.cpp251 void SkScalerCache::findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() function in SkScalerCache
DSkTextBlob.cpp915 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()