HomeSort by relevance Sort by last modified time
    Searched refs:max_y (Results 1 - 25 of 33) sorted by null

1 2

  /art/test/478-checker-inline-noreturn/src/
Main.java 49 public static int callerLoop(int max_x, int max_y) {
52 total += $opt$noinline$Function(x, max_y);
  /art/test/478-checker-inliner-nested-loop/src/
Main.java 43 public static int NestedLoop(int max_x, int max_y) {
46 for (int y = 0; y < max_y; ++y) {
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_viewport.c 157 float min_x, max_x, min_y, max_y; local
160 viewport_matrix_get_extent(mat, 1, &min_y, &max_y);
165 dw[15] = fui(max_y - 1.0f);
217 uint16_t min_x, min_y, max_x, max_y; local
223 max_y = (scissor->max_y < max_size) ? scissor->max_y : max_size - 1;
227 dw1 = max_y << GEN6_SCISSOR_DW1_MAX_Y__SHIFT |
ilo_state_viewport.h 61 uint16_t max_y; member in struct:ilo_state_viewport_scissor_info
ilo_image.c 782 int max_x, int max_y)
841 layout->monolithic_height = align(max_y + pad_h, align_h);
850 int cur_x, cur_y, max_x, max_y; local
858 max_y = 0;
918 if (max_y < layout->lods[lv].y + lod_h)
919 max_y = layout->lods[lv].y + lod_h;
925 max_y += layout->walk_layer_height * (layer_count - 1);
932 image_get_gen6_monolithic_size(dev, info, layout, max_x, max_y);
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 196 FX_FLOAT max_y = -10000 * 1.0f; local
219 max_y = std::max(max_y, static_cast<FX_FLOAT>(
242 max_y = std::max(max_y, std::max(char_top, char_bottom));
260 max_y = max_y * fontsize / 1000;
266 m_Top = max_y;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_meta_util.c 59 * \param max_y The clipping region's top coordinate
69 float min_x, float min_y, float max_x, float max_y,
74 min_y <= max_y &&
76 y0 <= max_y &&
97 if (max_y < y1)
98 *clipped_y1 = y1 - max_y;
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.h 93 int max_y() const function in class:agg::outline_aa
213 int max_y() const function in class:agg::rasterizer_scanline_aa
215 return m_outline.max_y();
321 y > m_outline.max_y()) {
330 if(m_cur_y > m_outline.max_y()) {
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_argb.cc 264 const int max_y = (src_height - 1) << 16; local
265 if (y > max_y) {
266 y = max_y;
280 if (y > max_y) {
281 y = max_y;
302 const int max_y = (src_height - 1) << 16; local
372 if (y > max_y) {
373 y = max_y;
398 if (y > max_y) {
399 y = max_y;
554 const int max_y = (src_height - 1) << 16; local
    [all...]
scale.cc 741 const int max_y = (src_height << 16); local
784 if (y > max_y) {
785 y = max_y;
810 const int max_y = (src_height << 16); local
834 if (y > max_y) {
835 y = max_y;
865 const int max_y = (src_height - 1) << 16; local
924 if (y > max_y) {
925 y = max_y;
940 if (y > max_y) {
961 const int max_y = (src_height - 1) << 16; local
1055 const int max_y = (src_height - 1) << 16; local
1186 const int max_y = (src_height - 1) << 16; local
    [all...]
scale_common.cc 902 const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
946 if (y > max_y) {
947 y = max_y;
968 const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
1020 if (y > max_y) {
1021 y = max_y;
    [all...]
  /external/libyuv/files/source/
scale_argb.cc 344 const int max_y = (src_height - 1) << 16; local
345 if (y > max_y) {
346 y = max_y;
360 if (y > max_y) {
361 y = max_y;
389 const int max_y = (src_height - 1) << 16; local
467 if (y > max_y) {
468 y = max_y;
493 if (y > max_y) {
494 y = max_y;
668 const int max_y = (src_height - 1) << 16; local
    [all...]
scale.cc 868 const int max_y = (src_height << 16); local
927 if (y > max_y) {
928 y = max_y;
957 const int max_y = (src_height << 16); local
1016 const int max_y = (src_height - 1) << 16; local
1123 const int max_y = (src_height - 1) << 16; local
1220 const int max_y = (src_height - 1) << 16; local
1355 const int max_y = (src_height - 1) << 16; local
    [all...]
scale_common.cc 1035 const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
1087 if (y > max_y) {
1088 y = max_y;
1115 const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
    [all...]
  /external/blktrace/btt/
btt_plot.py 94 'min_y', 'max_y' - Minimum and maximum Y values found
153 min_x = max_x = min_y = max_y = None
167 (min_y, max_y, y) = check(min_y, max_y, f[1])
180 db['max_y'] = max_y
272 ydelta = 0.1 * (db['max_y'] - db['min_y'])
275 ax.set_ylim(db['min_y'] - ydelta, db['max_y'] + ydelta)
333 if not file in ['min_x', 'max_x', 'min_y', 'max_y']:
  /external/ImageMagick/coders/
sixel.c 240 int max_x, max_y;
252 max_x = max_y = 0;
468 if (max_y < (posision_y + i)) {
469 max_y = posision_y + i;
492 if (max_y < (posision_y + i + n - 1)) {
493 max_y = posision_y + i + n - 1;
513 if (++max_y < attributed_pv) {
514 max_y = attributed_pv;
517 if (imsx > max_x || imsy > max_y) {
519 dmsy = max_y;
238 int max_x, max_y; local
    [all...]
exr.c 156 max_y,
206 ImfHeaderDisplayWindow(hdr_info,&min_x,&min_y,&max_x,&max_y);
208 image->rows=max_y-min_y+1UL;
152 max_y, local
  /external/autotest/client/site_tests/firmware_TouchMTB/
touch_device.py 165 max_y = int(result.group(2))
167 axis_y = AbsAxis(min_y, max_y, resolution_y)
mtb.py     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 111 int min_x, min_y, max_x, max_y; local
117 max_y = ctx->DrawBuffer->Height - 1;
133 rmesa->state.scissor.rect.y1 = CLAMP(y1, min_y, max_y);
135 rmesa->state.scissor.rect.y2 = CLAMP(y2, min_y, max_y);
  /external/pdfium/core/fxcrt/
fx_basic_coords.cpp 222 FX_FLOAT max_y = pPoints->y;
227 max_y = std::max(max_y, pPoints[i].y);
229 return CFX_FloatRect(min_x, min_y, max_x, max_y);
  /external/webp/src/mux/
muxedit.c 436 int max_x = 0, max_y = 0; local
451 if (max_y_pos > max_y) max_y = max_y_pos;
454 *height = max_y;
  /external/ImageMagick/MagickCore/
widget.c 125 max_y;
122 max_y; member in struct:_XWidgetInfo
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 1743 TCoord min, max, max_y; local
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 1788 TPos volatile min, max, max_y; local
    [all...]

Completed in 627 milliseconds

1 2