Home
last modified time | relevance | path

Searched refs:pictures (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium-trace/trace-viewer/src/cc/
Dlayer_impl.js36 this.pictures = []; property
101 if (this.args.pictures) {
102 this.pictures = this.args.pictures;
Dlayer_tree_quad_stack_viewer.js159 for (var ir = layer.pictures.length - 1; ir >= 0; ir--) {
160 var picture = layer.pictures[ir];
240 for (var ir = layer.pictures.length - 1; ir >= 0; ir--) {
241 var picture = layer.pictures[ir];
/external/chromium_org/tools/perf/measurements/
Dskpicture_printer.py41 pictures = glob.glob(os.path.join(outpath, '*.skp'))
42 results.Add('saved_picture_count', 'count', len(pictures))
/external/chromium_org/ppapi/api/
Dppb_video_decoder.idl26 * to pull decoded pictures from the decoder.
104 * associate decoded pictures with Decode() calls (e.g. to assign timestamps
105 * or frame numbers to pictures.) This value is opaque to the API so the
111 * used to associate calls to Decode() with decoded pictures returned by
161 * the decoder can decode more pictures.
179 * callback with result PP_ERROR_ABORTED to signal that no more pictures are
180 * available. Any pictures held by the plugin remain valid during and after
201 * completion by running |callback|. Any pictures held by the plugin remain
/external/chromium_org/cc/resources/
Dpicture_pile_base.cc240 scoped_ptr<base::ListValue> pictures(new base::ListValue()); in AsValue() local
254 pictures->Append(TracedValue::CreateIDRef(picture).release()); in AsValue()
257 return pictures.PassAs<base::Value>(); in AsValue()
/external/chromium_org/content/common/gpu/media/
Dvt_video_decode_accelerator.cc39 const std::vector<media::PictureBuffer>& pictures) { in AssignPictureBuffers() argument
Dvt_video_decode_accelerator.h34 const std::vector<media::PictureBuffer>& pictures) OVERRIDE;
/external/chromium_org/ppapi/api/dev/
Dppp_video_decoder_dev.idl22 * Callback function to provide buffers for the decoded output pictures. If
60 * Callback function for decoder to deliver decoded pictures ready to be
/external/libvorbis/doc/
DVorbis_I_spec.tex44 % In LaTeX, pictures are normally put into floating environments, and it is
46 % docs however expect pictures to be placed in a *specific* position. So we
/external/chromium_org/third_party/skia/src/core/
DSkPicturePlayback.cpp82 int pictures = record.pictures(&pictureBytes); in SkPicturePlayback() local
94 if (pictures != 0) in SkPicturePlayback()
95 SkDebugf("pictures size %zd (pictures:%d) ", pictureBytes, pictures); in SkPicturePlayback()
138 const SkTDArray<const SkPicture* >& pictures = record.getPictureRefs(); in SkPicturePlayback() local
139 fPictureCount = pictures.count(); in SkPicturePlayback()
143 fPictureRefs[i] = pictures[i]; in SkPicturePlayback()
153 pictures = fPlayback->pictures(&pictureBytes); in SkPicturePlayback()
162 if (pictures != 0) in SkPicturePlayback()
163 SkDebugf("pictures size %zd (pictures:%d) ", pictureBytes, pictures); in SkPicturePlayback()
1395 objects += pictures(sizePtr); in size()
DSkPicture.cpp180 void SkPicture::clone(SkPicture* pictures, int count) const { in clone() argument
184 SkPicture* clone = &pictures[i]; in clone()
DSkPictureRecord.cpp1723 pictures(&sizeData); in size()
/external/skia/src/core/
DSkPicturePlayback.cpp82 int pictures = record.pictures(&pictureBytes); in SkPicturePlayback() local
94 if (pictures != 0) in SkPicturePlayback()
95 SkDebugf("pictures size %zd (pictures:%d) ", pictureBytes, pictures); in SkPicturePlayback()
138 const SkTDArray<const SkPicture* >& pictures = record.getPictureRefs(); in SkPicturePlayback() local
139 fPictureCount = pictures.count(); in SkPicturePlayback()
143 fPictureRefs[i] = pictures[i]; in SkPicturePlayback()
153 pictures = fPlayback->pictures(&pictureBytes); in SkPicturePlayback()
162 if (pictures != 0) in SkPicturePlayback()
163 SkDebugf("pictures size %zd (pictures:%d) ", pictureBytes, pictures); in SkPicturePlayback()
1395 objects += pictures(sizePtr); in size()
DSkPicture.cpp180 void SkPicture::clone(SkPicture* pictures, int count) const { in clone() argument
184 SkPicture* clone = &pictures[i]; in clone()
DSkPictureRecord.cpp1723 pictures(&sizeData); in size()
/external/skia/include/core/
DSkPicture.h132 void clone(SkPicture* pictures, int count) const;
/external/chromium_org/third_party/skia/include/core/
DSkPicture.h132 void clone(SkPicture* pictures, int count) const;
/external/chromium_org/skia/
Dskia_common.gypi183 # of its "pictures" library. This is currently not used in chrome; if
DBUILD.gn158 # of its "pictures" library. This is currently not used in chrome; if
/external/skia/gyp/
Dnanomsg.gyp6 # Draws pictures cross-process.
/external/chromium_org/third_party/skia/gyp/
Dnanomsg.gyp6 # Draws pictures cross-process.
/external/webp/
DREADME485 In the case when data is being progressively transmitted, pictures can still
/external/valgrind/main/
DNEWS.old1296 Draws pretty .ps pictures of memory use against time. A potentially
1518 Draws pretty .ps pictures of memory use against time. A potentially
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt20 pictures or conversations in it, `and what is the use of a book,'
21 thought Alice `without pictures or conversation?'
56 here and there she saw maps and pictures hung upon pegs. She
569 in the pictures of him), while the rest waited in silence. At
/external/chromium_org/net/base/registry_controlled_domains/
Deffective_tld_names.dat7673 // pictures : 2014-03-07 Foggy Sky, LLC
7674 pictures

12