/external/clang/test/CodeGen/ |
mandel.c | 12 #define IMAGE_HEIGHT 50 24 #define step_Y ((-START_Y - START_Y)/IMAGE_HEIGHT) 34 for (y = 0; y < IMAGE_HEIGHT; ++y) {
|
/external/chromium_org/cc/layers/ |
nine_patch_layer_impl.cc | 158 float image_height = image_bounds_.height(); local 163 int image_aperture_bottom_height = image_height - image_aperture_.bottom(); 170 image_height); 177 image_height); 180 image_height - image_aperture_bottom_height, 184 image_height); 187 image_height - image_aperture_bottom_height, 191 image_height); 197 (image_aperture_top_height) / image_height); 201 (image_height - image_aperture_top_height [all...] |
/external/chromium_org/chrome/common/ |
instant_types.cc | 47 image_height(0), 67 image_height == rhs.image_height &&
|
/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/jpeg/ |
jcapistd.c | 67 * or if more than image_height scanlines are passed in. 84 if (cinfo->next_scanline >= cinfo->image_height) 90 cinfo->progress->pass_limit = (long) cinfo->image_height; 103 rows_left = cinfo->image_height - cinfo->next_scanline; 127 if (cinfo->next_scanline >= cinfo->image_height) { 135 cinfo->progress->pass_limit = (long) cinfo->image_height;
|
rdrle.c | 121 cinfo->image_height = height; 264 progress->pub.pass_limit = cinfo->image_height; 274 for (row = 0; row < cinfo->image_height; row++) { 289 for (row = 0; row < cinfo->image_height; row++) { 312 for (row = 0; row < cinfo->image_height; row++) { 348 source->row = cinfo->image_height;
|
/external/qemu/distrib/jpeg-6b/ |
jcapistd.c | 67 * or if more than image_height scanlines are passed in. 84 if (cinfo->next_scanline >= cinfo->image_height) 90 cinfo->progress->pass_limit = (long) cinfo->image_height; 103 rows_left = cinfo->image_height - cinfo->next_scanline; 127 if (cinfo->next_scanline >= cinfo->image_height) { 135 cinfo->progress->pass_limit = (long) cinfo->image_height;
|
rdrle.c | 121 cinfo->image_height = height; 264 progress->pub.pass_limit = cinfo->image_height; 274 for (row = 0; row < cinfo->image_height; row++) { 289 for (row = 0; row < cinfo->image_height; row++) { 312 for (row = 0; row < cinfo->image_height; row++) { 348 source->row = cinfo->image_height;
|
/external/chromium_org/google_apis/gaia/ |
google_service_auth_error.cc | 16 GoogleServiceAuthError::Captcha::Captcha() : image_width(0), image_height(0) { 23 image_width(width), image_height(height) { 35 image_height == b.image_height); 192 captcha_value->SetInteger("imageHeight", captcha_.image_height); 256 int image_height) 259 captcha_unlock_url, image_width, image_height),
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
resource_entry_conversion.cc | 114 const int64 image_height = input.image_height(); local 115 if (image_height != -1) 116 file_specific_info->set_image_height(image_height);
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
JpegCompressor.cpp | 103 mCInfo.image_height = mAuxBuffer->height; 107 ALOGV("%s: image_width = %d, image_height = %d", __FUNCTION__, mCInfo.image_width, mCInfo.image_height); 118 while (mCInfo.next_scanline < mCInfo.image_height) {
|
/frameworks/base/core/jni/android/graphics/ |
YuvToJpegEncoder.cpp | 53 cinfo->image_height = height; 83 int height = cinfo->image_height; 91 while (cinfo->next_scanline < cinfo->image_height) { 159 int height = cinfo->image_height; 167 while (cinfo->next_scanline < cinfo->image_height) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cl.py | 41 'IMAGE_HEIGHT', 'IMAGE_WIDTH', 'INTERNAL_FORMAT',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cl.py | 41 'IMAGE_HEIGHT', 'IMAGE_WIDTH', 'INTERNAL_FORMAT',
|
/external/chromium_org/cc/test/ |
layer_tree_json_parser.cc | 55 double image_width, image_height; local 57 success &= bounds->GetDouble(1, &image_height); 72 bitmap.setConfig(SkBitmap::kARGB_8888_Config, image_width, image_height);
|
/external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/ |
var_array_buffer.cc | 80 const uint32_t image_height = image_data->size().height(); local 83 int bar_height = static_cast<int>(value * image_height); 85 uint32_t row = image_height - 1 - i;
|
/external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/ |
JPEGImageEncoder.cpp | 145 cinfo.image_height = imageSize.height(); 161 while (cinfo.next_scanline < cinfo.image_height) { 188 while (cinfo.next_scanline < cinfo.image_height) {
|
/external/qemu/android/utils/ |
jpeg-compress.c | 171 cinfo.image_height = h; 192 while (cinfo.next_scanline < cinfo.image_height) { 198 while (cinfo.next_scanline < cinfo.image_height) {
|
/external/libpng/contrib/gregbook/ |
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...] |
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...] |
/external/chromium_org/ppapi/tests/ |
test_graphics_2d.cc | 451 const int image_width = 15, image_height = 23; local 453 pp::Size(image_width, image_height), false); 456 pp::Size(image_width, image_height), false); 457 FillRectInImage(&no_image, pp::Rect(0, 0, image_width, image_height), 0); 459 pp::Size(image_width, image_height), false); 461 pp::Size(image_width, image_height), false); 463 ASSERT_EQ(pp::Size(image_width, image_height), test_image.size()); 476 pp::Rect clip(image_x, image_y, image_width, image_height); 510 int part_w = image_width / 2, part_h = image_height / 2; 524 clip = pp::Rect(0, 0, image_x + image_width, image_y + image_height); [all...] |
/frameworks/av/cmds/stagefright/ |
jpeg.cpp | 64 cinfo.image_height = height;
|
/device/generic/goldfish/camera/fake-pipeline2/ |
JpegCompressor.cpp | 164 mCInfo.image_height = mAuxBuffer.height; 178 while (mCInfo.next_scanline < mCInfo.image_height) {
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
jpeg_writer.cpp | 74 mInfo.image_height = height; 133 while (mInfo.next_scanline < mInfo.image_height) {
|
/external/chromium/webkit/glue/ |
webcursor_mac.mm | 346 int image_height = image_dimensions.height; 348 size_t size = image_height * image_width * 4; 351 custom_size_.set_height(image_height); 359 image_height, 365 CGRect rect = CGRectMake(0, 0, image_width, image_height);
|