Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTextBlob.cpp28 void applyToPaint(SkPaint* paint) const { in applyToPaint() function in __anon09fadd6f0111::RunFont
350 fCurrentRun->font().applyToPaint(paint); in applyFontToPaint()
377 run.font().applyToPaint(&paint); in TightRunBounds()
421 run.font().applyToPaint(&paint); in ConservativeRunBounds()
DSkStrokeRec.cpp125 void SkStrokeRec::applyToPaint(SkPaint* paint) const { in applyToPaint() function in SkStrokeRec
/external/skia/include/core/
DSkStrokeRec.h99 void applyToPaint(SkPaint* paint) const;
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp619 fStroke.applyToPaint(&fallbackSkPaint); in draw()