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

  /external/skia/include/core/
SkStrokeRec.h 96 void applyToPaint(SkPaint* paint) const;
  /external/skia/src/core/
SkStrokeRec.cpp 129 void SkStrokeRec::applyToPaint(SkPaint* paint) const {
SkTextBlob.cpp 27 void applyToPaint(SkPaint* paint) const {
346 fCurrentRun->font().applyToPaint(paint);
375 run.font().applyToPaint(&paint);
415 run.font().applyToPaint(&paint);
  /external/skia/src/gpu/
GrStencilAndCoverTextContext.cpp 451 fStroke.applyToPaint(&skPaintFallback);

Completed in 623 milliseconds