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

  /external/skia/src/gpu/
GrClipMaskManager.h 165 void setupCache(const SkClipStack& clip,
GrAtlasTextContext.cpp 339 inline SkGlyphCache* GrAtlasTextContext::setupCache(BitmapTextBlob::Run* run,
522 SkGlyphCache* cache = this->setupCache(&cacheBlob->fRuns[run], dfPaint, NULL, true);
565 SkGlyphCache* cache = this->setupCache(&cacheBlob->fRuns[run], runPaint, &viewMatrix,
689 *cache = this->setupCache(&blob->fRuns[0], *dfPaint, NULL, true);
    [all...]
GrAtlasTextContext.h 334 inline SkGlyphCache* setupCache(Run*, const SkPaint&, const SkMatrix* viewMatrix, bool noGamma);

Completed in 47 milliseconds