Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkStrokeRec.h99 void applyToPaint(SkPaint* paint) const;
/external/skia/src/core/
DSkTextBlob.cpp32 void applyToPaint(SkPaint* paint) const { in applyToPaint() function in __anon007bfe690111::RunFont
375 fCurrentRun->font().applyToPaint(paint); in applyFontToPaint()
416 run.font().applyToPaint(&paint); in TightRunBounds()
460 run.font().applyToPaint(&paint); in ConservativeRunBounds()
DSkStrokeRec.cpp125 void SkStrokeRec::applyToPaint(SkPaint* paint) const { in applyToPaint() function in SkStrokeRec
/external/skia/src/gpu/
DGrSWMaskHelper.cpp56 shape.style().strokeRec().applyToPaint(&paint); in drawShape()
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp621 fStyle.strokeRec().applyToPaint(&fallbackSkPaint); in draw()