HomeSort by relevance Sort by last modified time
    Searched full:picture (Results 51 - 75 of 1161) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/include/core/
SkPicture.h 37 /** The constructor prepares the picture to record.
38 @param width the width of the virtual device the picture records.
39 @param height the height of the virtual device the picture records.
43 this call, those elements will not appear in this picture.
61 * Recreate a picture that was serialized into a stream.
62 * @param SkStream Serialized picture data.
79 * Creates a thread-safe clone of the picture that is ready for playback.
84 * Creates multiple thread-safe clones of this picture that are ready for
100 /* This flag causes the picture to compute bounding boxes and build
119 This flag disables all the picture recording optimizations (i.e.
    [all...]
  /external/skia/include/core/
SkPicture.h 37 /** The constructor prepares the picture to record.
38 @param width the width of the virtual device the picture records.
39 @param height the height of the virtual device the picture records.
43 this call, those elements will not appear in this picture.
61 * Recreate a picture that was serialized into a stream.
62 * @param SkStream Serialized picture data.
79 * Creates a thread-safe clone of the picture that is ready for playback.
84 * Creates multiple thread-safe clones of this picture that are ready for
100 /* This flag causes the picture to compute bounding boxes and build
119 This flag disables all the picture recording optimizations (i.e.
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
NXPSW_CompilerSwitches_MCS.h 109 //#define M4SPS_GIF_NOT_SUPPORTED /**< [option] do not support GIF format in still picture api */
110 //#define M4SPS_JPEG_NOT_SUPPORTED /**< [option] do not support JPEG format in still picture api */
111 //#define M4SPS_PNG_NOT_SUPPORTED /**< [option] do not support PNG format in still picture api */
112 #define M4SPS_WBMP_NOT_SUPPORTED /**< [option] do not support WBMP format in still picture api */
113 #define M4SPS_BGR565_COLOR_OUTPUT /**< [option] output in still picture api is BGR565
118 #define M4SPS_GIF_NOT_SUPPORTED /**< [option] do not support GIF format in still picture api */
119 //#define M4SPS_JPEG_NOT_SUPPORTED /**< [option] do not support JPEG format in still picture api */
120 #define M4SPS_PNG_NOT_SUPPORTED /**< [option] do not support PNG format in still picture api */
121 #define M4SPS_WBMP_NOT_SUPPORTED /**< [option] do not support WBMP format in still picture api */
122 //#define M4SPS_BGR565_COLOR_OUTPUT /**< [option] output in still picture api is BGR56
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
object_collection_test.js 85 '0x1000', 'skia', 'Picture', 20);
87 '0x1000', 'skia', 'Picture', 25);
93 var picture = collection.getObjectInstanceAt('0x1000', 20);
94 assertEquals('skia', picture.category);
95 assertEquals('Picture', picture.name);
100 ['Frame', 'Picture'],
106 [picture],
107 collection.getAllInstancesByTypeName()['Picture']);
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
TestAwContentsClient.java 7 import android.graphics.Picture;
159 private Picture mPicture;
161 public Picture getPicture() {
166 void notifyCalled(Picture picture) {
167 mPicture = picture;
173 public void onNewPicture(Picture picture) {
174 mPictureListenerHelper.notifyCalled(picture);
  /external/chromium_org/third_party/libwebp/webp/
encode.h 84 WEBP_HINT_PICTURE, // digital picture, like portrait, inner shot
118 int show_compressed; // if true, export the compressed picture back.
137 // of source picture. These presets are used when calling WebPConfigPreset().
140 WEBP_PRESET_PICTURE, // digital picture, like portrait, inner shot
206 // data/data_size is the segment of data to write, and 'picture' is for
207 // reference (and so one can make use of picture->custom_ptr).
209 const WebPPicture* picture);
227 const WebPPicture* picture);
232 typedef int (*WebPProgressHook)(int percent, const WebPPicture* picture);
257 VP8_ENC_ERROR_BAD_DIMENSION, // picture has invalid width/heigh
356 WEBP_EXTERN(int) WebPPictureAlloc(WebPPicture* picture); variable
363 WEBP_EXTERN(void) WebPPictureFree(WebPPicture* picture); variable
408 WEBP_EXTERN(int) WebPPictureIsView(const WebPPicture* picture); variable
452 WEBP_EXTERN(int) WebPPictureYUVAToARGB(WebPPicture* picture); variable
457 WEBP_EXTERN(void) WebPCleanupTransparentArea(WebPPicture* picture); variable
462 WEBP_EXTERN(int) WebPPictureHasTransparency(const WebPPicture* picture); variable
    [all...]
  /external/webp/include/webp/
encode.h 84 WEBP_HINT_PICTURE, // digital picture, like portrait, inner shot
118 int show_compressed; // if true, export the compressed picture back.
137 // of source picture. These presets are used when calling WebPConfigPreset().
140 WEBP_PRESET_PICTURE, // digital picture, like portrait, inner shot
206 // data/data_size is the segment of data to write, and 'picture' is for
207 // reference (and so one can make use of picture->custom_ptr).
209 const WebPPicture* picture);
227 const WebPPicture* picture);
232 typedef int (*WebPProgressHook)(int percent, const WebPPicture* picture);
257 VP8_ENC_ERROR_BAD_DIMENSION, // picture has invalid width/heigh
356 WEBP_EXTERN(int) WebPPictureAlloc(WebPPicture* picture); variable
363 WEBP_EXTERN(void) WebPPictureFree(WebPPicture* picture); variable
408 WEBP_EXTERN(int) WebPPictureIsView(const WebPPicture* picture); variable
452 WEBP_EXTERN(int) WebPPictureYUVAToARGB(WebPPicture* picture); variable
457 WEBP_EXTERN(void) WebPCleanupTransparentArea(WebPPicture* picture); variable
462 WEBP_EXTERN(int) WebPPictureHasTransparency(const WebPPicture* picture); variable
    [all...]
  /external/chromium_org/cc/resources/
picture_pile_base.h 17 #include "cc/resources/picture.h"
67 void SetPicture(scoped_refptr<Picture> picture);
68 Picture* GetPicture() const;
79 scoped_refptr<Picture> picture_;
99 // A picture pile is a tiled set of pictures. The picture map is a map of tile
100 // indices to picture infos.
  /external/skia/bench/
PictureRecordBench.cpp 54 SkAutoTDelete<SkPicture> picture; variable
61 picture.reset(SkNEW(SkPicture));
62 canvas = picture->beginRecording(PICTURE_WIDTH, PICTURE_HEIGHT);
123 SkAutoTDelete<SkPicture> picture; variable
127 picture.reset(SkNEW(SkPicture));
128 canvas = picture->beginRecording(PICTURE_WIDTH, PICTURE_HEIGHT);
161 SkPicture picture; variable
162 SkCanvas* canvas = picture.beginRecording(PICTURE_WIDTH, PICTURE_HEIGHT);
  /external/skia/dm/
DMReplayTask.h 18 skiagm::GM*, // GM to run through a picture. Takes ownership.
19 SkBitmap reference, // Bitmap to compare picture replay results to.
DMTileGridTask.h 18 skiagm::GM*, // GM to run through a picture. Takes ownership.
19 SkBitmap reference, // Bitmap to compare picture replay results to.
  /external/chromium-trace/trace-viewer/src/
cc.js 9 base.require('cc.picture');
  /external/chromium_org/cc/test/
skia_common.cc 7 #include "cc/resources/picture.h"
63 scoped_refptr<Picture> picture) {
72 picture->Raster(&canvas, NULL, layer_rect, 1.0f);
skia_common.h 20 class Picture;
57 scoped_refptr<Picture> picture);
  /external/jmonkeyengine/engine/src/test/jme3test/gui/
TestOrtho.java 36 import com.jme3.ui.Picture;
46 Picture p = new Picture("Picture");
TestZOrder.java 36 import com.jme3.ui.Picture;
46 Picture p = new Picture("Picture1");
54 Picture p2 = new Picture("Picture2");
  /external/skia/gm/
distantclip.cpp 32 // We record a picture of huge vertical extents in which we clear the canvas to red, create
52 // Next we play that picture into another picture of the same size.
57 // Finally we play the part of that second picture that should be green into the canvas.
  /external/chromium-trace/trace-viewer/src/cc/
picture_debugger.js 9 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');
38 this.title_.textContent = 'Skia Picture';
109 get picture() {
113 set picture(picture) {
114 this.drawOpsView_.picture = picture;
    [all...]
  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.cc 32 // Returns the picture format for ARGB.
122 // creats a picture from the pixmap and composite the picture over
123 // the picture represending the window.
154 // Creates the picture representing the pixmap.
155 unsigned long picture = XRenderCreatePicture( local
158 // Composite the picture over the picture representing the window.
159 XRenderComposite(display_, PictOpSrc, picture, 0,
163 XRenderFreePicture(display_, picture);
    [all...]
  /external/chromium_org/media/video/
video_decode_accelerator.h 14 #include "media/video/picture.h"
46 // Interface for collaborating with picture interface to provide memory for
47 // output picture and blitting them.
61 // Callback to dismiss picture buffer that was assigned earlier.
65 virtual void PictureReady(const Picture& picture) = 0;
100 // Assigns a set of texture-backed picture buffers to the video decoder.
102 // Ownership of each picture buffer remains with the client, but the client
107 // |buffers| contains the allocated picture buffers for the output.
111 // Sends picture buffers to be reused by the decoder. This needs to be calle
    [all...]
  /external/skia/tests/
PictureTest.cpp 69 // Return a picture with the bitmaps drawn at the specified positions.
94 // Allocate result to be large enough to hold subset, and then draw the picture
251 SkPicture picture; local
253 picture.beginRecording(0, 0);
255 picture.endRecording();
257 picture.beginRecording(0, 0);
260 // Ensure that serializing an empty picture does not assert. Likewise only runs in debug mode.
262 SkPicture picture; local
263 picture.beginRecording(0, 0);
264 picture.endRecording()
296 SkPicture picture; local
308 SkPicture picture; local
331 SkPicture picture; local
349 SkPicture picture; local
412 SkPicture picture; local
421 SkPicture picture; local
449 SkPicture picture; local
461 SkPicture picture; local
474 SkPicture picture; local
487 SkPicture picture; local
499 SkPicture picture; local
514 SkPicture picture; local
565 SkPicture picture; local
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
sync_section.html 16 <div id="account-picture-wrapper">
17 <div id="account-picture-control">
18 <input type="image" id="account-picture" tabindex="0"
20 <div id="change-picture-caption" i18n-content="changePicture"></div>
22 <span id="account-picture-indicator" class="controlled-setting-indicator">
  /external/chromium_org/ppapi/api/dev/
pp_video_dev.idl 61 * Struct for specifying texture-backed picture data.
66 * Client-specified id for the picture buffer. By using this value client can
78 * Texture ID in the given context where picture is stored.
89 * ID of the picture buffer where the picture is stored.
ppp_video_decoder_dev.idl 46 * 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/ppapi/c/dev/
ppp_video_decoder_dev.h 61 * 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);

Completed in 460 milliseconds

1 23 4 5 6 7 8 91011>>