Lines Matching defs:strike
106 auto strike = strikeSpec.findOrCreateStrike();
109 strike->prepareForPathDrawing(&fDrawable, &fRejects);
124 auto strike = strikeSpec.findOrCreateStrike();
127 fRejects.source(), drawOrigin, deviceMatrix, strike->roundingSpec());
128 strike->prepareForDrawingMasksCPU(&fDrawable);
137 // Create a strike is source space to calculate scale information.
178 auto strike = strikeSpec.findOrCreateStrike();
182 fRejects.source(), drawOrigin, deviceMatrix, strike->roundingSpec());
184 strike->prepareForDrawingMasksCPU(&fDrawable);
257 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache);
263 strike->prepareForSDFTDrawing(&fDrawable, &fRejects);
270 strike->getUnderlyingStrike(),
288 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache);
290 fDrawable.startGPUDevice(fRejects.source(), drawMatrix, strike->roundingSpec());
294 strike->prepareForMaskDrawing(&fDrawable, &fRejects);
300 process->processDeviceMasks(fDrawable.drawable(), strike->getUnderlyingStrike());
306 // maxDimensionInSourceSpace is used to calculate the factor from strike space to source
319 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache);
325 strike->prepareForPathDrawing(&fDrawable, &fRejects);
349 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache);
355 strike->prepareForMaskDrawing(&fDrawable, &fRejects);
361 fDrawable.drawable(), strike->getUnderlyingStrike(), strikeToSourceScale);