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

  /external/skia/include/core/
SkStrokeRec.h 99 void applyToPaint(SkPaint* paint) const;
  /external/skia/src/core/
SkStrokeRec.cpp 125 void SkStrokeRec::applyToPaint(SkPaint* paint) const {
SkTextBlob.cpp 32 void applyToPaint(SkPaint* paint) const {
375 fCurrentRun->font().applyToPaint(paint);
416 run.font().applyToPaint(&paint);
460 run.font().applyToPaint(&paint);
  /external/skia/src/gpu/
GrSWMaskHelper.cpp 56 shape.style().strokeRec().applyToPaint(&paint);
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 621 fStyle.strokeRec().applyToPaint(&fallbackSkPaint);

Completed in 626 milliseconds