Home | History | Annotate | Download | only in android

Lines Matching refs:scratch

353     static ImageBuffer* scratch = 0;
355 if (!scratch)
356 scratch = ImageBuffer::create(IntSize(1, 1)).release();
359 return scratch->context();
364 GraphicsContext* scratch = scratchContext();
365 scratch->save();
366 scratch->beginPath();
367 scratch->addPath(*this);
370 applier->strokeStyle(scratch);
372 FloatRect r = boundingBoxForCurrentStroke(scratch);
373 scratch->restore();
382 GraphicsContext* scratch = scratchContext();
383 scratch->save();
385 applier->strokeStyle(scratch);
388 scratch->platformContext()->setupPaintForStroking(&paint, 0, 0);
394 scratch->restore();