HomeSort by relevance Sort by last modified time
    Searched defs:IMAGE (Results 1 - 25 of 44) sorted by null

1 2

  /external/pdfium/core/fpdfapi/page/
cpdf_pageobject.h 26 IMAGE,
  /hardware/intel/img/psb_video/src/android/
psb_output_android.c 55 #define IMAGE(id) ((object_image_p) object_heap_lookup( &driver_data->image_heap, id ))
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 65 #define IMAGE( i, x, y, n ) *(( unsigned char * )(( i )->imageData \
176 LOGV("Releasing Image");
196 IMAGE( img, x, y, 0 ) = pixels[pos + 3] & 0xFF;
198 IMAGE( img, x, y, 1 ) = pixels[pos + 2] & 0xFF;
200 IMAGE( img, x, y, 2 ) = pixels[pos + 1] & 0xFF;
207 // Grabs a frame (image) from a socket.
238 // Release the image if it hasn't been already because we are going to overwrite it.
  /external/opencv/
cvjni.h 42 #define IMAGE( i, x, y, n ) *(( unsigned char * )(( i )->imageData \
154 IMAGE( img, x, y, 0 ) = pixels[x+y*width] & 0xFF;
156 IMAGE( img, x, y, 1 ) = pixels[x+y*width] >> 8 & 0xFF;
158 IMAGE( img, x, y, 2 ) = pixels[x+y*width] >> 16 & 0xFF;
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
MusicProvider.java 55 private static String IMAGE = "image";
106 String image = music.getString(IMAGE); local
107 if (!image.startsWith("http")) {
108 image = path + image;
115 image, trackNumber, totalTrackCount, duration));
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 56 #define IMAGE(id) ((object_image_p) object_heap_lookup( &driver_data->image_heap, id ))
430 /* adjust local window on MIPI, make sure it is not covered by HDMI image */
psb_x11.c 53 #define IMAGE(id) ((object_image_p) object_heap_lookup( &driver_data->image_heap, id ))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizardState.java 32 import java.awt.image.BufferedImage;
66 /** Whether empty space around the source image should be trimmed */
72 /** If {@link #sourceType} is a {@link SourceType#CLIPART}, the name of the clipart image */
75 /** If {@link #sourceType} is a {@link SourceType#IMAGE}, the path to the input image */
81 /** The amount of padding to add around the source image */
87 /** Whether the image should be cropped */
150 /** Generate the icon using the image pointed to by {@link #imagePath} */
151 IMAGE,
174 BufferedImage image = mImageCache != null ? mImageCache.get(path) : null local
189 BufferedImage image = null; local
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/oem/
CequintCallerIdManager.java 73 private static final String IMAGE = "cid_pLogo";
199 String imageUrl = getString(cursor, cursor.getColumnIndex(IMAGE));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UsimServiceTable.java 47 IMAGE,
  /hardware/intel/img/psb_video/src/
psb_output.c 60 #define IMAGE(id) ((object_image_p) object_heap_lookup( &driver_data->image_heap, id ))
221 VAImage *image,
230 /* check for image */
232 if (*src_x > image->width) *src_x = image->width - 1;
234 if (*src_y > image->height) *src_y = image->height - 1;
236 if (((*width) + (*src_x)) > image->width) *width = image->width - *src_x;
237 if (((*height) + (*src_y)) > image->height) *height = image->height - *src_x
1299 VAImage *image = &obj_image->image; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 43 IMAGE = 'image'
92 search for image files. The standard bitmap directory
95 command, the image files of an applications can
160 """Locates an image file of the name name.xpm, name.xbm or name.ppm
163 extensions) exist, then the image type is chosen according to the
167 image files in your application. When successful, this command
168 returns the name of the newly created image, which can be used to
169 configure the -image option of the Tk and Tix widgets.
403 raise RuntimeError, 'Too early to create image'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 43 IMAGE = 'image'
92 search for image files. The standard bitmap directory
95 command, the image files of an applications can
160 """Locates an image file of the name name.xpm, name.xbm or name.ppm
163 extensions) exist, then the image type is chosen according to the
167 image files in your application. When successful, this command
168 returns the name of the newly created image, which can be used to
169 configure the -image option of the Tk and Tix widgets.
403 raise RuntimeError, 'Too early to create image'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 43 IMAGE = 'image'
92 search for image files. The standard bitmap directory
95 command, the image files of an applications can
160 """Locates an image file of the name name.xpm, name.xbm or name.ppm
163 extensions) exist, then the image type is chosen according to the
167 image files in your application. When successful, this command
168 returns the name of the newly created image, which can be used to
169 configure the -image option of the Tk and Tix widgets.
403 raise RuntimeError, 'Too early to create image'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 43 IMAGE = 'image'
92 search for image files. The standard bitmap directory
95 command, the image files of an applications can
160 """Locates an image file of the name name.xpm, name.xbm or name.ppm
163 extensions) exist, then the image type is chosen according to the
167 image files in your application. When successful, this command
168 returns the name of the newly created image, which can be used to
169 configure the -image option of the Tk and Tix widgets.
403 raise RuntimeError, 'Too early to create image'
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 2827 milliseconds

1 2