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

  /external/webkit/Source/WebKit/android/jni/
PictureSet.h 48 // #define FAST_PICTURESET // use a hierarchy of pictures
125 struct Pictures {
135 void add(const Pictures* temp);
136 WTF::Vector<Pictures> mPictures;
PictureSet.cpp 132 Pictures pictureAndBounds;
152 void PictureSet::add(const Pictures* temp)
154 Pictures pictureAndBounds = *temp;
233 // existing invals/pictures in the Bucket.
293 // too many pictures in the bucket, let's collapse
312 // To clear things up, we just need to mark the pictures' area as empty
427 // This function is used to maintain the list of Pictures.
428 // Pictures contain an SkPicture covering a specific area; some
429 // Pictures are "base" Pictures -- i.e. there is no Picture
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Pictures.java 28 public class Pictures extends GraphicsActivity {
48 canvas.drawText("Pictures", 60, 60, p);

Completed in 133 milliseconds