Home
last modified time | relevance | path

Searched refs:fCurrStrokeCapType (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp74 fCurrStrokeCapType = stroke.getCap(); in beginPath()
548 if (SkPaint::kButt_Cap == fCurrStrokeCapType) { in recordCapsIfAny()
553 if (SkPaint::kSquare_Cap == fCurrStrokeCapType) { in recordCapsIfAny()
560 SkASSERT(SkPaint::kRound_Cap == fCurrStrokeCapType); in recordCapsIfAny()
DGrCCStrokeGeometry.h122 SkPaint::Cap fCurrStrokeCapType; variable