Searched refs:picture (Results 151 - 175 of 322) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/debugger/
H A DSkDebugger.h65 void loadPicture(SkPicture* picture);
/external/chromium_org/third_party/skia/tools/lua/
H A Dglyph-counts.lua24 startcanvas() is called at the start of each picture file, passing the
32 when a given picture is done, we call endcanvas(canvas, fileName)
H A Dscrape_dashing.lua26 startcanvas() is called at the start of each picture file, passing the
34 when a given picture is done, we call endcanvas(canvas, fileName)
H A Dglyph-usage.lua24 startcanvas() is called at the start of each picture file, passing the
32 when a given picture is done, we call endcanvas(canvas, fileName)
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/skia/debugger/
H A DSkDebugger.h67 void loadPicture(SkPicture* picture);
/external/skia/tools/lua/
H A Dscrape_dashing.lua26 startcanvas() is called at the start of each picture file, passing the
34 when a given picture is done, we call endcanvas(canvas, fileName)
H A Dglyph-usage.lua24 startcanvas() is called at the start of each picture file, passing the
32 when a given picture is done, we call endcanvas(canvas, fileName)
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContentsClientCallbackHelper.java128 Picture picture = null;
130 if (msg.obj != null) picture = (Picture) ((Callable<?>) msg.obj).call();
132 throw new RuntimeException("Error getting picture", e);
134 mContentsClient.onNewPicture(picture);
/external/chromium_org/content/renderer/pepper/
H A Dppb_video_decoder_impl.cc20 #include "media/video/picture.h"
248 void PPB_VideoDecoder_Impl::PictureReady(const media::Picture& picture) { argument
249 // So far picture.visible_rect is not used. If used, visible_rect should
256 output.picture_buffer_id = picture.picture_buffer_id();
257 output.bitstream_buffer_id = picture.bitstream_buffer_id();
/external/chromium_org/media/tools/player_x11/
H A Dx11_video_renderer.cc32 // Returns the picture format for ARGB.
125 // creats a picture from the pixmap and composite the picture over
126 // the picture represending the window.
157 // Creates the picture representing the pixmap.
158 unsigned long picture = XRenderCreatePicture( local
161 // Composite the picture over the picture representing the window.
162 XRenderComposite(display_, PictOpSrc, picture, 0,
166 XRenderFreePicture(display_, picture);
[all...]
/external/skia/include/core/
H A DSkDevice.h177 * picture of the current clip. (i.e. if you regionize all of the geometry
345 * Construct an acceleration object and attach it to 'picture'
347 virtual void EXPERIMENTAL_optimize(const SkPicture* picture);
351 * Purge all discardable optimization information for 'picture'. If
352 * picture is NULL then purge discardable information for all pictures.
354 virtual void EXPERIMENTAL_purge(const SkPicture* picture);
359 * of 'picture'. If optimization data is available (due to an earlier
366 virtual bool EXPERIMENTAL_drawPicture(SkCanvas* canvas, const SkPicture* picture);
/external/skia/include/gpu/
H A DSkGpuDevice.h144 virtual void EXPERIMENTAL_optimize(const SkPicture* picture) SK_OVERRIDE;
146 virtual void EXPERIMENTAL_purge(const SkPicture* picture) SK_OVERRIDE;
148 virtual bool EXPERIMENTAL_drawPicture(SkCanvas* canvas, const SkPicture* picture) SK_OVERRIDE;
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.h43 void setPicture(SkPicture* picture) { fPicture = picture; } argument
258 virtual void onDrawPicture(const SkPicture* picture) SK_OVERRIDE;
/external/chromium_org/third_party/skia/tests/
H A DSerializationTest.cpp288 static SkBitmap draw_picture(SkPicture& picture) { argument
290 bitmap.allocN32Pixels(SkScalarCeilToInt(picture.cullRect().width()),
291 SkScalarCeilToInt(picture.cullRect().height()));
293 picture.playback(&canvas);
348 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
350 // Serlialize picture and create its clone from stream.
352 picture->serialize(&stream);
356 // Draw both original and clone picture and compare bitmaps -- they should be identical.
357 SkBitmap origBitmap = draw_picture(*picture);
516 // Serialize picture
[all...]
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkDebuggerGUI.cpp159 // The timed picture playback just steps through every operation timing
160 // each one individually. Note that each picture should be replayed multiple
165 SkTimedPicturePlayback(const SkPicture* picture, const SkTDArray<bool>& deletedCommands) argument
166 : INHERITED(picture)
397 SkAutoTUnref<SkPicture> picture(SkPicture::CreateFromStream(&inputStream,
399 if (NULL == picture.get()) {
439 run(picture.get(), renderer, kNumRepeats);
441 SkASSERT(picture->count() == fListWidget.count());
444 for (int i = 0; i < picture->count(); ++i) {
445 double temp = picture
1003 SkPicture* picture = SkPicture::CreateFromStream(stream); local
[all...]
/external/chromium_org/third_party/skia/tools/
H A DPictureRenderer.cpp211 /** Converts fPicture to a picture that uses a BBoxHierarchy.
212 * PictureRenderer subclasses that are used to test picture playback
366 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
368 // Record the new picture as a new SKP with PNG encoded bitmaps.
371 picture->serialize(&stream, &encode_bitmap_to_data);
416 void SimplePictureRenderer::init(const SkPicture* picture, const SkString* writePath, argument
419 INHERITED::init(picture, writePath, mismatchPath, inputFilename, useChecksumBasedFilenames);
544 // This is solved by first taking our picture size and rounding it up to the
562 // The tile height is constant for a particular picture.
591 * Draw the specified picture t
596 draw_tile_to_canvas(SkCanvas* canvas, const SkRect& tileRect, const SkPicture* picture) argument
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h401 WebPPicture* pic_; // input / output picture
511 // Assign an error code to a picture. Return false for convenience.
559 void WebPPictureResetBuffers(WebPPicture* const picture);
564 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height);
567 // Uses picture->csp to determine whether an alpha buffer is needed.
570 int WebPPictureAllocYUVA(WebPPicture* const picture, int width, int height);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c508 struct pipe_picture_desc *picture)
511 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture;
522 assert(dec && target && picture);
575 struct pipe_picture_desc *picture,
581 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture;
586 assert(dec && target && picture);
645 struct pipe_picture_desc *picture,
651 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture;
656 assert(dec && target && picture);
671 struct pipe_picture_desc *picture)
506 vl_mpeg12_begin_frame(struct pipe_video_decoder *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) argument
573 vl_mpeg12_decode_macroblock(struct pipe_video_decoder *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) argument
643 vl_mpeg12_decode_bitstream(struct pipe_video_decoder *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) argument
669 vl_mpeg12_end_frame(struct pipe_video_decoder *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c508 struct pipe_picture_desc *picture)
511 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture;
522 assert(dec && target && picture);
575 struct pipe_picture_desc *picture,
581 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture;
586 assert(dec && target && picture);
645 struct pipe_picture_desc *picture,
651 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture;
656 assert(dec && target && picture);
671 struct pipe_picture_desc *picture)
506 vl_mpeg12_begin_frame(struct pipe_video_decoder *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) argument
573 vl_mpeg12_decode_macroblock(struct pipe_video_decoder *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) argument
643 vl_mpeg12_decode_bitstream(struct pipe_video_decoder *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) argument
669 vl_mpeg12_end_frame(struct pipe_video_decoder *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) argument
[all...]
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp158 // The timed picture playback uses the SkPicturePlayback's profiling stubs
363 SkAutoTUnref<SkTimedPicture> picture(SkTimedPicture::CreateTimedPicture(&inputStream,
365 if (NULL == picture.get()) {
402 run(picture.get(), renderer, kNumRepeats);
404 SkASSERT(picture->count() == fListWidget.count());
407 for (int i = 0; i < picture->count(); ++i) {
408 double temp = picture->time(i);
415 setupOverviewText(picture->typeTimes(), picture->totTime(), kNumRepeats);
964 SkPicture* picture local
[all...]
/external/webp/src/enc/
H A Dvp8enci.h401 WebPPicture* pic_; // input / output picture
511 // Assign an error code to a picture. Return false for convenience.
559 void WebPPictureResetBuffers(WebPPicture* const picture);
564 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height);
567 // Uses picture->csp to determine whether an alpha buffer is needed.
570 int WebPPictureAllocYUVA(WebPPicture* const picture, int width, int height);
/external/chromium_org/cc/resources/
H A Dpicture_pile_base.h17 #include "cc/resources/picture.h"
80 void SetPicture(scoped_refptr<Picture> picture);
111 // A picture pile is a tiled set of pictures. The picture map is a map of tile
112 // indices to picture infos.
/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_decode_accelerator.h64 // Sends the current picture on the surface to the client.
80 // Requests picture buffers from the client.
83 // Notifies the client about the availability of a picture.
84 void NotifyPictureReady(const media::Picture& picture);
115 // This map maintains the picture buffers passed to the client for decoding.
116 // The key is the picture buffer id.
120 // This keeps the free picture buffer ids which can be used for sending
138 // Set to true after requesting picture buffers to the client.
158 // Used for copy the texture from |surface_texture_| to picture buffers.
/external/skia/src/core/
H A DSkBBoxRecord.h68 virtual void onDrawPicture(const SkPicture* picture) SK_OVERRIDE;

Completed in 884 milliseconds

1234567891011>>