Searched refs:picture (Results 176 - 200 of 322) sorted by relevance

1234567891011>>

/external/skia/tools/lua/
H A Dscrape_dashing_full.lua4 startcanvas() is called at the start of each picture file, passing the
12 when a given picture is done, we call endcanvas(canvas, fileName)
/external/chromium_org/cc/resources/
H A Dgpu_raster_worker_pool.cc58 // Add the canvas and recorded picture to |multi_picture_draw_|.
59 skia::RefPtr<SkPicture> picture = skia::AdoptRef(recorder_.endRecording()); variable
60 multi_picture_draw_->add(surface_->getCanvas(), picture.get());
H A Dpicture.h84 // Draw the picture directly into the given canvas, without applying any
91 // raster this layer rect from this picture. Internally, pixel refs are
96 PixelRefIterator(const gfx::Rect& layer_rect, const Picture* picture);
134 // ownership to this picture.
/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_decode_accelerator_host.cc240 media::Picture picture(picture_buffer_id, bitstream_buffer_id, visible_rect);
241 client_->PictureReady(picture);
/external/chromium_org/content/renderer/media/
H A Drtc_video_decoder.h22 #include "media/video/picture.h"
82 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
136 const media::Picture& picture,
150 // Tells VDA that a picture buffer can be recycled.
213 // A map from picture buffer IDs to texture-backed picture buffers.
223 // The id that will be given to the next picture buffer.
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRecordingImageBufferSurfaceTest.cpp96 RefPtr<SkPicture> picture = m_testSurface->getPicture(); local
97 EXPECT_TRUE((bool)picture.get());
114 // acquire picture twice to simulate a static canvas: nothing drawn between updates
H A DImageBuffer.cpp262 RefPtr<SkPicture> picture = m_surface->getPicture(); local
263 if (picture) {
264 context->drawPicture(picture.release(), destRect, srcRect, op, blendMode);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPictureUtils.cpp105 // picture's rendering hierarchy
106 const GrAccelData* childData = GPUOptimize(dp.picture);
124 // If src.fPicture is NULL the layer is in dp.picture; otherwise
125 // it belongs to a sub-picture.
126 dst.fPicture = src.fPicture ? src.fPicture : static_cast<const SkPicture*>(dp.picture);
185 SkASSERT(NULL == slInfo.fPicture); // This layer is in the top-most picture
H A DSkGpuDevice.h127 virtual void EXPERIMENTAL_optimize(const SkPicture* picture) SK_OVERRIDE;
129 virtual bool EXPERIMENTAL_drawPicture(SkCanvas* canvas, const SkPicture* picture,
/external/chromium_org/third_party/skia/src/utils/
H A DSkProxyCanvas.cpp144 void SkProxyCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix, argument
146 fProxy->drawPicture(picture, matrix, paint);
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.h43 void setPicture(SkPicture* picture) { fPicture = picture; } argument
/external/flac/include/FLAC/
H A Dformat.h768 /**< The kind of picture stored. */
773 * use picture data of MIME type \c image/jpeg or \c image/png. A
774 * MIME type of '-->' is also allowed, in which case the picture
798 /**< For indexed palettes (like GIF), picture's number of colors (the
803 /**< Length of binary picture data in bytes. */
806 /**< Binary picture data. */
850 FLAC__StreamMetadata_Picture picture; member in union:__anon21489::__anon21490
986 /** Check picture data to see if it conforms to the FLAC specification.
990 * \param picture A pointer to existing picture dat
[all...]
/external/skia/src/utils/
H A DSkProxyCanvas.cpp139 void SkProxyCanvas::onDrawPicture(const SkPicture* picture) { argument
140 fProxy->drawPicture(picture);
/external/skia/tests/
H A DImageFilterTest.cpp346 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
347 SkAutoTUnref<SkImageFilter> pictureFilter(SkPictureImageFilter::Create(picture.get()));
377 { "picture and blur", SkBlurImageFilter::Create(five, five, pictureFilter.get()) },
519 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
521 canvas.drawPicture(picture);
534 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
538 SkPictureImageFilter::Create(picture.get()));
564 // deserialize its contained picture when the filter is serialized
611 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
614 canvas.drawPicture(picture);
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_decoder_host.cc316 void PepperVideoDecoderHost::PictureReady(const media::Picture& picture) { argument
317 // So far picture.visible_rect is not used. If used, visible_rect should
321 PpapiPluginMsg_VideoDecoder_PictureReady(picture.bitstream_buffer_id(),
322 picture.picture_buffer_id()));
H A Dpepper_video_decoder_host.h64 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
/external/chromium_org/third_party/skia/src/core/
H A DSkBBoxRecord.cpp314 void SkBBoxRecord::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix, argument
316 SkRect bounds = picture->cullRect();
323 this->INHERITED::onDrawPicture(picture, matrix, paint);
/external/chromium_org/third_party/skia/tests/
H A DImageFilterTest.cpp398 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
399 SkAutoTUnref<SkImageFilter> pictureFilter(SkPictureImageFilter::Create(picture.get()));
429 { "picture and blur", SkBlurImageFilter::Create(five, five, pictureFilter.get()) },
588 static void draw_picture_clipped(SkCanvas* canvas, const SkRect& clipRect, const SkPicture* picture) { argument
591 canvas->drawPicture(picture);
734 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
736 canvas.drawPicture(picture);
748 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
752 SkPictureImageFilter::Create(picture.get()));
778 // deserialize its contained picture whe
[all...]
/external/flac/libFLAC/
H A Dformat.c495 FLAC_API FLAC__bool FLAC__format_picture_is_legal(const FLAC__StreamMetadata_Picture *picture, const char **violation) argument
500 for(p = picture->mime_type; *p; p++) {
507 for(b = picture->description; *b; ) {
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1819 void SkGpuDevice::EXPERIMENTAL_optimize(const SkPicture* picture) {
1822 const SkPicture::AccelData* existing = picture->EXPERIMENTAL_getAccelData(key);
1829 picture->EXPERIMENTAL_addAccelData(data);
1831 GatherGPUInfo(picture, data);
1840 void SkGpuDevice::EXPERIMENTAL_purge(const SkPicture* picture) {
1844 bool SkGpuDevice::EXPERIMENTAL_drawPicture(SkCanvas* canvas, const SkPicture* picture) {
1848 const SkPicture::AccelData* data = picture->EXPERIMENTAL_getAccelData(key);
1871 const SkPicture::OperationList& ops = picture->EXPERIMENTAL_getActiveOps(query);
1880 // In this case the picture has been generated with a BBH so we use
1913 // In this case there is no BBH associated with the picture
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContentsClient.java212 * Called whenever there is a new content picture available.
213 * @param picture New picture.
215 public abstract void onNewPicture(Picture picture); argument
/external/chromium_org/cc/debug/
H A Dpicture_record_benchmark.cc113 scoped_refptr<Picture> picture = Picture::Create( local
H A Drasterize_and_record_benchmark.cc132 scoped_refptr<Picture> picture = Picture::Create( local
/external/chromium_org/content/common/gpu/media/
H A Ddxva_video_decode_accelerator.h104 // client when we have a picture buffer to copy the surface contents to.
107 // Processes pending output samples by copying them to available picture
128 // Requests picture buffers from the client.
131 // Notifies the client about the availability of a picture.
132 void NotifyPictureReady(const media::Picture& picture);
153 // Tells the client to dismiss the stale picture buffers passed in.
156 // Called after the client indicates we can recycle a stale picture buffer.
198 // This map maintains the picture buffers passed the client for decoding.
199 // The key is the picture buffer id.
208 // Set to true if we requested picture slot
[all...]
/external/chromium_org/media/filters/
H A Dgpu_video_decoder.h61 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
108 // Indicate the picture buffer can be reused by the decoder.

Completed in 1396 milliseconds

1234567891011>>