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

1 2 3

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPicture.java 41 public Canvas beginRecording(int width, int height) {
  /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.
91 * beginRecording/getRecordingCanvas. Ownership of the object is passed to the caller, who
  /external/skqp/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.
91 * beginRecording/getRecordingCanvas. Ownership of the object is passed to the caller, who
  /frameworks/base/core/jni/android/graphics/
Picture.cpp 40 Canvas* Picture::beginRecording(int width, int height) {
45 SkCanvas* canvas = mRecorder->beginRecording(SkIntToScalar(width), SkIntToScalar(height));
87 recorder.beginRecording(0, 0);
107 SkCanvas* canvas = reRecorder.beginRecording(mWidth, mHeight, NULL, 0);
  /external/skia/src/core/
SkPictureRecorder.cpp 28 SkCanvas* SkPictureRecorder::beginRecording(const SkRect& userCullRect,
SkPictureRecord.cpp 275 void SkPictureRecord::beginRecording() {
  /external/skqp/src/core/
SkPictureRecorder.cpp 28 SkCanvas* SkPictureRecorder::beginRecording(const SkRect& userCullRect,
SkPictureRecord.cpp 275 void SkPictureRecord::beginRecording() {
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
BitmapRenderer.java 43 renderer.draw(picture.beginRecording(width, height));
  /frameworks/base/graphics/java/android/graphics/
Picture.java 23 * A Picture records drawing calls (via the canvas returned by beginRecording)
74 * To record a picture, call beginRecording() and then draw into the Canvas
81 public Canvas beginRecording(int width, int height) {
93 * may be drawn, but the canvas that was returned by beginRecording must not
106 * Get the width of the picture as passed to beginRecording. This
114 * 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",
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 375 milliseconds

1 2 3