Home
last modified time | relevance | path

Searched refs:fStrokeInfo (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/text/
DGrTextBlob.cpp106 (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()
DGrTextBlob.h107 fStrokeInfo.fFrameWidth = paint.getStrokeWidth(); in setupKey()
108 fStrokeInfo.fMiterLimit = paint.getStrokeMiter(); in setupKey()
109 fStrokeInfo.fJoin = paint.getStrokeJoin(); in setupKey()
570 StrokeInfo fStrokeInfo; variable
/external/skqp/src/gpu/text/
DGrTextBlob.cpp106 (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()
DGrTextBlob.h104 fStrokeInfo.fFrameWidth = paint.getStrokeWidth(); in setupKey()
105 fStrokeInfo.fMiterLimit = paint.getStrokeMiter(); in setupKey()
106 fStrokeInfo.fJoin = paint.getStrokeJoin(); in setupKey()
538 StrokeInfo fStrokeInfo; variable