Home
last modified time | relevance | path

Searched refs:fPathData (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkGlyphCache.cpp57 if (g->fPathData) { in ~SkGlyphCache()
58 delete g->fPathData->fPath; in ~SkGlyphCache()
220 if (glyph.fPathData == nullptr) { in findPath()
223 const_cast<SkGlyph&>(glyph).fPathData = pathData; in findPath()
230 return glyph.fPathData ? glyph.fPathData->fPath : nullptr; in findPath()
318 if (!glyph->fPathData) { in MatchBounds()
321 const SkGlyph::Intercept* intercept = glyph->fPathData->fIntercept; in MatchBounds()
344 intercept->fNext = glyph->fPathData->fIntercept; in findIntercepts()
349 glyph->fPathData->fIntercept = intercept; in findIntercepts()
350 const SkPath* path = glyph->fPathData->fPath; in findIntercepts()
DSkGlyph.h58 PathData* fPathData; variable
152 fPathData = nullptr; in initCommon()