Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasTextBlob.cpp197 (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()
DGrAtlasTextBlob.h78 fStrokeInfo.fFrameWidth = paint.getStrokeWidth(); in setupKey()
79 fStrokeInfo.fMiterLimit = paint.getStrokeMiter(); in setupKey()
80 fStrokeInfo.fJoin = paint.getStrokeJoin(); in setupKey()
537 StrokeInfo fStrokeInfo; variable