/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image_unittest.cpp | 24 CJBig2_Image img(kWidthPixels, kHeightLines); in TEST() local 34 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines); in TEST() local 42 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST() local 53 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines, kStrideBytes, buf); in TEST() local 60 CJBig2_Image img(kWidthPixels, kHeightLines); in TEST() local 72 CJBig2_Image img(kWidthPixels, kHeightLines); in TEST() local 84 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST() local 97 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST() local
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 18 static vpx_image_t *img_alloc_helper(vpx_image_t *img, vpx_img_fmt_t fmt, in img_alloc_helper() 154 vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, in vpx_img_alloc() 160 vpx_image_t *vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, in vpx_img_wrap() 168 int vpx_img_set_rect(vpx_image_t *img, unsigned int x, unsigned int y, in vpx_img_set_rect() 218 void vpx_img_flip(vpx_image_t *img) { in vpx_img_flip() 241 void vpx_img_free(vpx_image_t *img) { in vpx_img_free()
|
/external/mesa3d/src/egl/main/ |
D | eglimage.h | 102 _eglGetImage(_EGLImage *img) in _eglGetImage() 114 _eglPutImage(_EGLImage *img) in _eglPutImage() 125 _eglLinkImage(_EGLImage *img) in _eglLinkImage() 137 _eglUnlinkImage(_EGLImage *img) in _eglUnlinkImage() 150 _EGLImage *img = (_EGLImage *) image; in _eglLookupImage() local 161 _eglGetImageHandle(_EGLImage *img) in _eglGetImageHandle()
|
D | eglimage.c | 188 _eglInitImage(_EGLImage *img, _EGLDisplay *dpy) in _eglInitImage()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 15 static void yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12, in yuvconfig2image() 81 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, in image2yuvconfig()
|
/external/mesa3d/src/gallium/drivers/ilo/core/ |
D | ilo_state_zs.c | 65 const struct ilo_image *img = (info->z_img) ? info->z_img : info->s_img; in zs_validate_gen6() local 182 const struct ilo_image *img, in get_gen6_hiz_alignments() 246 const struct ilo_image *img = (info->z_img) ? info->z_img : info->s_img; in zs_get_gen6_depth_extent() local 285 const struct ilo_image *img = (info->z_img) ? info->z_img : info->s_img; in zs_get_gen6_depth_slices() local 508 const struct ilo_image *img = info->s_img; in zs_set_gen6_3DSTATE_STENCIL_BUFFER() local 575 const struct ilo_image *img = info->z_img; in zs_set_gen6_3DSTATE_HIER_DEPTH_BUFFER() local
|
D | ilo_image.h | 203 ilo_image_can_enable_aux(const struct ilo_image *img, unsigned level) in ilo_image_can_enable_aux() 212 ilo_image_pos_to_mem(const struct ilo_image *img, in ilo_image_pos_to_mem() 227 ilo_image_mem_to_linear(const struct ilo_image *img, in ilo_image_mem_to_linear() 237 ilo_image_mem_to_raw(const struct ilo_image *img, in ilo_image_mem_to_raw() 276 ilo_image_get_slice_stride(const struct ilo_image *img, unsigned level) in ilo_image_get_slice_stride() 308 ilo_image_get_slice_size(const struct ilo_image *img, unsigned level) in ilo_image_get_slice_size() 324 ilo_image_get_slice_pos(const struct ilo_image *img, in ilo_image_get_slice_pos()
|
/external/e2fsprogs/lib/ext2fs/ |
D | qcow2.c | 89 static int qcow2_read_l1_table(struct ext2_qcow2_image *img) in qcow2_read_l1_table() 116 static int qcow2_read_l2_table(struct ext2_qcow2_image *img, in qcow2_read_l2_table() 162 struct ext2_qcow2_image img; in qcow2_write_raw_image() local
|
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 215 TIFFRGBAImageEnd(TIFFRGBAImage* img) in TIFFRGBAImageEnd() 252 TIFFRGBAImageBegin(TIFFRGBAImage* img, TIFF* tif, int stop, char emsg[1024]) in TIFFRGBAImageBegin() 487 TIFFRGBAImageGet(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) in TIFFRGBAImageGet() 511 TIFFRGBAImage img; in TIFFReadRGBAImageOriented() local 540 setorientation(TIFFRGBAImage* img) in setorientation() 607 gtTileContig(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) in gtTileContig() 751 gtTileSeparate(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) in gtTileSeparate() 919 gtStripContig(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) in gtStripContig() 1009 gtStripSeparate(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) in gtStripSeparate() 1778 TIFFRGBAImage* img, in putcontig8bitYCbCrGenericTile() [all …]
|
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/ |
D | ImagePanel.java | 38 public void setImage(BufferedImage img) { in setImage() 43 public void setImage(File img) { in setImage() 53 public void setImage(File img, int x, int y, int width, int height) { in setImage()
|
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 120 GLint img; in _mesa_memcpy_texture() local 129 GLint img, row; in _mesa_memcpy_texture() local 164 GLint img, row; in _mesa_texstore_z32() local 194 GLint img, row; in _mesa_texstore_x8_z24() local 224 GLint img, row; in _mesa_texstore_z24_x8() local 258 GLint img, row; in _mesa_texstore_z16() local 308 GLint img, row; in _mesa_texstore_ycbcr() local 330 GLint img, row; in _mesa_texstore_z24_s8() local 409 GLint img, row; in _mesa_texstore_s8_z24() local 496 GLint img, row; in _mesa_texstore_s8() local [all …]
|
/external/skia/gm/ |
D | bug6783.cpp | 35 sk_sp<SkImage> img = surface->makeImageSnapshot(); variable
|
D | srgb.cpp | 16 auto img = GetResourceAsImage("mandrill_256.png"); variable
|
D | mipmap.cpp | 70 static void show_mips(SkCanvas* canvas, SkImage* img) { in show_mips() 119 static void show_mips_only(SkCanvas* canvas, SkImage* img) { in show_mips_only()
|
/external/vboot_reference/utility/ |
D | bmpblk_util.c | 96 static void *do_efi_decompress(ImageInfo *img) { in do_efi_decompress() 146 static void *do_lzma_decompress(ImageInfo *img) { in do_lzma_decompress() 195 ImageInfo *img; in dump_bmpblock() local
|
/external/valgrind/coregrind/m_debuginfo/ |
D | image.c | 130 static Bool is_sane_CEnt ( const HChar* who, const DiImage* img, UInt i ) in is_sane_CEnt() 482 static inline CSlc* find_cslc ( DiImage* img, DiOffT off ) in find_cslc() 494 static UInt alloc_CEnt ( DiImage* img, SizeT szB, Bool fromC ) in alloc_CEnt() 514 static void realloc_CEnt ( DiImage* img, UInt entNo, SizeT szB ) in realloc_CEnt() 526 static void move_CEnt_to_top ( DiImage* img, UInt entNo ) in move_CEnt_to_top() 542 static void set_CEnt ( const DiImage* img, UInt entNo, DiOffT off ) in set_CEnt() 650 static UChar get_slowcase ( DiImage* img, DiOffT off ) in get_slowcase() 805 static inline UChar get ( DiImage* img, DiOffT off ) in get() 844 DiImage* img = ML_(dinfo_zalloc)("di.image.ML_iflf.1", sizeof(DiImage)); in ML_() local 933 DiImage* img = ML_(dinfo_zalloc)("di.image.ML_ifds.1", sizeof(DiImage)); in ML_() local [all …]
|
D | priv_image.h | 151 struct { DiImage* img; DiOffT ioff; } member 157 static inline DiCursor mk_DiCursor ( DiImage* img, DiOffT ioff ) { in mk_DiCursor() 174 struct { DiImage* img; DiOffT ioff; DiOffT szB; } member 181 static inline DiSlice mk_DiSlice ( DiImage* img, DiOffT ioff, DiOffT szB ) { in mk_DiSlice()
|
/external/python/cpython2/Doc/includes/ |
D | email-mime.py | 24 img = MIMEImage(fp.read()) variable
|
/external/libvpx/libvpx/examples/ |
D | decode_to_md5.c | 44 static void get_image_md5(const vpx_image_t *img, unsigned char digest[16]) { in get_image_md5() 108 vpx_image_t *img = NULL; in main() local
|
/external/clang/test/CodeGen/ |
D | 2009-08-14-vararray-crash.c | 5 typedef imgrow img[rb]; in sum1() typedef
|
/external/skia/src/core/ |
D | SkBitmapProvider.h | 16 explicit SkBitmapProvider(const SkImage* img, SkColorSpace* dstColorSpace) in SkBitmapProvider()
|
/external/skia/tests/ |
D | image-bitmap.cpp | 25 auto img = SkImage::MakeFromBitmap(bm); in DEF_TEST() local
|
/external/syslinux/libinstaller/ |
D | syslxmod.c | 85 static inline void *ptr(void *img, const uint16_t _slimg *offset_p) in ptr() 89 static inline void _slimg *slptr(void _slimg *img, in slptr()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | lookahead.h | 20 YV12_BUFFER_CONFIG img; member
|
/external/proguard/src/proguard/gui/splash/ |
D | OverrideGraphics2D.java | 294 …public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2,… in drawImage() 299 …public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2,… in drawImage() 304 …public boolean drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObser… in drawImage() 309 public boolean drawImage(Image img, int x, int y, int width, int height, ImageObserver observer) in drawImage() 314 public boolean drawImage(Image img, int x, int y, Color bgcolor, ImageObserver observer) in drawImage() 319 public boolean drawImage(Image img, int x, int y, ImageObserver observer) in drawImage() 324 public boolean drawImage(Image img, AffineTransform xform, ImageObserver obs) in drawImage() 329 public void drawImage(BufferedImage img, BufferedImageOp op, int x, int y) in drawImage() 364 public void drawRenderableImage(RenderableImage img, AffineTransform xform) in drawRenderableImage() 369 public void drawRenderedImage(RenderedImage img, AffineTransform xform) in drawRenderedImage()
|