Home
last modified time | relevance | path

Searched refs:applyToPaint (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkTextBlob.cpp27 void applyToPaint(SkPaint* paint) const { in applyToPaint() function in __anon61d7bb0a0111::RunFont
346 fCurrentRun->font().applyToPaint(paint); in applyFontToPaint()
375 run.font().applyToPaint(&paint); in TightRunBounds()
415 run.font().applyToPaint(&paint); in ConservativeRunBounds()
DSkStrokeRec.cpp129 void SkStrokeRec::applyToPaint(SkPaint* paint) const { in applyToPaint() function in SkStrokeRec
/external/skia/include/core/
DSkStrokeRec.h96 void applyToPaint(SkPaint* paint) const;
/external/skia/src/gpu/
DGrStencilAndCoverTextContext.cpp451 fStroke.applyToPaint(&skPaintFallback); in flush()