Searched defs:fStrokeJoin (Results 1 - 6 of 6) sorted by relevance

/external/skia/experimental/sksg/
H A DSkSGPaintNode.h33 SG_ATTRIBUTE(StrokeJoin , SkPaint::Join , fStrokeJoin )
52 SkPaint::Join fStrokeJoin = SkPaint::kMiter_Join; member in class:sksg::PaintNode
/external/skia/src/pdf/
H A DSkPDFGraphicState.h53 uint8_t fStrokeJoin; // SkPaint::Join member in struct:SkPDFStrokeGraphicState
/external/skqp/experimental/sksg/
H A DSkSGPaintNode.h33 SG_ATTRIBUTE(StrokeJoin , SkPaint::Join , fStrokeJoin )
52 SkPaint::Join fStrokeJoin = SkPaint::kMiter_Join; member in class:sksg::PaintNode
/external/skqp/src/pdf/
H A DSkPDFGraphicState.h53 uint8_t fStrokeJoin; // SkPaint::Join member in struct:SkPDFStrokeGraphicState
/external/skia/src/core/
H A DSkScalerContext.h120 uint8_t fStrokeJoin : 4; member in struct:SkScalerContextRec
138 fFrameWidth, fMiterLimit, fMaskFormat, fStrokeJoin, fStrokeCap, fFlags);
/external/skqp/src/core/
H A DSkScalerContext.h113 uint8_t fStrokeJoin : 4; member in struct:SkScalerContextRec

Completed in 1024 milliseconds