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

1 2 34 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DeferredImageDecoderTest.cpp 31 #include "SkPicture.h"
65 SkPicture* picture;
162 RefPtr<SkPicture> picture = adoptRef(recorder.endRecording());
185 RefPtr<SkPicture> picture = adoptRef(recorder.endRecording());
188 // Fully received the file and draw the SkPicture again.
203 static void rasterizeMain(SkCanvas* canvas, SkPicture* picture)
220 RefPtr<SkPicture> picture = adoptRef(recorder.endRecording());
223 // Create a thread to rasterize SkPicture.
326 RefPtr<SkPicture> picture = adoptRef(recorder.endRecording());
RecordingImageBufferSurface.cpp 84 RefPtr<SkPicture> currentPicture = adoptRef(m_currentFrame->endRecording());
104 PassRefPtr<SkPicture> RecordingImageBufferSurface::getPicture()
InterceptingCanvas.h 73 virtual void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) OVERRIDE = 0;
ProfilingCanvas.h 74 virtual void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*);
ReplayingCanvas.h 76 virtual void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*);
  /external/chromium_org/android_webview/browser/
browser_view_renderer.h 23 class SkPicture;
86 skia::RefPtr<SkPicture> CapturePicture(int width, int height);
  /external/chromium_org/third_party/skia/bench/
PictureRecordBench.cpp 11 #include "SkPicture.h"
45 * An SkPicture has internal dictionaries to store bitmaps, matrices, paints,
62 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
128 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
  /external/chromium_org/third_party/skia/debugger/
SkDebugger.cpp 27 void SkDebugger::loadPicture(SkPicture* picture) {
39 SkPicture* SkDebugger::copyPicture() {
144 overview->append("<br/>SkPicture L: ");
  /external/chromium_org/third_party/skia/dm/
DMUtil.cpp 5 #include "SkPicture.h"
37 SkPicture* RecordPicture(skiagm::GM* gm, SkBBHFactory* factory, bool skr) {
60 void DrawPicture(const SkPicture& picture, SkBitmap* bitmap) {
DMPDFTask.cpp 35 const SkPicture* picture,
  /external/chromium_org/third_party/skia/include/core/
SkShader.h 20 class SkPicture;
444 * is incremented). The SkPicture must not be changed after
456 static SkShader* CreatePictureShader(SkPicture* src,