Searched refs:fRejects (Results 1 – 3 of 3) sorted by relevance
99 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 …]
42 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
123 SkSourceGlyphBuffer fRejects; variable