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

/external/skia/src/pdf/
H A DSkPDFGraphicState.h83 const uint8_t fStrokeJoin; // SkPaint::Join member in class:SkPDFGraphicState
H A DSkPDFGraphicState.cpp109 , fStrokeJoin(SkToU8(p.getStrokeJoin()))
209 SkPaint::Join strokeJoin = (SkPaint::Join)fStrokeJoin;
/external/skia/src/core/
H A DSkScalerContext.h76 uint8_t fStrokeJoin; member in struct:SkScalerContextRec
H A DSkScalerContext.cpp105 rec->fMaskFormat, rec->fStrokeJoin);
639 (SkPaint::Join)fRec.fStrokeJoin,
H A DSkPaint.cpp1400 rec->fStrokeJoin = SkToU8(paint.getStrokeJoin());
1408 rec->fStrokeJoin = 0;

Completed in 83 milliseconds