Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphRunPainter.cpp100 fRejects.setSource(glyphRun.source()); in drawForBitmapDevice()
109 fDrawable.startSource(fRejects.source()); in drawForBitmapDevice()
110 strike->prepareForPathDrawing(&fDrawable, &fRejects); in drawForBitmapDevice()
111 fRejects.flipRejectsToSource(); in drawForBitmapDevice()
121 if (!fRejects.source().empty() && !deviceMatrix.hasPerspective()) { in drawForBitmapDevice()
128 fRejects.source(), drawOrigin, deviceMatrix, strike->roundingSpec()); in drawForBitmapDevice()
130 fRejects.flipRejectsToSource(); in drawForBitmapDevice()
133 if (!fRejects.source().empty()) { in drawForBitmapDevice()
143 auto glyphIDs = fRejects.source().get<0>(); in drawForBitmapDevice()
144 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.h119 SkSourceGlyphBuffer fRejects; variable