Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/skia/gm/
Dmultipicturedraw.cpp195 typedef void (*PFContentMtd)(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]);
198 static void no_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) { in no_clip()
199 canvas->drawPicture(pictures[0]); in no_clip()
203 static void rect_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) { in rect_clip()
204 canvas->drawPicture(pictures[0]); in rect_clip()
206 SkRect rect = pictures[0]->cullRect(); in rect_clip()
211 canvas->drawPicture(pictures[1]); in rect_clip()
215 static void rrect_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) { in rrect_clip()
216 canvas->drawPicture(pictures[0]); in rrect_clip()
218 SkRect rect = pictures[0]->cullRect(); in rrect_clip()
[all …]
/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'))
43 results.current_page, 'saved_picture_count', 'count', len(pictures)))
/external/chromium_org/content/common/gpu/media/
Dvt_video_decode_accelerator.cc347 const std::vector<media::PictureBuffer>& pictures) { in AssignPictureBuffers() argument
350 for (size_t i = 0; i < pictures.size(); i++) { in AssignPictureBuffers()
351 CHECK(!texture_ids_.count(pictures[i].id())); in AssignPictureBuffers()
352 available_picture_ids_.push(pictures[i].id()); in AssignPictureBuffers()
353 texture_ids_[pictures[i].id()] = pictures[i].texture_id(); in AssignPictureBuffers()
Dvt_video_decode_accelerator.h45 const std::vector<media::PictureBuffer>& pictures) OVERRIDE;
/external/chromium_org/ppapi/api/
Dppb_video_decoder.idl28 * to pull decoded pictures from the decoder.
134 * associate decoded pictures with Decode() calls (e.g. to assign timestamps
135 * or frame numbers to pictures.) This value is opaque to the API so the
141 * used to associate calls to Decode() with decoded pictures returned by
191 * the decoder can decode more pictures.
209 * callback with result PP_ERROR_ABORTED to signal that no more pictures are
210 * available. Any pictures held by the plugin remain valid during and after
231 * completion by running |callback|. Any pictures held by the plugin remain
/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/chromium_org/cc/resources/
Dpicture_pile_base.cc190 void PicturePileBase::AsValueInto(base::debug::TracedValue* pictures) const { in AsValueInto()
204 TracedValue::AppendIDRef(picture, pictures); in AsValueInto()
/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/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/
DSkPictureData.cpp71 const SkTDArray<const SkPicture* >& pictures = record.getPictureRefs(); in SkPictureData() local
72 fPictureCount = pictures.count(); in SkPictureData()
76 fPictureRefs[i] = pictures[i]; in SkPictureData()
/external/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.gn162 # of its "pictures" library. This is currently not used in chrome; if
/external/chromium_org/third_party/skia/gyp/
Dnanomsg.gyp6 # Draws pictures cross-process.
/external/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.dat7889 // pictures : 2014-03-06 Foggy Sky, LLC
7890 pictures
Deffective_tld_names.gperf4851 pictures, 0 keyword
/external/libexif/po/
Dda.po1602 # pictures, especially in challenging lighting situations.

12