Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFGraphicState.cpp109 , fStrokeJoin(SkToU8(p.getStrokeJoin())) in SkPDFGraphicState()
197 SkPaint::Join strokeJoin = (SkPaint::Join)fStrokeJoin; in emitObject()
DSkPDFGraphicState.h82 const uint8_t fStrokeJoin; // SkPaint::Join variable
/external/skia/src/core/
DSkScalerContext.h76 uint8_t fStrokeJoin; member
DSkScalerContext.cpp105 rec->fMaskFormat, rec->fStrokeJoin); in SkScalerContext()
639 (SkPaint::Join)fRec.fStrokeJoin, in internalGetPath()
DSkPaint.cpp1394 rec->fStrokeJoin = SkToU8(paint.getStrokeJoin()); in MakeRec()
1402 rec->fStrokeJoin = 0; in MakeRec()