/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
povray.php | 69 'image_pattern', 'image_height', 'iff', 'hypercomplex', 'hollow', 'hierarchy', 'hf_gray_16', 'hexagon',
|
/external/mesa3d/src/mapi/glapi/gen/ |
glX_proto_size.py | 562 print ' GLint image_height = 0;' 567 fixup = ['row_length', 'image_height', 'skip_rows', 'skip_images', 'alignment'] 568 print ' GLint image_height = * (GLint *)(pc + 8);' 590 print ' image_height, row_length, skip_images,'
|
/external/qemu/distrib/jpeg-6b/ |
example.c | 62 extern int image_height; /* Number of rows in image */ 126 cinfo.image_height = image_height; 156 while (cinfo.next_scanline < cinfo.image_height) {
|
jcmarker.c | 288 if ((long) cinfo->image_height > 65535L || 293 emit_2bytes(cinfo, (int) cinfo->image_height);
|
jctrans.c | 76 dstinfo->image_height = srcinfo->image_height;
|
jcapimin.c | 154 if (cinfo->next_scanline < cinfo->image_height)
|
jpeglib.h | 284 JDIMENSION image_height; /* input image height */ member in struct:jpeg_compress_struct 355 * processing loop, e.g., "while (next_scanline < image_height)". 358 JDIMENSION next_scanline; /* 0 .. image_height-1 */ 428 JDIMENSION image_height; /* nominal image height */ member in struct:jpeg_decompress_struct [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
xf86dgastr.h | 99 CARD16 image_height B16;
|
/external/chromium_org/third_party/libwebp/dec/ |
webp.c | 292 int image_height = 0; local 365 &image_width, &image_height)) { 373 if (!VP8LGetInfo(data, data_size, &image_width, &image_height, has_alpha)) { 379 if (canvas_width != image_width || canvas_height != image_height) { 384 if (height != NULL) *height = image_height;
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
resource_entry_conversion_unittest.cc | 415 EXPECT_EQ(480, entry.file_specific_info().image_height()); 427 EXPECT_EQ(0, entry.file_specific_info().image_height());
|
/external/jpeg/ |
jcmarker.c | 288 if ((long) cinfo->image_height > 65535L || 293 emit_2bytes(cinfo, (int) cinfo->image_height);
|
jctrans.c | 76 dstinfo->image_height = srcinfo->image_height;
|
jcapimin.c | 154 if (cinfo->next_scanline < cinfo->image_height)
|
jpeglib.h | 284 JDIMENSION image_height; /* input image height */ member in struct:jpeg_compress_struct 355 * processing loop, e.g., "while (next_scanline < image_height)". 358 JDIMENSION next_scanline; /* 0 .. image_height-1 */ 428 JDIMENSION image_height; /* nominal image height */ member in struct:jpeg_decompress_struct [all...] |
/hardware/ti/omap4xxx/camera/ |
Encoder_libjpeg.cpp | 420 cinfo.image_height = out_height; 435 while ((cinfo.next_scanline < cinfo.image_height) && !mCancelEncoding) {
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 583 return bm->setConfig(config, cinfo.image_width, cinfo.image_height, 0, 588 /* image_width and image_height are the original dimensions, available [all...] |
/external/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 583 return bm->setConfig(config, cinfo.image_width, cinfo.image_height, 0, 588 /* image_width and image_height are the original dimensions, available [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_graphics_2d_host.cc | 56 int image_width, int image_height, 60 *dest = gfx::Rect(0, 0, image_width, image_height); 74 static_cast<int64>(image_height))
|
/external/chromium_org/google_apis/drive/ |
gdata_wapi_parser.h | 461 int64 image_height() const { return image_height_; } function in class:google_apis::ResourceEntry 553 void set_image_height(int64 image_height) { image_height_ = image_height; }
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
opaque_browser_frame_view.cc | 783 int image_height = client_area_bottom - image_top; local 788 right->width(), image_height); 802 image_top, left->width(), image_height); [all...] |
/external/chromium_org/third_party/libpng/ |
pngread.c | 912 png_uint_32 i, image_height; local 931 image_height=png_ptr->height; 932 png_ptr->num_rows = image_height; /* Make sure this is set correctly */ 937 for (i = 0; i < image_height; i++) [all...] |
/external/libpng/ |
pngread.c | 1074 png_uint_32 i, image_height; local [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngread.c | 883 png_uint_32 i,image_height; local 900 image_height=png_ptr->height; 901 png_ptr->num_rows = image_height; /* Make sure this is set correctly */ 906 for (i = 0; i < image_height; i++) [all...] |
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_drive.cc | 63 properties->image_height.reset( 64 new int(file_specific_info.image_height()));
|
/external/chromium_org/third_party/mesa/src/include/CL/ |
cl.h | 562 size_t /* image_height */, 572 size_t /* image_height */, [all...] |