Lines Matching refs:fRejects
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()
182 fRejects.source(), drawOrigin, deviceMatrix, strike->roundingSpec()); in drawForBitmapDevice()
214 fRejects.flipRejectsToSource(); in drawForBitmapDevice()
242 fRejects.setSource(glyphRun.source()); in processGlyphRun()
259 fDrawable.startSource(fRejects.source()); in processGlyphRun()
263 strike->prepareForSDFTDrawing(&fDrawable, &fRejects); in processGlyphRun()
264 fRejects.flipRejectsToSource(); in processGlyphRun()
278 if (drawingType != GrSDFTControl::kPath && !fRejects.source().empty()) { in processGlyphRun()
290 fDrawable.startGPUDevice(fRejects.source(), drawMatrix, strike->roundingSpec()); in processGlyphRun()
294 strike->prepareForMaskDrawing(&fDrawable, &fRejects); in processGlyphRun()
295 fRejects.flipRejectsToSource(); in processGlyphRun()
309 if (!fRejects.source().empty()) { in processGlyphRun()
321 fDrawable.startSource(fRejects.source()); in processGlyphRun()
325 strike->prepareForPathDrawing(&fDrawable, &fRejects); in processGlyphRun()
326 fRejects.flipRejectsToSource(); in processGlyphRun()
327 maxDimensionInSourceSpace = fRejects.rejectedMaxDimension() * strikeToSourceScale; in processGlyphRun()
338 if (!fRejects.source().empty() && maxDimensionInSourceSpace != 0) { in processGlyphRun()
351 fDrawable.startSource(fRejects.source()); in processGlyphRun()
355 strike->prepareForMaskDrawing(&fDrawable, &fRejects); in processGlyphRun()
356 fRejects.flipRejectsToSource(); in processGlyphRun()
357 SkASSERT(fRejects.source().empty()); in processGlyphRun()
394 fPainter->fRejects.reset(); in ~ScopedBuffers()