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

1 2 34 5 6

  /external/chromium_org/android_webview/browser/
browser_view_renderer.cc 404 emptyRecorder.beginRecording(0, 0);
414 SkCanvas* rec_canvas = recorder.beginRecording(width, height, NULL, 0);
  /external/chromium_org/cc/resources/
picture.cc 220 canvas = skia::SharePtr(recorder.beginRecording(
392 skia::RefPtr<SkCanvas> canvas(skia::SharePtr(recorder.beginRecording(
picture_pile_impl.cc 318 recorder.beginRecording(tiling_rect.width(), tiling_rect.height());
  /external/chromium_org/third_party/skia/tests/
SerializationTest.cpp 343 SkCanvas* canvas = recorder.beginRecording(SkIntToScalar(canvasRect.width()),
511 draw_something(recorder.beginRecording(SkIntToScalar(kBitmapSize),
MatrixClipCollapseTest.cpp 551 // Note: the outer save/restore are provided by beginRecording/endRecording
567 // Note: the outer save/restore are provided by beginRecording/endRecording
590 // Note: the outer save/restore are provided by beginRecording/endRecording
619 // Note: the outer save/restore are provided by beginRecording/endRecording
687 // Note: beginRecording/endRecording add a save/restore pair
688 SkCanvas* canvas = picture.beginRecording(100, 100);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.cpp 262 context->beginRecording(bounds);
RenderSVGResourceFilter.cpp 106 context->beginRecording(filterData->boundaries);
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.h 108 void beginRecording();
  /external/skia/src/core/
SkPictureRecord.h 107 void beginRecording();
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 253 void beginRecording();
292 this->beginRecording();
306 void SkDeferredDevice::beginRecording() {
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 251 void beginRecording();
292 this->beginRecording();
306 void SkDeferredDevice::beginRecording() {
    [all...]
  /external/skia/tests/
CanvasTest.cpp 500 SkCanvas* testCanvas = recorder.beginRecording(kWidth, kHeight, NULL, 0);
724 SkCanvas* referenceCanvas = referenceRecorder.beginRecording(kWidth, kHeight,
729 SkCanvas* testCanvas = testRecorder.beginRecording(kWidth, kHeight,
    [all...]
SerializationTest.cpp 408 bool didDraw = drawSomething(recorder.beginRecording(kBitmapSize, kBitmapSize, NULL, 0));
MatrixClipCollapseTest.cpp 551 // Note: the outer save/restore are provided by beginRecording/endRecording
567 // Note: the outer save/restore are provided by beginRecording/endRecording
590 // Note: the outer save/restore are provided by beginRecording/endRecording
619 // Note: the outer save/restore are provided by beginRecording/endRecording
687 // Note: beginRecording/endRecording add a save/restore pair
688 SkCanvas* canvas = picture.beginRecording(100, 100);
  /external/skia/tools/
PictureRenderer.cpp 216 SkCanvas* canvas = recorder.beginRecording(fPicture->width(), fPicture->height(),
355 SkCanvas* canvas = recorder.beginRecording(this->getViewWidth(), this->getViewHeight(),
886 SkCanvas* canvas = fRecorder->beginRecording(this->getViewWidth(), this->getViewHeight(),
    [all...]
render_pictures_main.cpp 185 picture->draw(recorder.beginRecording(picture->width(), picture->height(), NULL, 0));
  /external/chromium_org/skia/ext/
analysis_canvas_unittest.cc 295 skia::SharePtr(recorder.beginRecording(256, 256, &factory));
pixel_ref_utils_unittest.cc 72 recorder->beginRecording(layer_rect.width(), layer_rect.height());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextTest.cpp     [all...]
GraphicsContext.h 79 // related commands called when within a beginRecording/endRecording block.
346 // Instead of being dispatched to the active canvas, draw commands following beginRecording()
349 void beginRecording(const FloatRect&, uint32_t = 0);
  /external/chromium_org/third_party/skia/samplecode/
SampleFilterFuzz.cpp 374 SkCanvas* recordingCanvas = recorder.beginRecording(SkIntToScalar(kBitmapSize),
  /external/chromium_org/third_party/skia/tools/
bench_pictures_main.cpp 209 picture->playback(recorder.beginRecording(picture->cullRect().width(),
  /external/skia/samplecode/
SampleFilterFuzz.cpp 380 SkCanvas* recordingCanvas = recorder.beginRecording(kBitmapSize, kBitmapSize, &factory, 0);
  /external/chromium_org/third_party/skia/bench/
nanobench.cpp 512 pic->playback(recorder.beginRecording(pic->cullRect().width(),
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java     [all...]

Completed in 1017 milliseconds

1 2 34 5 6