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

1 2 3 45 6 7 8 91011>>

  /external/skia/tools/
CopyTilesRenderer.cpp 31 // canvas that is a multiple of the tile size, and draw portions of the picture.
44 // Translate so that we draw the correct portion of the picture.
50 // Draw the picture
52 // Now extract the picture into tiles
render_pictures_main.cpp 26 DEFINE_int32(clone, 0, "Clone the picture n times before rendering.");
41 "the picture rendered in simple mode. When used in conjunction with --bbh, results "
42 "are validated against the picture rendered in the same mode, but without the bbh.");
44 DEFINE_bool(bench_record, false, "If true, drop into an infinite loop of recording the picture.");
166 SkPicture* picture = SkPicture::CreateFromStream(&inputStream, proc); local
168 if (NULL == picture) {
176 picture->draw(other.beginRecording(picture->width(), picture->height(), kRecordFlags));
181 SkPicture* clone = picture->clone()
    [all...]
  /packages/apps/Gallery/res/values/
strings.xml 33 choose an application to pick a picture or a video) -->
46 <string name="crop_label">Crop picture</string>
49 <string name="view_label">View picture</string>
78 <string name="savingImage">Saving picture\u2026</string>
109 <!-- menu pick to go to camera mode to capture a picture -->
110 <string name="capture_picture">Capture picture</string>
119 <!-- Confirmation dialog title after deleting a picture -->
121 <!-- Confirmation dialog message after deleting a picture -->
122 <string name="confirm_delete_message">Delete this picture?</string>
129 <!-- button indicating that the picture just taken should be deleted --
    [all...]
  /external/chromium_org/cc/resources/
picture_pile_base.cc 19 // Dimensions of the tiles in this picture pile as well as the dimensions of
20 // the base picture in each tile.
133 // Picture contents are played back scaled. When the final contents scale is
137 // buffer margin is added so that any picture can be snapped to integral
245 Picture* picture = map_iter->second.GetPicture(); local
246 if (picture && (appended_pictures.count(picture) == 0)) {
247 appended_pictures.insert(picture);
248 pictures->Append(TracedValue::CreateIDRef(picture).release())
    [all...]
picture_pile.cc 18 // picture that intersects the visible layer rect expanded by this distance
227 scoped_refptr<Picture> picture = Picture::Create(record_rect); local
234 picture->Record(painter, tile_grid_info_);
240 picture->LayerRect().width() * picture->LayerRect().height();
243 picture->GatherPixelRefs(tile_grid_info_);
244 picture->CloneForDrawing(num_raster_threads_);
256 info.SetPicture(picture);
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsClientCallbackHelper.java 7 import android.graphics.Picture;
125 Picture picture = null; local
127 if (msg.obj != null) picture = (Picture) ((Callable<?>) msg.obj).call();
129 throw new RuntimeException("Error getting picture", e);
131 mContentsClient.onNewPicture(picture);
179 public void postOnNewPicture(Callable<Picture> pictureProvider) {
  /external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.html 1 <div id="change-picture-page" class="page" hidden>
31 <button id="change-picture-overlay-confirm" i18n-content="done"></button>
  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.h 38 // Picture represents the paint target. This is a picture located
  /external/chromium_org/ppapi/cpp/dev/
video_decoder_client_dev.h 32 // Callback for decoder to deliver unneeded picture buffers back to the
39 const PP_Picture_Dev& picture) = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder.cpp 59 GraphicsContextSnapshot::GraphicsContextSnapshot(PassRefPtr<SkPicture> picture, bool isCertainlyOpaque)
60 : m_picture(picture)
69 explicit SnapshotPlayer(PassRefPtr<SkPicture> picture, SkCanvas* canvas)
70 : m_picture(picture)
89 FragmentSnapshotPlayer(PassRefPtr<SkPicture> picture, SkCanvas* canvas)
90 : SnapshotPlayer(picture, canvas)
120 ProfilingSnapshotPlayer(PassRefPtr<SkPicture> picture, SkCanvas* canvas)
121 : SnapshotPlayer(picture, canvas)
  /external/skia/dm/
DMReplayTask.cpp 8 DEFINE_bool(replay, true, "If true, run picture replay tests.");
9 DEFINE_bool(rtree, true, "If true, run picture replay tests with an rtree.");
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileStarredView.java 22 * A {@link ContactTileStarredView} displays the contact's picture overlayed with their name
38 // The picture is the full size of the tile (minus some padding, but we can be generous)
  /external/chromium-trace/trace-viewer/src/cc/
layer_tree_quad_stack_viewer.js 17 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...]
  /packages/apps/Gallery/res/values-en-rGB/
strings.xml 27 <string name="crop_label" msgid="521114301871349328">"Crop picture"</string>
28 <string name="view_label" msgid="4450531507947335704">"View picture"</string>
38 <string name="savingImage" msgid="3051745378545909260">"Saving picture?"</string>
48 <string name="capture_picture" msgid="4114265595549284643">"Capture picture"</string>
53 <string name="confirm_delete_message" msgid="2141726810668595858">"Delete this picture?"</string>
63 <string name="no_way_to_share_image" msgid="7980215622010396797">"There\'s no app available to share the picture."</string>
73 <string name="pref_gallery_size_dialogtitle" msgid="757380558320647503">"Picture size"</string>
80 <string name="pref_gallery_sort_dialogtitle" msgid="5787417105532562739">"Picture sort"</string>
109 <string name="pref_gallery_confirm_delete_summary" msgid="5253456492765525245">"Show confirmation before deleting a picture or video"</string>
133 <string name="context_menu_header" msgid="1185348426222302182">"Picture options"</string
    [all...]
  /packages/apps/Gallery/res/values-en-rIN/
strings.xml 27 <string name="crop_label" msgid="521114301871349328">"Crop picture"</string>
28 <string name="view_label" msgid="4450531507947335704">"View picture"</string>
38 <string name="savingImage" msgid="3051745378545909260">"Saving picture?"</string>
48 <string name="capture_picture" msgid="4114265595549284643">"Capture picture"</string>
53 <string name="confirm_delete_message" msgid="2141726810668595858">"Delete this picture?"</string>
63 <string name="no_way_to_share_image" msgid="7980215622010396797">"There\'s no app available to share the picture."</string>
73 <string name="pref_gallery_size_dialogtitle" msgid="757380558320647503">"Picture size"</string>
80 <string name="pref_gallery_sort_dialogtitle" msgid="5787417105532562739">"Picture sort"</string>
109 <string name="pref_gallery_confirm_delete_summary" msgid="5253456492765525245">"Show confirmation before deleting a picture or video"</string>
133 <string name="context_menu_header" msgid="1185348426222302182">"Picture options"</string
    [all...]
  /external/chromium_org/ppapi/c/dev/
pp_video_dev.h 81 * Struct for specifying texture-backed picture data.
85 * Client-specified id for the picture buffer. By using this value client can
95 * Texture ID in the given context where picture is stored.
106 * ID of the picture buffer where the picture is stored.
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.h 98 // client when we have a picture buffer to copy the surface contents to.
101 // Processes pending output samples by copying them to available picture
125 // Requests picture buffers from the client.
128 // Notifies the client about the availability of a picture.
129 void NotifyPictureReady(const media::Picture& picture);
150 // Tells the client to dismiss the stale picture buffers passed in.
192 // This map maintains the picture buffers passed the client for decoding.
193 // The key is the picture buffer id.
196 // Set to true if we requested picture slots from the client
    [all...]
android_video_decode_accelerator_unittest.cc 15 #include "media/video/picture.h"
45 virtual void PictureReady(const media::Picture& picture) OVERRIDE {};
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.h 23 #include "media/video/picture.h"
84 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
148 const media::Picture& picture,
158 // Tells VDA that a picture buffer can be recycled.
222 // A map from picture buffer IDs to texture-backed picture buffers.
225 // Picture buffers that are dismissed but not deleted yet.
233 // The id that will be given to the next picture buffer
    [all...]
  /external/chromium_org/third_party/libva/va/
va_enc_h264.h 46 * @name Picture flags
48 * Those flags flags are meant to signal when a picture marks the end
54 * \brief Marks the last picture in the sequence.
60 * \brief Marks the last picture in the stream.
90 * \brief Packed Picture Parameter Set (PPS).
108 * picture), or 5 (IDR picture).
168 /** \brief Picture width in macroblocks. */
170 /** \brief Picture height in macroblocks. */
261 * \brief Picture parameter for H.264 encoding in baseline, main & high
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoView.java 144 * Returns the URL of the picture associated with this ImageView
278 * Attempts to set the picture URL for this ImageView and then download the picture.
280 * If the picture URL for this view is already set, and the input URL is not the same as the
281 * stored URL, then the picture has moved and any existing downloads are stopped.
285 * If the stored URL is null, then this method starts a download and decode of the picture
286 * @param pictureURL An incoming URL for a Picasa picture
291 // If the picture URL for this ImageView is already set
294 // If the stored URL doesn't match the incoming URL, then the picture has changed.
309 // Stores the picture URL for this ImageVie
    [all...]
PhotoFragment.java 44 * Converts the stored URL string to a URL, and then tries to download the picture from that
58 * setImageURL(url,false,null) attempts to download and decode the picture at
72 * @return The URL of the picture being shown by this Fragment, in String format
120 // If the bundle argument contains data, uses it as a URL for the picture to display
176 // Puts the current URL for the picture being shown into the saved state
181 * Sets the photo for this Fragment, by storing a URL that points to a picture
182 * @param urlString A String representation of the URL pointing to the picture
  /external/chromium-trace/trace-viewer/test_data/
lthi_cats.json 106 "name": "cc::Picture",
134 "name": "Picture::GatherPixelRefs",
146 "name": "Picture::GatherPixelRefs",
155 "name": "Picture::CloneForDrawing",
166 "name": "cc::Picture",
194 "name": "Picture::CloneForDrawing",
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
object_instance_track_test.js 27 objects.idWasCreated('0x1001', 'skia', 'Picture', 20);
28 objects.addSnapshot('0x1001', 'skia', 'Picture', 20, 'snapshot-1');
29 objects.idWasDeleted('0x1001', 'skia', 'Picture', 25);
  /external/chromium_org/chrome/browser/resources/options/
browser_options.css 26 #account-picture-wrapper {
31 html[dir=rtl] #account-picture-wrapper {
35 #account-picture-control {
43 #account-picture {
49 #account-picture:disabled {
53 #change-picture-caption {
63 /* Width of #account-picture. */
67 #account-picture:not(:disabled):hover + #change-picture-caption,
68 #account-picture:not(:disabled) + #change-picture-caption:hover
    [all...]

Completed in 646 milliseconds

1 2 3 45 6 7 8 91011>>