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

  /external/skia/src/gpu/
GrAtlasTextContext.cpp 514 SkPaint dfPaint = runPaint;
516 this->initDistanceFieldPaint(cacheBlob, &dfPaint, &textRatio, viewMatrix);
522 SkGlyphCache* cache = this->setupCache(&cacheBlob->fRuns[run], dfPaint, NULL, true);
530 this->internalDrawDFText(cacheBlob, run, cache, dfPaint, color, viewMatrix,
539 this->internalDrawDFPosText(cacheBlob, run, cache, dfPaint, color, viewMatrix,
547 this->internalDrawDFPosText(cacheBlob, run, cache, dfPaint, color, viewMatrix,
678 SkPaint* dfPaint, SkScalar* textRatio) {
681 *dfPaint = origPaint;
682 this->initDistanceFieldPaint(blob, dfPaint, textRatio, viewMatrix);
689 *cache = this->setupCache(&blob->fRuns[0], *dfPaint, NULL, true)
    [all...]
GrAtlasTextContext.h 261 SkPaint* dfPaint, SkScalar* textRatio);

Completed in 124 milliseconds