Searched refs:picture (Results 51 - 75 of 299) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/debugger/
H A DSkDebugger.cpp29 void SkDebugger::loadPicture(SkPicture* picture) { argument
30 fPictureWidth = picture->width();
31 fPictureHeight = picture->height();
35 fDebugCanvas->setPicture(picture);
36 picture->draw(fDebugCanvas);
39 SkRefCnt_SafeAssign(fPicture, picture);
/external/skia/debugger/
H A DSkDebugger.cpp29 void SkDebugger::loadPicture(SkPicture* picture) { argument
30 fPictureWidth = picture->width();
31 fPictureHeight = picture->height();
35 fDebugCanvas->setPicture(picture);
36 picture->draw(fDebugCanvas);
39 SkRefCnt_SafeAssign(fPicture, picture);
/external/chromium-trace/trace-viewer/src/cc/
H A Dpicture_debugger.js9 base.require('cc.picture');
21 * the picture in detail. (e.g., timing information, etc.)
25 var PictureDebugger = ui.define('picture-debugger');
35 this.pictureInfo_ = document.createElement('picture-info');
109 get picture() {
113 set picture(picture) {
114 this.drawOpsView_.picture = picture;
115 this.picture_ = picture;
[all...]
H A Dpicture_ops_list_view_test.js8 base.require('cc.picture');
26 view.picture = snapshot;
40 view.picture = snapshot;
H A Dlayer_tree_quad_stack_viewer.js17 base.require('cc.picture');
37 this.pictureAsCanvas_ = {}; // Maps picture.guid to PictureAsCanvas.
160 var picture = layer.pictures[ir];
162 if (picture.idRef) {
166 if (!picture.layerRect) {
171 var pictureAsCanvas = this.pictureAsCanvas_[picture.guid];
174 this.pictureAsCanvas_[picture.guid] =
176 picture.rasterize(
179 var picture_ = pictureAsCanvas.picture;
201 header: 'Missing picture',
[all...]
H A Dpicture_view.js9 base.require('cc.picture');
18 * Displays a picture snapshot in a human readable form.
22 'picture-snapshot-view',
29 this.classList.add('picture-snapshot-view');
36 this.pictureDebugger_.picture = this.objectSnapshot_;
/external/chromium_org/android_webview/native/
H A Daw_picture.h22 AwPicture(skia::RefPtr<SkPicture> picture);
/external/chromium_org/android_webview/public/browser/
H A Ddraw_sw.h38 typedef jobject (AwCreatePictureFunction)(JNIEnv* env, SkPicture* picture);
/external/chromium_org/cc/debug/
H A Dtraced_picture.h12 #include "cc/resources/picture.h"
21 AsTraceablePicture(const Picture* picture);
/external/chromium_org/ppapi/api/
H A Dppb_video_decoder.idl102 * If the call to Decode() eventually results in a picture, the |decode_id|
103 * parameter is copied into the returned picture. The plugin can use this to
133 * Gets the next picture from the decoder. The picture is valid after the
136 * When the plugin is finished using the picture, it should return it to the
141 * @param[out] picture A <code>PP_VideoPicture</code> to hold the decoded
142 * picture.
155 [out] PP_VideoPicture picture,
159 * Recycles a picture that the plugin has received from the decoder.
165 * @param[in] picture
[all...]
/external/chromium_org/ppapi/cpp/dev/
H A Dvideo_decoder_client_dev.h32 // Callback for decoder to deliver unneeded picture buffers back to the
39 const PP_Picture_Dev& picture) = 0;
H A Dvideo_decoder_client_dev.cc47 const PP_Picture_Dev* picture) {
52 static_cast<VideoDecoderClient_Dev*>(object)->PictureReady(decoder, *picture);
45 PictureReady(PP_Instance instance, PP_Resource decoder, const PP_Picture_Dev* picture) argument
/external/chromium_org/ppapi/cpp/
H A Dvideo_decoder.h92 /// If the call to Decode() eventually results in a picture, the |decode_id|
93 /// parameter is copied into the returned picture. The plugin can use this to
117 /// Gets the next picture from the decoder. The picture is valid after the
120 /// When the plugin is finished using the picture, it should return it to the
126 /// called on completion, and on success, to hold the picture descriptor.
137 /// Recycles a picture that the plugin has received from the decoder.
141 /// @param[in] picture A <code>PP_VideoPicture</code> to return to the
143 void RecyclePicture(const PP_VideoPicture& picture);
/external/chromium_org/ppapi/thunk/
H A Dppb_video_decoder_thunk.cc65 struct PP_VideoPicture* picture,
71 return enter.SetResult(enter.object()->GetPicture(picture, enter.callback()));
75 const struct PP_VideoPicture* picture) {
80 enter.object()->RecyclePicture(picture);
64 GetPicture(PP_Resource video_decoder, struct PP_VideoPicture* picture, struct PP_CompletionCallback callback) argument
74 RecyclePicture(PP_Resource video_decoder, const struct PP_VideoPicture* picture) argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDisplayList.cpp55 SkPicture* DisplayList::picture() const function in class:WebCore::DisplayList
H A DDisplayList.h60 // the picture created by the last endRecording call.
61 SkPicture* picture() const;
/external/chromium_org/third_party/skia/dm/
H A DDMUtil.h21 // Draw gm to picture. Passes recordFlags to SkPictureRecorder::beginRecording().
31 // Draw picture to bitmap.
32 void DrawPicture(SkPicture* picture, SkBitmap* bitmap);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestwin.c24 SDL_Surface *picture; local
34 fprintf(stderr, "Loading picture: %s\n", bmpfile);
35 picture = SDL_LoadBMP(bmpfile);
36 if ( picture == NULL ) {
43 if ( picture->format->palette ) {
44 ncolors = picture->format->palette->ncolors;
47 memcpy(colors, picture->format->palette->colors,
94 /* Display the picture */
98 fprintf(stderr, "Converting picture\n");
99 displayfmt = SDL_DisplayFormat(picture);
[all...]
/external/skia/dm/
H A DDMUtil.h21 // Draw gm to picture. Passes recordFlags to SkPictureRecorder::beginRecording().
31 // Draw picture to bitmap.
32 void DrawPicture(SkPicture* picture, SkBitmap* bitmap);
/external/chromium_org/ppapi/api/dev/
H A Dppp_video_decoder_dev.idl46 * Callback function for decoder to deliver unneeded picture buffers back to
52 * |picture_buffer| points to the picture buffer that is no longer needed.
67 * |picture| is the picture that is ready.
72 [in] PP_Picture_Dev picture);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrLayerCache.h80 // is the index of this layer in the picture (one of 0 .. #layers).
105 GrCachedLayer* findLayerOrCreate(const SkPicture* picture, int id);
116 GrCachedLayer* createLayer(const SkPicture* picture, int id);
H A DGrPictureUtils.cpp21 // a picture. The results are stored in a GPUAccelData.
32 GrGatherDevice(int width, int height, const SkPicture* picture, GPUAccelData* accelData, argument
34 fPicture = picture;
166 // The picture being processed
211 // GrGatherDevice dev(w, h, picture, accelData);
212 // GrGatherCanvas canvas(..., picture);
250 virtual void onDrawPicture(const SkPicture* picture) SK_OVERRIDE {
253 if (NULL != picture->fPlayback) {
254 picture->fPlayback->setUseBBH(false);
256 picture
[all...]
/external/skia/src/gpu/
H A DGrLayerCache.h80 // is the index of this layer in the picture (one of 0 .. #layers).
105 GrCachedLayer* findLayerOrCreate(const SkPicture* picture, int id);
116 GrCachedLayer* createLayer(const SkPicture* picture, int id);
H A DGrPictureUtils.cpp21 // a picture. The results are stored in a GPUAccelData.
32 GrGatherDevice(int width, int height, const SkPicture* picture, GPUAccelData* accelData, argument
34 fPicture = picture;
166 // The picture being processed
211 // GrGatherDevice dev(w, h, picture, accelData);
212 // GrGatherCanvas canvas(..., picture);
250 virtual void onDrawPicture(const SkPicture* picture) SK_OVERRIDE {
253 if (NULL != picture->fPlayback) {
254 picture->fPlayback->setUseBBH(false);
256 picture
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSamplePictFile.cpp97 SkPicture** picture = fPictures + fBBox; variable
99 if (!*picture) {
100 *picture = LoadPicture(fFilename.c_str(), fBBox);
102 if (*picture) {
103 canvas->drawPicture(*picture);
138 SkDebugf("coun't load picture at \"path\"\n", path);

Completed in 615 milliseconds

1234567891011>>