Lines Matching refs:strike
107 auto strike = strikeSpec.findOrCreateExclusiveStrike(); in drawForBitmapDevice() local
110 strike->prepareForPathDrawing(&fDrawable, &fRejects); in drawForBitmapDevice()
124 auto strike = strikeSpec.findOrCreateExclusiveStrike(); in drawForBitmapDevice() local
127 fRejects.source(), drawOrigin, deviceMatrix, strike->roundingSpec()); in drawForBitmapDevice()
128 strike->prepareForDrawingMasksCPU(&fDrawable); in drawForBitmapDevice()
168 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processGlyphRunList() local
171 strike->prepareForSDFTDrawing(&fDrawable, &fRejects); in processGlyphRunList()
189 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processGlyphRunList() local
191 fDrawable.startDevice(fRejects.source(), origin, drawMatrix, strike->roundingSpec()); in processGlyphRunList()
192 strike->prepareForMaskDrawing(&fDrawable, &fRejects); in processGlyphRunList()
213 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processGlyphRunList() local
216 strike->prepareForPathDrawing(&fDrawable, &fRejects); in processGlyphRunList()
236 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processGlyphRunList() local
239 strike->prepareForMaskDrawing(&fDrawable, &fRejects); in processGlyphRunList()