beginRecording    264 Source/core/rendering/svg/RenderSVGResourceClipper.cpp     context->beginRecording(strokeBoundingBox());
beginRecording    139 Source/core/rendering/svg/RenderSVGResourceMasker.cpp     context->beginRecording(strokeBoundingBox());
beginRecording    207 Source/core/svg/graphics/filters/SVGFEImage.cpp     context->beginRecording(FloatRect(FloatPoint(), dstRect.size()));
beginRecording    159 Source/platform/graphics/DeferredImageDecoderTest.cpp     SkCanvas* tempCanvas = m_picture.beginRecording(100, 100);
beginRecording    181 Source/platform/graphics/DeferredImageDecoderTest.cpp     SkCanvas* tempCanvas = m_picture.beginRecording(100, 100);
beginRecording    189 Source/platform/graphics/DeferredImageDecoderTest.cpp     tempCanvas = m_picture.beginRecording(100, 100);
beginRecording    215 Source/platform/graphics/DeferredImageDecoderTest.cpp     SkCanvas* tempCanvas = m_picture.beginRecording(100, 100);
beginRecording    320 Source/platform/graphics/DeferredImageDecoderTest.cpp     SkCanvas* tempCanvas = m_picture.beginRecording(100, 100);
beginRecording    496 Source/platform/graphics/GraphicsContext.cpp         m_canvas = displayList->picture()->beginRecording(recordingRect.width(), recordingRect.height(),
beginRecording    320 Source/platform/graphics/GraphicsContext.h     void beginRecording(const FloatRect& bounds);
beginRecording     45 Source/platform/graphics/GraphicsContextRecorder.cpp     SkCanvas* canvas = m_picture->beginRecording(size.width(), size.height());
beginRecording   1077 Source/platform/graphics/GraphicsContextTest.cpp     context.beginRecording(FloatRect(0, 0, 200, 200));
beginRecording   1082 Source/platform/graphics/GraphicsContextTest.cpp     context.beginRecording(FloatRect(10, 10, 100, 100));