Searched refs:fStrokeInfo (Results 1 – 4 of 4) sorted by relevance
106 (fStrokeInfo.fFrameWidth != paint.getStrokeWidth() || in mustRegenerate()107 fStrokeInfo.fMiterLimit != paint.getStrokeMiter() || in mustRegenerate()108 fStrokeInfo.fJoin != paint.getStrokeJoin())) { in mustRegenerate()388 SkASSERT_RELEASE(l.fStrokeInfo.fFrameWidth == r.fStrokeInfo.fFrameWidth); in AssertEqual()389 SkASSERT_RELEASE(l.fStrokeInfo.fMiterLimit == r.fStrokeInfo.fMiterLimit); in AssertEqual()390 SkASSERT_RELEASE(l.fStrokeInfo.fJoin == r.fStrokeInfo.fJoin); in AssertEqual()
104 fStrokeInfo.fFrameWidth = paint.getStrokeWidth(); in setupKey()105 fStrokeInfo.fMiterLimit = paint.getStrokeMiter(); in setupKey()106 fStrokeInfo.fJoin = paint.getStrokeJoin(); in setupKey()538 StrokeInfo fStrokeInfo; variable
107 fStrokeInfo.fFrameWidth = paint.getStrokeWidth(); in setupKey()108 fStrokeInfo.fMiterLimit = paint.getStrokeMiter(); in setupKey()109 fStrokeInfo.fJoin = paint.getStrokeJoin(); in setupKey()570 StrokeInfo fStrokeInfo; variable