Searched refs:picture (Results 26 - 50 of 322) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8li.h29 const WebPPicture* pic_; // input picture.
60 // Encodes the picture.
61 // Returns 0 if config or picture is NULL or picture doesn't have valid argb
64 const WebPPicture* const picture);
68 const WebPPicture* const picture,
/external/chromium_org/third_party/skia/include/core/
H A DSkMultiPictureDraw.h20 The MultiPictureDraw object accepts several picture/canvas pairs and
34 * Add a canvas/picture pair for later rendering.
35 * @param canvas the canvas in which to draw picture
36 * @param picture the picture to draw into canvas
38 * @param paint if non-NULL, draw picture to a temporary buffer
42 const SkPicture* picture,
60 const SkPicture* picture; // reffed member in struct:SkMultiPictureDraw::DrawData
/external/chromium_org/third_party/skia/tests/
H A DPictureShaderTest.cpp13 // Test that attempting to create a picture shader with a NULL picture or
14 // empty picture returns NULL.
22 SkAutoTUnref<SkPicture> picture(factory.endRecording());
23 shader = SkShader::CreatePictureShader(picture.get(),
H A DGpuLayerCacheTest.cpp29 const SkPicture& picture,
34 GrCachedLayer* layer = cache->findLayerOrCreate(picture.uniqueID(),
40 GrCachedLayer* temp = cache->findLayer(picture.uniqueID(), idOffset+i+1, idOffset+i+2,
46 REPORTER_ASSERT(reporter, picture.uniqueID() == layer->pictureID());
55 cache->trackPicture(&picture);
99 SkAutoTUnref<const SkPicture> picture(recorder.endRecording());
103 create_layers(reporter, &cache, *picture, kInitialNumLayers, 0);
106 GrCachedLayer* layer = cache.findLayer(picture->uniqueID(), i+1, i+2,
124 GrCachedLayer* layer = cache.findLayer(picture->uniqueID(), i+1, i+2,
131 GrCachedLayer* layer = cache.findLayer(picture
27 create_layers(skiatest::Reporter* reporter, GrLayerCache* cache, const SkPicture& picture, int numToAdd, int idOffset) argument
[all...]
H A DTileGridTest.cpp68 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
76 picture->playback(&mockCanvas);
83 picture->playback(&mockCanvas);
91 picture->playback(&mockCanvas);
100 picture->playback(&mockCanvas);
108 picture->playback(&mockCanvas);
115 picture->playback(&mockCanvas);
122 picture->playback(&mockCanvas);
129 picture->playback(&mockCanvas);
158 SkAutoTUnref<SkPicture> picture(recorde
[all...]
/external/skia/src/effects/
H A DSkPictureImageFilter.cpp15 SkPictureImageFilter::SkPictureImageFilter(SkPicture* picture) argument
17 fPicture(picture),
18 fCropRect(SkRect::MakeWH(picture ? SkIntToScalar(picture->width()) : 0,
19 picture ? SkIntToScalar(picture->height()) : 0)) {
23 SkPictureImageFilter::SkPictureImageFilter(SkPicture* picture, const SkRect& cropRect) argument
25 fPicture(picture),
/external/webp/src/enc/
H A Dvp8li.h29 const WebPPicture* pic_; // input picture.
60 // Encodes the picture.
61 // Returns 0 if config or picture is NULL or picture doesn't have valid argb
64 const WebPPicture* const picture);
68 const WebPPicture* const picture,
/external/chromium_org/cc/debug/
H A Dtraced_picture.cc13 TracedPicture::TracedPicture(scoped_refptr<const Picture> picture) argument
14 : picture_(picture), is_alias_(false) {}
20 TracedPicture::AsTraceablePicture(const Picture* picture) { argument
22 new TracedPicture(picture));
/external/chromium_org/cc/test/
H A Dskia_common.h24 scoped_refptr<Picture> picture);
H A Dskia_common.cc7 #include "cc/resources/picture.h"
17 scoped_refptr<Picture> picture) {
26 picture->Raster(&canvas, NULL, negated_content_region, 1.0f);
15 DrawPicture(unsigned char* buffer, const gfx::Rect& layer_rect, scoped_refptr<Picture> picture) argument
/external/chromium_org/ppapi/c/
H A Dppb_video_decoder.h113 * If the call to Decode() eventually results in a picture, the |decode_id|
114 * parameter is copied into the returned picture. The plugin can use this to
142 * Gets the next picture from the decoder. The picture is valid after the
145 * When the plugin is finished using the picture, it should return it to the
150 * @param[out] picture A <code>PP_VideoPicture</code> to hold the decoded
151 * picture.
163 struct PP_VideoPicture* picture,
166 * Recycles a picture that the plugin has received from the decoder.
172 * @param[in] picture
[all...]
/external/chromium_org/skia/ext/
H A Dpixel_ref_utils.h24 SkPicture* picture,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.h51 struct pipe_mpeg12_picture_desc *picture,
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_video_decoder.h67 struct pipe_picture_desc *picture);
74 struct pipe_picture_desc *picture,
83 struct pipe_picture_desc *picture,
93 struct pipe_picture_desc *picture);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.h51 struct pipe_mpeg12_picture_desc *picture,
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_decoder.h67 struct pipe_picture_desc *picture);
74 struct pipe_picture_desc *picture,
83 struct pipe_picture_desc *picture,
93 struct pipe_picture_desc *picture);
/external/skia/src/core/
H A DSkPictureRecorder.cpp69 SkPicture* picture = NULL; local
72 // TODO: picture = SkNEW_ARGS(SkPicture, (fWidth, fHeight, fRecord));
79 picture = SkNEW_ARGS(SkPicture, (fWidth, fHeight, *fPictureRecord, deepCopyOps));
83 return picture;
103 SkPicture picture(fWidth, fHeight, *fPictureRecord, deepCopyOps);
104 picture.draw(canvas);
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureRecorder.cpp75 SkPicture* picture = NULL; local
78 picture = SkNEW_ARGS(SkPicture, (fCullWidth, fCullHeight,
85 picture = SkNEW_ARGS(SkPicture, (fCullWidth, fCullHeight,
89 return picture;
109 SkPicture picture(fCullWidth, fCullHeight,
111 picture.playback(canvas);
/external/chromium_org/ppapi/thunk/
H A Dppb_video_decoder_api.h34 virtual int32_t GetPicture(PP_VideoPicture* picture,
36 virtual void RecyclePicture(const PP_VideoPicture* picture) = 0;
/external/chromium_org/cc/resources/
H A Dpicture_unittest.cc5 #include "cc/resources/picture.h"
42 // Invalid picture (not a dict).
51 // Single full-size rect picture.
63 // Reconstruct the picture.
79 // Two rect picture.
92 // Reconstruct the picture.
143 scoped_refptr<Picture> picture = Picture::Create(layer_rect, local
157 picture.get());
171 picture.get());
185 picture
243 scoped_refptr<Picture> picture = Picture::Create(layer_rect, local
366 scoped_refptr<Picture> picture = Picture::Create(layer_rect, local
452 scoped_refptr<Picture> picture = Picture::Create(layer_rect, local
[all...]
/external/chromium_org/content/renderer/
H A Dskia_benchmarking_extension.cc11 #include "cc/resources/picture.h"
124 scoped_refptr<cc::Picture> picture = local
126 if (!picture.get())
130 gfx::Rect clip_rect(picture->LayerRect());
156 clip.Intersect(picture->LayerRect());
169 canvas.translate(picture->LayerRect().x(), picture->LayerRect().y());
171 // First, build a debug canvas for the given picture.
172 SkDebugCanvas debug_canvas(picture->LayerRect().width(),
173 picture
216 scoped_refptr<cc::Picture> picture = local
259 scoped_refptr<cc::Picture> picture = local
298 scoped_refptr<cc::Picture> picture = local
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_picture.cc16 // These tests deal with picture layers.
30 scoped_refptr<FakePictureLayer> picture = variable
32 layer_tree_host()->root_layer()->AddChild(picture); variable
43 // Drop the picture layer from the tree.
47 // Add a new picture layer.
48 scoped_refptr<FakePictureLayer> picture = variable
50 layer_tree_host()->root_layer()->AddChild(picture); variable
83 // and active layer. Then we recreate a picture layer in the 4th activate
/external/chromium_org/ppapi/c/dev/
H A Dppp_video_decoder_dev.h61 * Callback function for decoder to deliver unneeded picture buffers back to
67 * |picture_buffer| points to the picture buffer that is no longer needed.
80 * |picture| is the picture that is ready.
84 const struct PP_Picture_Dev* picture);
/external/kernel-headers/original/uapi/linux/
H A Dmeye.h42 unsigned char picture; member in struct:meye_params
/external/skia/tests/
H A DTileGridTest.cpp69 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
77 picture->draw(&mockCanvas);
84 picture->draw(&mockCanvas);
92 picture->draw(&mockCanvas);
101 picture->draw(&mockCanvas);
109 picture->draw(&mockCanvas);
116 picture->draw(&mockCanvas);
123 picture->draw(&mockCanvas);
130 picture->draw(&mockCanvas);
159 SkAutoTUnref<SkPicture> picture(recorde
[all...]

Completed in 1047 milliseconds

1234567891011>>