Lines Matching refs:Intercept
254 void SkGlyphCache::OffsetResults(const SkGlyph::Intercept* intercept, SkScalar scale, in OffsetResults()
265 void SkGlyphCache::AddInterval(SkScalar val, SkGlyph::Intercept* intercept) { in AddInterval()
271 bool yAxis, SkGlyph::Intercept* intercept) { in AddPoints()
281 SkGlyph::Intercept* intercept) { in AddLine()
291 SkGlyph::Intercept* intercept) { in AddQuad()
304 SkGlyph::Intercept* intercept) { in AddCubic()
316 const SkGlyph::Intercept* SkGlyphCache::MatchBounds(const SkGlyph* glyph, in MatchBounds()
321 const SkGlyph::Intercept* intercept = glyph->fPathData->fIntercept; in MatchBounds()
333 const SkGlyph::Intercept* match = MatchBounds(glyph, bounds); in findIntercepts()
342 SkGlyph::Intercept* intercept = in findIntercepts()
343 (SkGlyph::Intercept* ) fGlyphAlloc.allocThrow(sizeof(SkGlyph::Intercept)); in findIntercepts()