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

1 2

  /external/skia/include/core/
SkPictureRecorder.h 50 SkCanvas* beginRecording(const SkRect& bounds,
54 SkCanvas* beginRecording(SkScalar width, SkScalar height,
57 return this->beginRecording(SkRect::MakeWH(width, height), bbhFactory, recordFlags);
67 * beginRecording/getRecordingCanvas. Ownership of the object is passed to the caller, who
81 * into beginRecording.
90 * beginRecording/getRecordingCanvas. Ownership of the object is passed to the caller, who
  /frameworks/base/core/jni/android/graphics/
Picture.cpp 41 Canvas* Picture::beginRecording(int width, int height) {
46 SkCanvas* canvas = mRecorder->beginRecording(width, height, NULL, 0);
92 recorder.beginRecording(0, 0);
114 SkCanvas* canvas = reRecorder.beginRecording(mWidth, mHeight, NULL, 0);
  /external/skia/src/core/
SkPictureRecorder.cpp 27 SkCanvas* SkPictureRecorder::beginRecording(const SkRect& cullRect,
SkPictureRecord.cpp 258 void SkPictureRecord::beginRecording() {
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Picture.java 23 * A Picture records drawing calls (via the canvas returned by beginRecording)
73 * To record a picture, call beginRecording() and then draw into the Canvas
80 public Canvas beginRecording(int width, int height) {
88 * may be drawn, but the canvas that was returned by beginRecording must not
100 * Get the width of the picture as passed to beginRecording. This
108 * Get the height of the picture as passed to beginRecording. This
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PictureLayout.java 121 super.dispatchDraw(mPicture.beginRecording(getWidth(), getHeight()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 356 model.beginRecording(editRequester, String.format("Add %1$s",