Home
last modified time | relevance | path

Searched refs:fStrokeJoin (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/samplecode/
H A DSampleStrokeVerb.cpp61 SkPaint::Join fStrokeJoin = SkPaint::kMiter_Join; member in StrokeVerbView
74 outlinePaint.setStrokeJoin(fStrokeJoin); in onDrawContent()
209 fStrokeJoin = (SkPaint::Join)((fStrokeJoin + 1) % 3); in onChar()
/third_party/skia/modules/sksg/include/
H A DSkSGPaint.h36 SG_ATTRIBUTE(StrokeJoin , SkPaint::Join , fStrokeJoin )
51 SkPaint::Join fStrokeJoin = SkPaint::kMiter_Join; member in sksg::PaintNode
/third_party/skia/src/pdf/
H A DSkPDFGraphicState.h53 uint8_t fStrokeJoin; // SkPaint::Join member
H A DSkPDFGraphicState.cpp92 state.insertInt("LJ", to_stroke_join(strokeKey.fStrokeJoin)); in GetGraphicStateForPaint()
/third_party/skia/experimental/skrive/src/
H A DPaint.cpp79 paint->setStrokeJoin (fStrokeJoin ); in onApply()
/third_party/skia/modules/sksg/src/
H A DSkSGPaint.cpp28 paint.setStrokeJoin(fStrokeJoin); in makePaint()
/third_party/skia/src/core/
H A DSkScalerContext.h123 uint8_t fStrokeJoin : 4; member
141 fFrameWidth, fMiterLimit, fMaskFormat, fStrokeJoin, fStrokeCap, fFlags); in dump()
H A DSkScalerContext.cpp744 (SkPaint::Join)fRec.fStrokeJoin, in internalGetPath()
1056 rec->fStrokeJoin = SkToU8(paint.getStrokeJoin()); in MakeRecAndEffects()
1065 rec->fStrokeJoin = 0; in MakeRecAndEffects()

Completed in 5 milliseconds