Searched defs:beginRecording (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwPicture.java48 public Canvas beginRecording(int width, int height) { method in class:AwPicture
/external/chromium_org/third_party/skia/src/core/
H A DSkPicture.cpp192 SkCanvas* SkPicture::beginRecording(int width, int height, function in class:SkPicture
220 fRecord->beginRecording();
H A DSkPictureRecord.cpp716 void SkPictureRecord::beginRecording() { function in class:SkPictureRecord
/external/skia/src/core/
H A DSkPicture.cpp192 SkCanvas* SkPicture::beginRecording(int width, int height, function in class:SkPicture
220 fRecord->beginRecording();
H A DSkPictureRecord.cpp716 void SkPictureRecord::beginRecording() { function in class:SkPictureRecord
/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp239 void beginRecording();
296 this->beginRecording();
310 void DeferredDevice::beginRecording() { function in class:DeferredDevice
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp239 void beginRecording();
296 this->beginRecording();
310 void DeferredDevice::beginRecording() { function in class:DeferredDevice
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp518 void GraphicsContext::beginRecording(const FloatRect& bounds) function in class:WebCore::GraphicsContext
526 m_canvas = displayList->picture()->beginRecording(recordingRect.width(), recordingRect.height(),

Completed in 1691 milliseconds