Searched refs:beginRecording (Results 76 - 100 of 105) sorted by relevance

12345

/external/skia/tests/
H A DCanvasTest.cpp500 SkCanvas* testCanvas = recorder.beginRecording(kWidth, kHeight, NULL, 0);
724 SkCanvas* referenceCanvas = referenceRecorder.beginRecording(kWidth, kHeight,
729 SkCanvas* testCanvas = testRecorder.beginRecording(kWidth, kHeight,
H A DSerializationTest.cpp408 bool didDraw = drawSomething(recorder.beginRecording(kBitmapSize, kBitmapSize, NULL, 0));
H A DMatrixClipCollapseTest.cpp551 // Note: the outer save/restore are provided by beginRecording/endRecording
567 // Note: the outer save/restore are provided by beginRecording/endRecording
590 // Note: the outer save/restore are provided by beginRecording/endRecording
619 // Note: the outer save/restore are provided by beginRecording/endRecording
687 // Note: beginRecording/endRecording add a save/restore pair
688 SkCanvas* canvas = picture.beginRecording(100, 100);
/external/skia/tools/
H A DPictureRenderer.cpp216 SkCanvas* canvas = recorder.beginRecording(fPicture->width(), fPicture->height(),
355 SkCanvas* canvas = recorder.beginRecording(this->getViewWidth(), this->getViewHeight(),
886 SkCanvas* canvas = fRecorder->beginRecording(this->getViewWidth(), this->getViewHeight(),
H A Drender_pictures_main.cpp185 picture->draw(recorder.beginRecording(picture->width(), picture->height(), NULL, 0));
H A Dfiltermain.cpp721 SkCanvas* canvas = recorder.beginRecording(inPicture->width(), inPicture->height(), NULL, 0);
/external/chromium_org/cc/resources/
H A Dpicture_pile_impl.cc318 recorder.beginRecording(tiling_rect.width(), tiling_rect.height());
/external/chromium_org/skia/ext/
H A Danalysis_canvas_unittest.cc295 skia::SharePtr(recorder.beginRecording(256, 256, &factory));
H A Dpixel_ref_utils_unittest.cc72 recorder->beginRecording(layer_rect.width(), layer_rect.height());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextTest.cpp1141 context.beginRecording(FloatRect(0, 0, 200, 200));
1146 context.beginRecording(FloatRect(10, 10, 100, 100));
1172 context.beginRecording(rect);
1175 context.beginRecording(rect);
H A DGraphicsContext.h79 // related commands called when within a beginRecording/endRecording block.
346 // Instead of being dispatched to the active canvas, draw commands following beginRecording()
349 void beginRecording(const FloatRect&, uint32_t = 0);
H A DGraphicsContext.cpp489 void GraphicsContext::beginRecording(const FloatRect& bounds, uint32_t recordFlags) function in class:blink::GraphicsContext
501 m_canvas = recorder->beginRecording(recordingSize.width(), recordingSize.height(), 0, recordFlags);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFilterFuzz.cpp374 SkCanvas* recordingCanvas = recorder.beginRecording(SkIntToScalar(kBitmapSize),
H A DSampleAll.cpp313 SkCanvas* record = recorder.beginRecording(320, 480, NULL, 0);
H A DSampleApp.cpp1290 canvas = fRecorder.beginRecording(9999, 9999, NULL, 0);
/external/chromium_org/third_party/skia/tools/
H A Dbench_pictures_main.cpp209 picture->playback(recorder.beginRecording(picture->cullRect().width(),
H A Dfiltermain.cpp720 SkCanvas* canvas = recorder.beginRecording(inPicture->cullRect().width(),
/external/skia/samplecode/
H A DSampleFilterFuzz.cpp380 SkCanvas* recordingCanvas = recorder.beginRecording(kBitmapSize, kBitmapSize, &factory, 0);
H A DSampleAll.cpp311 SkCanvas* record = recorder.beginRecording(320, 480, NULL, 0);
/external/chromium_org/third_party/skia/bench/
H A Dnanobench.cpp512 pic->playback(recorder.beginRecording(pic->cullRect().width(),
/external/chromium_org/third_party/skia/tests/
H A DMatrixClipCollapseTest.cpp551 // Note: the outer save/restore are provided by beginRecording/endRecording
567 // Note: the outer save/restore are provided by beginRecording/endRecording
590 // Note: the outer save/restore are provided by beginRecording/endRecording
619 // Note: the outer save/restore are provided by beginRecording/endRecording
687 // Note: beginRecording/endRecording add a save/restore pair
688 SkCanvas* canvas = picture.beginRecording(100, 100);
H A DCanvasTest.cpp466 SkCanvas* testCanvas = recorder.beginRecording(SkIntToScalar(kWidth), SkIntToScalar(kHeight),
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureRecord.cpp725 void SkPictureRecord::beginRecording() { function in class:SkPictureRecord
/external/skia/src/core/
H A DSkPictureRecord.cpp774 void SkPictureRecord::beginRecording() { function in class:SkPictureRecord
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp1028 SkCanvas* cv = recorder.beginRecording(width, height, factory.get(), recordFlags);

Completed in 758 milliseconds

12345