Lines Matching refs:fRejects
100 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()
183 fRejects.source(), drawOrigin, deviceMatrix, strike->roundingSpec()); in drawForBitmapDevice()
215 fRejects.flipRejectsToSource(); in drawForBitmapDevice()
243 fRejects.setSource(glyphRun.source()); in processGlyphRun()
260 fDrawable.startSource(fRejects.source()); in processGlyphRun()
264 strike->prepareForSDFTDrawing(&fDrawable, &fRejects); in processGlyphRun()
265 fRejects.flipRejectsToSource(); in processGlyphRun()
276 if (drawingType != GrSDFTControl::kPath && !fRejects.source().empty()) { in processGlyphRun()
288 fDrawable.startGPUDevice(fRejects.source(), drawMatrix, strike->roundingSpec()); in processGlyphRun()
292 strike->prepareForMaskDrawing(&fDrawable, &fRejects); in processGlyphRun()
293 fRejects.flipRejectsToSource(); in processGlyphRun()
307 if (!fRejects.source().empty()) { in processGlyphRun()
319 fDrawable.startSource(fRejects.source()); in processGlyphRun()
323 strike->prepareForPathDrawing(&fDrawable, &fRejects); in processGlyphRun()
324 fRejects.flipRejectsToSource(); in processGlyphRun()
326 fRejects.rejectedMaxDimension() * strikeSpec.strikeToSourceRatio(); in processGlyphRun()
336 if (!fRejects.source().empty() && maxDimensionInSourceSpace != 0) { in processGlyphRun()
349 fDrawable.startSource(fRejects.source()); in processGlyphRun()
353 strike->prepareForMaskDrawing(&fDrawable, &fRejects); in processGlyphRun()
354 fRejects.flipRejectsToSource(); in processGlyphRun()
355 SkASSERT(fRejects.source().empty()); in processGlyphRun()
391 fPainter->fRejects.reset(); in ~ScopedBuffers()