HomeSort by relevance Sort by last modified time
    Searched full:pictures (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/sonivox/docs/
EASLibrary3_5.odt 
EAS_API_Reference.odt 
EAS_Library_Integration_Guide.odt 
JET_Programming_Manual.odt 
  /external/clearsilver/imd/
example.imd 9 # Thumb is for the thumbnails, and Picture is for individual pictures
22 Title = My Pictures
  /external/webkit/WebKit/android/jni/
PictureSet.cpp 68 void PictureSet::add(const Pictures* temp)
70 Pictures pictureAndBounds = *temp;
86 Pictures* last = mPictures.end();
87 for (Pictures* working = mPictures.begin(); working != last; working++)
89 Pictures pictureAndBounds = {area, picture, area.getBounds(),
95 Pictures are discarded when they are fully drawn over.
103 // walk pictures back to front, removing or trimming obscured ones
106 Pictures* first = mPictures.begin();
107 Pictures* last = mPictures.end();
108 Pictures* working
    [all...]
PictureSet.h 87 struct Pictures {
97 void add(const Pictures* temp);
98 WTF::Vector<Pictures> mPictures;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Pictures.java 30 public class Pictures extends GraphicsActivity {
50 canvas.drawText("Pictures", 60, 60, p);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 181 // public pictures directory. Note that you should be careful about
183 // pictures and other media owned by the application, consider
190 // Make sure the Pictures directory exists.
225 // public pictures directory and delete the file. If external
235 // public pictures directory and check if the file exists. If
248 // pictures directory. Note that we don't really need to place a
289 // public pictures directory and delete the file. If external
300 // public pictures directory and check if the file exists. If
  /packages/apps/Gallery/res/values/
strings.xml 21 <string name="all_images">All pictures</string>
29 <!-- label for the 'pictures application shown in the top level 'all applications' -->
36 <!-- label for the folder that contains Camera pictures in the gallery -->
37 <string name="gallery_camera_bucket_name">Camera pictures</string>
156 <!-- String indicating an action of picking a picture to use as wallpaper (e.g. set wallpaper from "Pictures") -->
157 <string name="camera_pick_wallpaper">Pictures</string>
170 <string name="pref_gallery_size_summary">Select the display size of pictures and videos</string>
190 <string name="pref_gallery_sort_summary">Select the sort order of pictures and videos</string>
268 <string name="pref_gallery_slideshow_shuffle_summary">Show pictures in random order</string>
273 <!-- Text message indicating that there are no pictures or videos in a particula
    [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp 23 int pictures = record.pictures(&pictureBytes); local
35 if (pictures != 0)
36 SkDebugf("pictures size %zd (pictures:%d) ", pictureBytes, pictures);
113 const SkTDArray<SkPicture* >& pictures = record.getPictureRefs(); local
114 fPictureCount = pictures.count();
118 fPictureRefs[i] = pictures[i];
150 pictures = fPlayback->pictures(&pictureBytes)
    [all...]
  /frameworks/base/core/java/android/os/
Environment.java 150 * Standard directory in which to place pictures that are available to
152 * public directory, as the media scanner will find and collect pictures
155 public static String DIRECTORY_PICTURES = "Pictures";
176 * The traditional location for pictures and videos when mounting the
  /frameworks/base/graphics/java/android/graphics/
ImageFormat.java 26 /** RGB format used for pictures encoded as RGB_565
  /external/webkit/WebCore/platform/graphics/android/
PlatformGraphicsContext.h 75 // m_picture is referenced by another picture. When the other pictures are
77 // no other pictures reference this one, so the button is no longer being
  /external/skia/include/utils/
SkDumpCanvas.h 110 int fNestLevel; // for nesting recursive elements like pictures
  /frameworks/base/include/camera/
CameraParameters.h 80 // The dimensions for captured pictures in pixels (width x height).
83 // Supported dimensions for captured pictures in pixels.
86 // The image format for captured pictures.
89 // Supported image formats for captured pictures.
CameraHardwareInterface.h 57 * parameters, live previewing, and taking pictures.
  /frameworks/base/core/java/android/hardware/
Camera.java 642 * Sets the Parameters for pictures from this Camera service.
665 * Sets the dimensions for pictures.
700 * Handles the parameters for pictures created by a Camera service.
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/common/include/
avclib_common.h 178 This function performs memory management control operation 5, marking all reference pictures
444 This function performs reordering process of reference picture list for short-term pictures.
455 This function performs reordering process of reference picture list for long-term pictures.
466 This function gets the pictures in DPB according to the PicNum.
474 This function gets the pictures in DPB according to the LongtermPicNum.
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avclib_common.h 176 This function performs memory management control operation 5, marking all reference pictures
442 This function performs reordering process of reference picture list for short-term pictures.
453 This function performs reordering process of reference picture list for long-term pictures.
464 This function gets the pictures in DPB according to the PicNum.
472 This function gets the pictures in DPB according to the LongtermPicNum.
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
packet_util.cpp 219 /* we will not parse sebp2 for large pictures 3GPP */
  /external/skia/include/core/
SkPicture.h 48 * Swap the contents of the two pictures. Guaranteed to succeed.
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
packet_util.cpp 219 /* we will not parse sebp2 for large pictures 3GPP */
  /packages/apps/Camera/src/com/android/camera/
MenuHelper.java 202 // pictures are remaining. it might be zero but just leave it
  /packages/apps/Camera/res/values/
strings.xml 32 <!-- label for the folder that contains Camera pictures in the gallery -->
33 <string name="gallery_camera_bucket_name">Camera pictures</string>

Completed in 88 milliseconds

1 2 3 4 5