/external/chromium_org/third_party/ots/src/ |
H A D | vdmx.h | 23 int16_t y_max; member in struct:ots::OpenTypeVDMXVTable
|
H A D | vdmx.cc | 97 !table.ReadS16(&vt.y_max) || 101 if (vt.y_max < vt.y_min) { 163 !out->WriteS16(vt.y_max) ||
|
H A D | woff2.cc | 380 int y_max = 0; local 388 if (i == 0 || y > y_max) y_max = y; 394 offset = Store16(dst, offset, y_max);
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
H A D | fakevideorenderer.h | 92 static bool CheckFrameColorYuv(uint8 y_min, uint8 y_max, argument 108 if (y_value < y_min || y_value > y_max) {
|
/external/chromium_org/ui/events/ozone/evdev/ |
H A D | touch_event_converter.cc | 74 int y_min = 0, y_max = 0; local 77 y_max = abs.maximum; 81 if (x_max && y_max && gfx::SurfaceFactoryOzone::GetInstance()) { 88 y_scale_ = (double)screen_height / (y_max - y_min);
|
/external/chromium_org/skia/ext/ |
H A D | image_operations_unittest.cc | 26 int y_min, int y_max) { 29 for (int y = y_min; y <= y_max; y++) { 66 int y_min, int y_max) { 69 for (int y = y_min; y <= y_max; ++y) { 24 AveragePixel(const SkBitmap& bmp, int x_min, int x_max, int y_min, int y_max) argument 64 PrintPixel(const SkBitmap& bmp, int x_min, int x_max, int y_min, int y_max) argument
|
/external/chromium_org/chrome/browser/ui/pdf/ |
H A D | pdf_browsertest.cc | 170 int y_max = std::min(h, bitmap.height()); local 173 for (int y = 0; y < y_max && !snapshot_different_; ++y) {
|
/external/valgrind/main/massif/ |
H A D | ms_print.in | 569 my $y_max = 0; 589 $y_max = $y; 592 $prev_y_max = $y_max;
|
/external/chromium_org/third_party/freetype/src/raster/ |
H A D | ftraster.c | 384 Short y_max; /* band's maximum */ member in struct:black_TBand_ 3204 ras.maxY = (Long)ras.band_stack[ras.band_top].y_max * ras.precision; 3225 j = ras.band_stack[ras.band_top].y_max; 3238 ras.band_stack[ras.band_top + 1].y_max = j; 3240 ras.band_stack[ras.band_top].y_max = (Short)( k - 1 ); 3302 ras.band_stack[0].y_max = (short)( ras.target.rows - 1 ); 3320 ras.band_stack[0].y_max = (short)( ras.target.width - 1 ); 3373 ras.band_stack[0].y_max = 2 * ras.target.rows - 1; 3404 ras.band_stack[0].y_max = ras.target.width * 2 - 1;
|
/external/freetype/src/raster/ |
H A D | ftraster.c | 384 Short y_max; /* band's maximum */ member in struct:black_TBand_ 3204 ras.maxY = (Long)ras.band_stack[ras.band_top].y_max * ras.precision; 3225 j = ras.band_stack[ras.band_top].y_max; 3238 ras.band_stack[ras.band_top + 1].y_max = j; 3240 ras.band_stack[ras.band_top].y_max = (Short)( k - 1 ); 3302 ras.band_stack[0].y_max = (short)( ras.target.rows - 1 ); 3320 ras.band_stack[0].y_max = (short)( ras.target.width - 1 ); 3373 ras.band_stack[0].y_max = 2 * ras.target.rows - 1; 3404 ras.band_stack[0].y_max = ras.target.width * 2 - 1;
|
/external/opencv/cxcore/src/ |
H A D | cxdrawing.cpp | 1256 int y_max = INT_MIN; local 1284 y_max = MAX( y_max, e1->y1 ); 1297 y_max = MIN( y_max, size.height ); 1299 for( y = e->y0; y < y_max; y++ )
|
/external/chromium_org/v8/test/cctest/ |
H A D | test-macro-assembler-x64.cc | 824 int y_max = (x > 0) ? (Smi::kMaxValue + 0) : (Smi::kMinValue - x - 1); local 878 __ Move(rdx, Smi::FromInt(y_max)); 906 __ SmiAddConstant(r9, rcx, Smi::FromInt(y_max), mode, &overflow_ok); 919 __ SmiAddConstant(rcx, rcx, Smi::FromInt(y_max), mode, &overflow_ok); 1043 int y_max = (x < 0) ? (Smi::kMaxValue + 0) : (Smi::kMinValue + 0); local 1098 __ Move(rdx, Smi::FromInt(y_max)); 1126 __ SmiSubConstant(rcx, rcx, Smi::FromInt(y_max), mode, &overflow_ok); 1140 __ SmiSubConstant(rcx, rcx, Smi::FromInt(y_max), mode, &overflow_ok);
|
/external/v8/test/cctest/ |
H A D | test-macro-assembler-x64.cc | 901 int y_max = (x < 0) ? (Smi::kMaxValue + 0) : (Smi::kMinValue + 0); local 952 __ Move(rdx, Smi::FromInt(y_max)); 980 __ SmiSubConstant(r9, rcx, Smi::FromInt(y_max), &overflow_ok); 991 __ SmiSubConstant(rcx, rcx, Smi::FromInt(y_max), &overflow_ok);
|