Searched refs:beginRecording (Results 1 - 25 of 105) sorted by relevance

12345

/external/skia/tests/
H A DPictureShaderTest.cpp21 factory.beginRecording(0, 0, NULL, 0);
H A DPictureTest.cpp318 SkCanvas* canvas = recorder.beginRecording(1000, 1000);
674 recorder.beginRecording(0, 0);
678 recorder.beginRecording(0, 0);
684 recorder.beginRecording(0, 0);
716 SkCanvas* canvas = recorder.beginRecording(100, 100);
738 canvas = recorder.beginRecording(100, 100);
760 canvas = recorder.beginRecording(100, 100);
814 SkCanvas* c = recorder.beginRecording(kWidth, kHeight);
981 SkCanvas* canvas = recorder2.beginRecording(10, 10);
1034 SkCanvas* canvas = recorder.beginRecording(1
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkPictureRecorder.h32 SkCanvas* beginRecording(int width, int height, function in class:SkPictureRecorder
35 return this->beginRecording(SkIntToScalar(width), SkIntToScalar(height),
47 SkCanvas* beginRecording(SkScalar width, SkScalar height,
52 // new version. We currently point beginRecording() to
71 returned by beginRecording/getRecordingCanvas, and returns the
81 after 'beginRecording'.
102 SkAutoTUnref<SkPictureRecord> fPictureRecord; // beginRecording()
/external/chromium_org/third_party/skia/tests/
H A DPictureShaderTest.cpp21 factory.beginRecording(0, 0, NULL, 0);
/external/chromium_org/third_party/skia/gm/
H A Ddistantclip.cpp37 SkCanvas* rec = recorder.beginRecording(kExtents, kOffset + kExtents, NULL, 0);
49 pict->playback(recorder.beginRecording(pict->cullRect().width(),
H A Dpathopsskpclip.cpp37 SkCanvas* rec = recorder.beginRecording(1200, 900, NULL, 0);
H A Dpicture.cpp14 SkCanvas* canvas = rec.beginRecording(100, 100);
/external/skia/gm/
H A Ddistantclip.cpp37 SkCanvas* rec = recorder.beginRecording(100, offset + extents, NULL, 0);
54 pict->draw(recorder.beginRecording(100, offset + extents, NULL, 0));
/external/chromium_org/third_party/skia/samplecode/
H A DSampleClamp.cpp54 SkCanvas* c = pic.beginRecording(100, 100, 0);
H A DSamplePictFile.cpp126 SkCanvas* can = recorder.beginRecording(SkIntToScalar(bm.width()),
147 pic->playback(recorder.beginRecording(pic->cullRect().width(),
185 pic->playback(recorder.beginRecording(pic->cullRect().width(),
H A DSamplePicture.cpp67 recorder.beginRecording(100, 100, NULL, 0);
70 SkCanvas* canvas = recorder.beginRecording(100, 100, NULL, 0);
136 this->drawSomething(recorder.beginRecording(100, 100, NULL, 0));
H A DSamplePdfFileViewer.cpp44 SkCanvas* canvas = pic->beginRecording((int) renderer->MediaBox(0).width(),
/external/skia/include/core/
H A DSkPictureRecorder.h40 SkCanvas* beginRecording(int width, int height,
44 /** Same as beginRecording(), using a new faster backend. */
54 returned by beginRecording/getRecordingCanvas, and returns the
64 after 'beginRecording'.
84 SkPictureRecord* fPictureRecord; // beginRecording()
/external/skia/samplecode/
H A DSampleClamp.cpp54 SkCanvas* c = pic.beginRecording(100, 100, 0);
H A DSamplePictFile.cpp130 SkCanvas* can = recorder.beginRecording(bm.width(), bm.height(), NULL, 0);
148 pic->draw(recorder.beginRecording(pic->width(), pic->height(), NULL, 0));
187 pic->draw(recorder.beginRecording(pic->width(), pic->height(), factory.get(), 0));
H A DSamplePicture.cpp68 recorder.beginRecording(100, 100, NULL, 0);
71 SkCanvas* canvas = recorder.beginRecording(100, 100, NULL, 0);
137 this->drawSomething(recorder.beginRecording(100, 100, NULL, 0));
/external/skia/src/core/
H A DSkPictureRecorder.cpp28 SkCanvas* SkPictureRecorder::beginRecording(int width, int height, function in class:SkPictureRecorder
45 fPictureRecord->beginRecording();
/external/chromium_org/third_party/skia/bench/
H A DPictureNestingBench.cpp56 c = recorder.beginRecording(1, 1);
111 SkCanvas* c = recorder.beginRecording(SkIntToScalar(canvasSize.x()),
129 SkCanvas* c = recorder.beginRecording(SkIntToScalar(canvasSize.x()),
H A DPictureRecordBench.cpp63 canvas = recorder.beginRecording(PICTURE_WIDTH, PICTURE_HEIGHT, NULL, 0);
129 canvas = recorder.beginRecording(PICTURE_WIDTH, PICTURE_HEIGHT, NULL, 0);
163 SkCanvas* canvas = recorder.beginRecording(PICTURE_WIDTH, PICTURE_HEIGHT, NULL, 0);
H A DRecordingBench.cpp45 fSrc->playback(recorder.beginRecording(w, h, fUseBBH ? &factory : NULL));
/external/skia/bench/
H A DPictureRecordBench.cpp63 canvas = recorder.beginRecording(PICTURE_WIDTH, PICTURE_HEIGHT, NULL, 0);
129 canvas = recorder.beginRecording(PICTURE_WIDTH, PICTURE_HEIGHT, NULL, 0);
163 SkCanvas* canvas = recorder.beginRecording(PICTURE_WIDTH, PICTURE_HEIGHT, NULL, 0);
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureRecorder.cpp20 SkCanvas* SkPictureRecorder::beginRecording(SkScalar width, SkScalar height, function in class:SkPictureRecorder
48 fPictureRecord->beginRecording();
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwPicture.java47 public Canvas beginRecording(int width, int height) { method in class:AwPicture
/external/chromium_org/cc/resources/
H A Dskpicture_content_layer_updater.cc33 recorder.beginRecording(paint_rect.width(), paint_rect.height(), NULL, 0);
/external/chromium_org/third_party/skia/tools/
H A Dgpuveto.cpp58 picture->playback(recorder.beginRecording(picture->cullRect().width(),

Completed in 7489 milliseconds

12345