Searched refs:y_max (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dvdmx.h23 int16_t y_max; member in struct:ots::OpenTypeVDMXVTable
H A Dvdmx.cc97 !table.ReadS16(&vt.y_max) ||
101 if (vt.y_max < vt.y_min) {
163 !out->WriteS16(vt.y_max) ||
H A Dwoff2.cc380 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 Dfakevideorenderer.h92 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 Dtouch_event_converter.cc74 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 Dimage_operations_unittest.cc26 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 Dpdf_browsertest.cc170 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 Dms_print.in569 my $y_max = 0;
589 $y_max = $y;
592 $prev_y_max = $y_max;
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c384 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 Dftraster.c384 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 Dcxdrawing.cpp1256 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 Dtest-macro-assembler-x64.cc824 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 Dtest-macro-assembler-x64.cc901 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);

Completed in 533 milliseconds