Home
last modified time | relevance | path

Searched refs:fRejects (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkGlyphRunPainter.cpp99 fRejects.setSource(glyphRun.source()); in drawForBitmapDevice()
108 fDrawable.startSource(fRejects.source()); in drawForBitmapDevice()
109 strike->prepareForPathDrawing(&fDrawable, &fRejects); in drawForBitmapDevice()
110 fRejects.flipRejectsToSource(); in drawForBitmapDevice()
120 if (!fRejects.source().empty() && !deviceMatrix.hasPerspective()) { in drawForBitmapDevice()
127 fRejects.source(), drawOrigin, deviceMatrix, strike->roundingSpec()); in drawForBitmapDevice()
129 fRejects.flipRejectsToSource(); in drawForBitmapDevice()
132 if (!fRejects.source().empty()) { in drawForBitmapDevice()
142 auto glyphIDs = fRejects.source().get<0>(); in drawForBitmapDevice()
143 auto positions = fRejects.source().get<1>(); in drawForBitmapDevice()
[all …]
DSkGlyphBuffer.h42 SkASSERT(fRejectSize < fRejects.size()); in reject()
43 fRejects[fRejectSize++] = fSource[index]; in reject()
53 fRejects = SkMakeZip(fRejectedGlyphIDs, fRejectedPositions).first(fRejectSize); in flipRejectsToSource()
54 fSource = fRejects; in flipRejectsToSource()
77 SkZip<SkGlyphID, SkPoint> fRejects; variable
DSkGlyphRunPainter.h123 SkSourceGlyphBuffer fRejects; variable