HomeSort by relevance Sort by last modified time
    Searched full:image_height (Results 76 - 98 of 98) sorted by null

1 2 34

  /external/mesa3d/include/CL/
cl.h 562 size_t /* image_height */,
572 size_t /* image_height */,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA2.c 328 modes[i].imageHeight = info.image_height;
406 dev->mode.imageHeight = info.image_height;
  /external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 937 int image_height = client_area_bottom - image_top; local
    [all...]
  /external/jpeg/
jdmarker.c 251 INPUT_2BYTES(cinfo, cinfo->image_height, return FALSE);
258 (int) cinfo->image_width, (int) cinfo->image_height,
267 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
    [all...]
rdppm.c 330 cinfo->image_height = (JDIMENSION) h;
libjpeg.doc 323 image_height Height of image, in pixels
350 cinfo.image_height = Height;
399 "while (cinfo.next_scanline < cinfo.image_height)".
410 while (cinfo.next_scanline < cinfo.image_height) {
675 should NOT be against image_height, unless you never use scaling. The
676 image_height field is the height of the original unscaled image.)
    [all...]
cjpeg.c 583 while (cinfo.next_scanline < cinfo.image_height) {
  /external/qemu/distrib/jpeg-6b/
jdmarker.c 251 INPUT_2BYTES(cinfo, cinfo->image_height, return FALSE);
258 (int) cinfo->image_width, (int) cinfo->image_height,
267 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
    [all...]
rdppm.c 330 cinfo->image_height = (JDIMENSION) h;
libjpeg.doc 323 image_height Height of image, in pixels
350 cinfo.image_height = Height;
399 "while (cinfo.next_scanline < cinfo.image_height)".
410 while (cinfo.next_scanline < cinfo.image_height) {
675 should NOT be against image_height, unless you never use scaling. The
676 image_height field is the height of the original unscaled image.)
    [all...]
cjpeg.c 583 while (cinfo.next_scanline < cinfo.image_height) {
  /external/chromium_org/chrome/browser/search/
instant_service.cc 426 theme_info_->image_height = image->height();
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser_unittest.cc 236 EXPECT_EQ(-1, entry->image_height());
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
mask.c 164 fprintf(stderr, "const int image_height = %d;\n",
  /external/libyuv/files/source/
mjpeg_decoder.cc 184 return decompress_struct_->image_height;
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.c 164 fprintf(stderr, "const int image_height = %d;\n",
  /external/opencv/cvaux/src/
cvscanlines.cpp     [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 2685 int image_height = image.getIntrinsicHeight(); local
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_api_util.cc 339 image_media_metadata->set_height(entry.image_height());
  /external/chromium_org/chrome/common/
render_messages.h 200 IPC_STRUCT_TRAITS_MEMBER(image_height)
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 377 if (!m_decoder->setSize(m_info.image_width, m_info.image_height))
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 181 m_height = cinfo->image_height;
455 cinfo.image_height = height;
    [all...]
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension.cc     [all...]

Completed in 588 milliseconds

1 2 34