HomeSort by relevance Sort by last modified time
    Searched refs:beginRecording (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/skia/tests/
PictureShaderTest.cpp 21 factory.beginRecording(0, 0, NULL, 0);
PictureTest.cpp 318 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);
    [all...]
  /frameworks/base/core/jni/android/graphics/
Picture.h 40 Canvas* beginRecording(int width, int height);
Picture.cpp 39 Canvas* Picture::beginRecording(int width, int height) {
44 SkCanvas* canvas = mRecorder->beginRecording(width, height, NULL, 0);
117 SkCanvas* canvas = reRecorder.beginRecording(mWidth, mHeight, NULL, 0);
  /external/chromium_org/third_party/skia/include/core/
SkPictureRecorder.h 32 SkCanvas* beginRecording(int width, int height,
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/
PictureShaderTest.cpp 21 factory.beginRecording(0, 0, NULL, 0);
  /external/chromium_org/third_party/skia/gm/
distantclip.cpp 37 SkCanvas* rec = recorder.beginRecording(kExtents, kOffset + kExtents, NULL, 0);
49 pict->playback(recorder.beginRecording(pict->cullRect().width(),
  /external/skia/gm/
distantclip.cpp 37 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/
SampleClamp.cpp 54 SkCanvas* c = pic.beginRecording(100, 100, 0);
SamplePictFile.cpp 126 SkCanvas* can = recorder.beginRecording(SkIntToScalar(bm.width()),
147 pic->playback(recorder.beginRecording(pic->cullRect().width(),
185 pic->playback(recorder.beginRecording(pic->cullRect().width(),
SamplePicture.cpp 67 recorder.beginRecording(100, 100, NULL, 0);
70 SkCanvas* canvas = recorder.beginRecording(100, 100, NULL, 0);
136 this->drawSomething(recorder.beginRecording(100, 100, NULL, 0));
  /external/skia/include/core/
SkPictureRecorder.h 40 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/
SampleClamp.cpp 54 SkCanvas* c = pic.beginRecording(100, 100, 0);
SamplePictFile.cpp 130 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));
SamplePicture.cpp 68 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/
SkPictureRecorder.cpp 28 SkCanvas* SkPictureRecorder::beginRecording(int width, int height,
45 fPictureRecord->beginRecording();
  /external/chromium_org/third_party/skia/bench/
PictureNestingBench.cpp 56 c = recorder.beginRecording(1, 1);
111 SkCanvas* c = recorder.beginRecording(SkIntToScalar(canvasSize.x()),
129 SkCanvas* c = recorder.beginRecording(SkIntToScalar(canvasSize.x()),
PictureRecordBench.cpp 63 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);
RecordingBench.cpp 45 fSrc->playback(recorder.beginRecording(w, h, fUseBBH ? &factory : NULL));
  /external/skia/bench/
PictureRecordBench.cpp 63 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);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PictureDrawableTest.java 39 Canvas recodingCanvas = picture.beginRecording(100, 200);
67 picture.beginRecording(99, 101);
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecorder.cpp 20 SkCanvas* SkPictureRecorder::beginRecording(SkScalar width, SkScalar height,
48 fPictureRecord->beginRecording();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Pictures.java 57 drawSomething(mPicture.beginRecording(200, 100));
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPicture.java 47 public Canvas beginRecording(int width, int height) {
  /external/chromium_org/cc/resources/
skpicture_content_layer_updater.cc 33 recorder.beginRecording(paint_rect.width(), paint_rect.height(), NULL, 0);

Completed in 1227 milliseconds

1 2 3 4 5 6