HomeSort by relevance Sort by last modified time
    Searched refs:fIntercept (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkGlyph.h 49 Intercept* fIntercept;
SkGlyphCache.cpp 224 pathData->fIntercept = nullptr;
321 const SkGlyph::Intercept* intercept = glyph->fPathData->fIntercept;
344 intercept->fNext = glyph->fPathData->fIntercept;
349 glyph->fPathData->fIntercept = intercept;

Completed in 1388 milliseconds