Searched refs:fStrokeInfo (Results 1 – 2 of 2) sorted by relevance
104 (fStrokeInfo.fFrameWidth != paint.getStrokeWidth() || in mustRegenerate()105 fStrokeInfo.fMiterLimit != paint.getStrokeMiter() || in mustRegenerate()106 fStrokeInfo.fJoin != paint.getStrokeJoin())) { in mustRegenerate()386 SkASSERT_RELEASE(l.fStrokeInfo.fFrameWidth == r.fStrokeInfo.fFrameWidth); in AssertEqual()387 SkASSERT_RELEASE(l.fStrokeInfo.fMiterLimit == r.fStrokeInfo.fMiterLimit); in AssertEqual()388 SkASSERT_RELEASE(l.fStrokeInfo.fJoin == r.fStrokeInfo.fJoin); in AssertEqual()
108 fStrokeInfo.fFrameWidth = paint.getStrokeWidth(); in setupKey()109 fStrokeInfo.fMiterLimit = paint.getStrokeMiter(); in setupKey()110 fStrokeInfo.fJoin = paint.getStrokeJoin(); in setupKey()562 StrokeInfo fStrokeInfo; variable