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

  /external/skia/src/gpu/
GrStencilAndCoverTextContext.cpp 116 SkDrawCacheProc glyphCacheProc = fSkPaint.getDrawCacheProc();
121 if (fSkPaint.getTextAlign() != SkPaint::kLeft_Align) {
139 if (fSkPaint.getTextAlign() == SkPaint::kCenter_Align) {
198 SkDrawCacheProc glyphCacheProc = fSkPaint.getDrawCacheProc();
203 SkTextAlignProc alignProc(fSkPaint.getTextAlign());
294 fGlyphCache = fSkPaint.detachCache(&fDeviceProperties, &fContextInitialMatrix,
301 fStroke = SkStrokeRec(fSkPaint);
302 fSkPaint.setStyle(SkPaint::kFill_Style);
311 } else if (fSkPaint.isFakeBoldText() &&
318 SkScalar fakeBoldScale = SkScalarInterpFunc(fSkPaint.getTextSize()
    [all...]
GrTextContext.h 60 SkPaint fSkPaint;
GrTextContext.cpp 47 fSkPaint = skPaint;

Completed in 2862 milliseconds