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

  /external/skia/src/gpu/
GrTextBlobCache.h 57 cacheBlob->fStrokeInfo.fFrameWidth = paint.getStrokeWidth();
58 cacheBlob->fStrokeInfo.fMiterLimit = paint.getStrokeMiter();
59 cacheBlob->fStrokeInfo.fJoin = paint.getStrokeJoin();
GrAtlasTextContext.h 200 StrokeInfo fStrokeInfo;
GrAtlasTextContext.cpp 276 (blob.fStrokeInfo.fFrameWidth != paint.getStrokeWidth() ||
277 blob.fStrokeInfo.fMiterLimit != paint.getStrokeMiter() ||
278 blob.fStrokeInfo.fJoin != paint.getStrokeJoin())) {
    [all...]

Completed in 35 milliseconds