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

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catblock/
loldogs.js 6 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-yoo-bin-warndid.jpg",
7 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-it-juzz-liek-ezploded-or-sumfin.jpg",
8 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-cool-story-bro-got-anymore-bacon.jpg",
9 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-ohaii-iz-n-ur-livin-room-defyin-ur-gravaties.jpg",
10 "http://ihasahotdog.files.wordpress.com/2011/08/cue-puppy-pictures-spike-is-not-sleeping-on-duty-hes-lulling-you-into-a-false-sense-of-security.jpg",
11 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-pens-too-mainstream.jpg",
12 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-tyrannodoggus-rex.jpg",
13 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-sniper-dog-in-position.jpg",
14 "http://ihasahotdog.files.wordpress.com/2011/07/funny-dog-pictures-i-see-wat-yur-doin-must-put-it-on-internet.jpg",
15 "http://ihasahotdog.files.wordpress.com/2011/07/cute-puppy-pictures-fresh-squeed.jpg"
    [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/chromium_org/third_party/skia/include/core/
SkPicture.h 74 * Swap the contents of the two pictures. Guaranteed to succeed.
88 void clone(SkPicture* pictures, int count) const;
103 recording time (often ~2x; likely more for very complex pictures),
110 after a frame or two of tiled rendering (and complex pictures that
  /external/skia/include/core/
SkPicture.h 74 * Swap the contents of the two pictures. Guaranteed to succeed.
88 void clone(SkPicture* pictures, int count) const;
103 recording time (often ~2x; likely more for very complex pictures),
110 after a frame or two of tiled rendering (and complex pictures that
  /external/chromium_org/cc/resources/
picture_pile_base.cc 113 // pictures (which would result in incorrect rasterization due to blending), a
183 scoped_ptr<base::ListValue> pictures(new base::ListValue());
197 pictures->Append(TracedValue::CreateIDRef(picture).release());
200 return pictures.PassAs<base::Value>();
picture_pile_impl_unittest.cc 669 scoped_refptr<Picture> pictures[2][2]; local
678 pictures[y][x] = Picture::Create(
680 pictures[y][x]->Record(
684 pictures[y][x]->GatherPixelRefs(tile_grid_info, &stats_instrumentation);
685 pile->AddPictureToRecording(0, 0, pictures[y][x]);
  /external/chromium_org/third_party/skia/src/core/
SkPicture.cpp 161 void SkPicture::clone(SkPicture* pictures, int count) const {
165 SkPicture* clone = &pictures[i];
SkPicturePlayback.cpp 39 int pictures = record.pictures(&pictureBytes); local
51 if (pictures != 0)
52 SkDebugf("pictures size %zd (pictures:%d) ", pictureBytes, pictures);
113 const SkTDArray<SkPicture* >& pictures = record.getPictureRefs(); local
114 fPictureCount = pictures.count();
119 fPictureRefs[i] = pictures[i]->clone();
121 fPictureRefs[i] = pictures[i]
    [all...]
SkPictureRecord.cpp     [all...]
  /external/skia/src/core/
SkPicture.cpp 161 void SkPicture::clone(SkPicture* pictures, int count) const {
165 SkPicture* clone = &pictures[i];
SkPicturePlayback.cpp 39 int pictures = record.pictures(&pictureBytes); local
51 if (pictures != 0)
52 SkDebugf("pictures size %zd (pictures:%d) ", pictureBytes, pictures);
113 const SkTDArray<SkPicture* >& pictures = record.getPictureRefs(); local
114 fPictureCount = pictures.count();
119 fPictureRefs[i] = pictures[i]->clone();
121 fPictureRefs[i] = pictures[i]
    [all...]
SkPictureRecord.cpp     [all...]
  /external/skia/tools/lua/
scrape.lua 74 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
  /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
  /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...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_util.js 65 * The specified 30% value allows to fill 16:9, 3:2 pictures in 4:3 element.

Completed in 1520 milliseconds