HomeSort by relevance Sort by last modified time
    Searched defs:image_height (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc 98 int image_height = alpha->image_l->height(); local
100 int y_base = height() - image_height;
104 title_bounds_ = gfx::Rect(x_base, y_base, center_width, image_height);
147 int image_height = alpha->image_l->height(); local
148 int y_base = height() - image_height;
150 *tab_bg, offset, 0, tab_image->l_width, image_height);
158 tab_image->r_width, image_height);
176 width() - tab_image->l_width - tab_image->r_width, image_height);
  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc 315 int image_height = y + size.height(); local
345 y = std::max(y, image_height);
  /external/jpeg/
rdjpgcom.c 269 unsigned int image_height, image_width; local
277 image_height = read_2_bytes();
299 image_width, image_height, num_components, data_precision);
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/libpng/contrib/gregbook/
rpng-win.c 125 static ulg image_width, image_height, image_rowbytes; variable
309 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
456 wimage_rowbytes*image_height)))
472 bmih->biHeight = -((long)image_height);
482 for (j = 0; j < image_height; ++j) {
522 image_height+extra_height, NULL, NULL, hInst, NULL);
555 for (lastrow = row = 0; row < image_height; ++row) {
605 if (lastrow < image_height) {
609 rect.bottom = (LONG)image_height; /* possibly off by one? */
658 rc = StretchDIBits(hdc, 0, 0, image_width, image_height,
    [all...]
rpng-x.c 133 static ulg image_width, image_height, image_rowbytes; variable
299 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
551 window = XCreateWindow(display, root, 0, 0, image_width, image_height, 0,
574 size_hints->min_height = size_hints->max_height = (int)image_height;
628 XFillRectangle(display, window, gc, 0, 0, image_width, image_height);
645 xdata = (uch *)malloc(4*image_width*image_height);
648 xdata = (uch *)malloc(2*image_width*image_height);
651 xdata = (uch *)malloc(image_width*image_height);
661 (char *)xdata, image_width, image_height, pad, 0);
708 for (lastrow = row = 0; row < image_height; ++row)
    [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/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 937 int image_height = client_area_bottom - image_top; local
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.h 1121 inline ::google::protobuf::int32 Message::image_height() const { function in class:com::android::glesv2debugger::Message
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 2685 int image_height = image.getIntrinsicHeight(); local
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 161 milliseconds