HomeSort by relevance Sort by last modified time
    Searched refs:pictures (Results 1 - 11 of 11) sorted by null

  /external/skia/gm/
multipicturedraw.cpp 269 typedef void (*PFContentMtd)(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]);
272 static void no_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) {
273 canvas->drawPicture(pictures[0]);
276 // Two pictures with a rect clip on the second one
277 static void rect_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) {
278 canvas->drawPicture(pictures[0]);
280 SkRect rect = pictures[0]->cullRect();
285 canvas->drawPicture(pictures[1]);
288 // Two pictures with a round rect clip on the second one
289 static void rrect_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures])
    [all...]
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
BitmapUtils.java 55 * Load pictures and descriptions. A real app wouldn't do it this way, but that's
60 ArrayList<PictureData> pictures = new ArrayList<PictureData>(); local
66 pictures.add(new PictureData(resourceId, description, thumbnail));
68 return pictures;
ActivityAnimations.java 70 ArrayList<PictureData> pictures = mBitmapUtils.loadPhotos(resources); local
71 for (int i = 0; i < pictures.size(); ++i) {
72 PictureData pictureData = pictures.get(i);
  /external/skia/tools/lua/
scrape.lua 74 lua_pictures will call this function after all of the pictures have been
glyph-counts.lua 91 lua_pictures will call this function after all of the pictures have been
scrape_dashing.lua 82 lua_pictures will call this function after all of the pictures have been
glyph-usage.lua 112 lua_pictures will call this function after all of the pictures have been
scrape_dashing_full.lua 123 lua_pictures will call this function after all of the pictures have been
  /external/libvorbis/doc/
Vorbis_I_spec.tex 44 % 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/skia/src/core/
SkPictureData.cpp 52 const SkTDArray<const SkPicture* >& pictures = record.getPictureRefs(); local
53 fPictureCount = pictures.count();
57 fPictureRefs[i] = pictures[i];
365 // Delete all of the pictures that were already created (up to but excluding i):
488 // Delete all of the pictures that were already created (up to but excluding i):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 747 class pictures(aetools.ComponentItem): class in inherits:aetools.ComponentItem
748 """pictures - """
751 picture = pictures
    [all...]

Completed in 154 milliseconds