HomeSort by relevance Sort by last modified time
    Searched refs:fStrokeInfo (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/text/
GrAtlasTextBlob.cpp 204 (fStrokeInfo.fFrameWidth != paint.skPaint().getStrokeWidth() ||
205 fStrokeInfo.fMiterLimit != paint.skPaint().getStrokeMiter() ||
206 fStrokeInfo.fJoin != paint.skPaint().getStrokeJoin())) {
445 SkASSERT_RELEASE(l.fStrokeInfo.fFrameWidth == r.fStrokeInfo.fFrameWidth);
446 SkASSERT_RELEASE(l.fStrokeInfo.fMiterLimit == r.fStrokeInfo.fMiterLimit);
447 SkASSERT_RELEASE(l.fStrokeInfo.fJoin == r.fStrokeInfo.fJoin);
GrAtlasTextBlob.h 84 fStrokeInfo.fFrameWidth = paint.getStrokeWidth();
85 fStrokeInfo.fMiterLimit = paint.getStrokeMiter();
86 fStrokeInfo.fJoin = paint.getStrokeJoin();
529 StrokeInfo fStrokeInfo;

Completed in 45 milliseconds