Searched refs:fStrokeInfo (Results 1 – 2 of 2) sorted by relevance
204 (fStrokeInfo.fFrameWidth != paint.skPaint().getStrokeWidth() || in mustRegenerate()205 fStrokeInfo.fMiterLimit != paint.skPaint().getStrokeMiter() || in mustRegenerate()206 fStrokeInfo.fJoin != paint.skPaint().getStrokeJoin())) { in mustRegenerate()445 SkASSERT_RELEASE(l.fStrokeInfo.fFrameWidth == r.fStrokeInfo.fFrameWidth); in AssertEqual()446 SkASSERT_RELEASE(l.fStrokeInfo.fMiterLimit == r.fStrokeInfo.fMiterLimit); in AssertEqual()447 SkASSERT_RELEASE(l.fStrokeInfo.fJoin == r.fStrokeInfo.fJoin); in AssertEqual()
84 fStrokeInfo.fFrameWidth = paint.getStrokeWidth(); in setupKey()85 fStrokeInfo.fMiterLimit = paint.getStrokeMiter(); in setupKey()86 fStrokeInfo.fJoin = paint.getStrokeJoin(); in setupKey()529 StrokeInfo fStrokeInfo; variable