/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/ |
CardPresenter.java | 37 public static final String IMAGE = "ImageResourceId"; 96 // Randomly makes image view crop as a square or just stretch to original 132 if (key.equals(IMAGE)) {
|
SearchFragment.java | 4 import static com.example.android.leanback.CardPresenter.IMAGE; 71 diff.putLong(IMAGE, newItem.getImageResourceId());
|
SearchSupportFragment.java | 7 import static com.example.android.leanback.CardPresenter.IMAGE; 74 diff.putLong(IMAGE, newItem.getImageResourceId());
|
/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;
|
/hardware/google/av/media/sfplugin/ |
CCodecConfig.cpp | 350 .limitTo(D::VIDEO | D::IMAGE)); 352 .limitTo(D::VIDEO | D::IMAGE)); 355 .limitTo(D::VIDEO | D::IMAGE)); 357 .limitTo(D::VIDEO | D::IMAGE)); 359 .limitTo(D::VIDEO | D::IMAGE)); 361 .limitTo(D::VIDEO | D::IMAGE)); 364 .limitTo((D::VIDEO | D::IMAGE) & D::RAW)); 366 .limitTo((D::VIDEO | D::IMAGE) & D::RAW)); 374 .limitTo((D::VIDEO | D::IMAGE) & D::RAW) 523 } else if (mediaType.startsWith("image/")) { [all...] |
CCodecConfig.h | 60 IS_IMAGE = (1 << 4), ///< for image codecs 81 IMAGE = ~(IS_AUDIO | IS_VIDEO | OTHER_DOMAIN),
|
/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...] |
ConfigureAssetSetPage.java | 20 import static java.awt.image.BufferedImage.TYPE_INT_ARGB; 67 import org.eclipse.swt.graphics.Image; 85 import java.awt.image.BufferedImage; 140 /** Most recently set image path: preserved across wizard sessions */ 215 mImageRadio.setText("Image"); 236 fileLabel.setText("Image File:"); 433 showGroup(type.needsColors() && mValues.sourceType != SourceType.IMAGE, 460 // We update the image selection here rather than in {@link #createControl} because 462 // user has chosen a project before attempting to look up the right default image to use 480 // Initial image - use the most recently used image, or the default launche 988 BufferedImage image = entry.getValue(); local 1213 BufferedImage image = entry.getValue(); local 1241 Image image = SwtUtils.convertToSwt(display, coloredImage, false, -1); local [all...] |
/external/pdfium/fpdfsdk/ |
fpdfeditpage.cpp | 49 static_assert(FPDF_PAGEOBJ_IMAGE == CPDF_PageObject::IMAGE, 50 "FPDF_PAGEOBJ_IMAGE/CPDF_PageObject::IMAGE mismatch"); 74 case CPDF_PageObject::IMAGE: {
|
/packages/apps/Dialer/java/com/android/dialer/oem/ |
CequintCallerIdManager.java | 64 private static final String IMAGE = "cid_pLogo"; 178 String imageUrl = getString(cursor, cursor.getColumnIndex(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...] |
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
nvc0_compute.c | 325 BEGIN_NVC0(push, NVC0_CP(IMAGE(i)), 6); 327 BEGIN_NVC0(push, NVC0_3D(IMAGE(i)), 6);
|
nvc0_tex.c | 955 * used to check if the given image is bound or not. */ 962 /* Stick the image dimensions for the imageSize() builtin. */ 999 BEGIN_NVC0(push, NVC0_CP(IMAGE(i)), 6); 1001 BEGIN_NVC0(push, NVC0_3D(IMAGE(i)), 6); [all...] |
/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 ))
|
/hardware/intel/img/psb_video/src/x11/ |
psb_x11.c | 53 #define IMAGE(id) ((object_image_p) object_heap_lookup( &driver_data->image_heap, id ))
|
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 */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewProjectWizard.java | 140 iconState.sourceType = CreateAssetSetWizardState.SourceType.IMAGE;
|
/prebuilts/go/darwin-x86/src/image/png/ |
reader_test.go | 11 "image" 12 "image/color" 73 func readPNG(filename string) (image.Image, error) { 84 // png.Decode returns an image.Image. 101 // png.Decode returns an image.Image. 111 // image.Image type returned by png.Decode, such as image.RGBA (with all pixel [all...] |
/prebuilts/go/linux-x86/src/image/png/ |
reader_test.go | 11 "image" 12 "image/color" 73 func readPNG(filename string) (image.Image, error) { 84 // png.Decode returns an image.Image. 101 // png.Decode returns an image.Image. 111 // image.Image type returned by png.Decode, such as image.RGBA (with all pixel [all...] |
/external/pdfium/core/fpdfapi/render/ |
cpdf_renderstatus.cpp | [all...] |
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
htmlparser-1.3-with-transitions.jar | |
htmlparser-1.3.jar | |
/external/python/cpython2/Lib/lib-tk/ |
Tix.py | 45 IMAGE = 'image' 93 search for image files. The standard bitmap directory 96 command, the image files of an applications can 157 """Locates an image file of the name name.xpm, name.xbm or name.ppm 160 extensions) exist, then the image type is chosen according to the 164 image files in your application. When successful, this command 165 returns the name of the newly created image, which can be used to 166 configure the -image option of the Tk and Tix widgets. 400 raise RuntimeError, 'Too early to create image' [all...] |
/external/python/cpython3/Lib/tkinter/ |
tix.py | 37 IMAGE = 'image' 85 search for image files. The standard bitmap directory 88 command, the image files of an applications can 149 """Locates an image file of the name name.xpm, name.xbm or name.ppm 152 extensions) exist, then the image type is chosen according to the 156 image files in your application. When successful, this command 157 returns the name of the newly created image, which can be used to 158 configure the -image option of the Tk and Tix widgets. 392 raise RuntimeError('Too early to create image') [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...] |