Searched refs:fStrokeInfo (Results 1 – 2 of 2) sorted by relevance
197 (fStrokeInfo.fFrameWidth != paint.getStrokeWidth() || in mustRegenerate()198 fStrokeInfo.fMiterLimit != paint.getStrokeMiter() || in mustRegenerate()199 fStrokeInfo.fJoin != paint.getStrokeJoin())) { in mustRegenerate()477 SkASSERT_RELEASE(l.fStrokeInfo.fFrameWidth == r.fStrokeInfo.fFrameWidth); in AssertEqual()478 SkASSERT_RELEASE(l.fStrokeInfo.fMiterLimit == r.fStrokeInfo.fMiterLimit); in AssertEqual()479 SkASSERT_RELEASE(l.fStrokeInfo.fJoin == r.fStrokeInfo.fJoin); in AssertEqual()
78 fStrokeInfo.fFrameWidth = paint.getStrokeWidth(); in setupKey()79 fStrokeInfo.fMiterLimit = paint.getStrokeMiter(); in setupKey()80 fStrokeInfo.fJoin = paint.getStrokeJoin(); in setupKey()537 StrokeInfo fStrokeInfo; variable