Lines Matching refs:fPathData
164 if (glyph.fPathData != nullptr) { in findPath()
165 if (glyph.fPathData->fHasPath) { in findPath()
166 return &glyph.fPathData->fPath; in findPath()
172 if (glyph.fPathData != nullptr) { in findPath()
173 fMemoryUsed += compute_path_size(glyph.fPathData->fPath); in findPath()
185 if (glyph->fPathData) return true; in initializePath()
189 glyph->fPathData = pathData; in initializePath()
194 fMemoryUsed += compute_path_size(glyph->fPathData->fPath); in initializePath()
345 if (!glyph->fPathData) { in MatchBounds()
348 const SkGlyph::Intercept* intercept = glyph->fPathData->fIntercept; in MatchBounds()
370 intercept->fNext = glyph->fPathData->fIntercept; in findIntercepts()
375 glyph->fPathData->fIntercept = intercept; in findIntercepts()
376 const SkPath* path = &(glyph->fPathData->fPath); in findIntercepts()
458 if (glyphPtr->fPathData) { in forceValidate()
459 memoryUsed += compute_path_size(glyphPtr->fPathData->fPath); in forceValidate()