HomeSort by relevance Sort by last modified time
    Searched defs:maxy (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_scissor.c 49 GLint miny, maxy; local
54 scissor.maxy = fb->Height;
68 if (ymax < (GLint) scissor.maxy)
69 scissor.maxy = ymax;
72 if (scissor.minx >= scissor.maxx || scissor.miny >= scissor.maxy)
73 scissor.minx = scissor.miny = scissor.maxx = scissor.maxy = 0;
80 miny = fb->Height - scissor.maxy;
81 maxy = fb->Height - scissor.miny;
83 scissor.maxy = maxy;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_scissor.c 49 GLint miny, maxy; local
54 scissor.maxy = fb->Height;
68 if (ymax < (GLint) scissor.maxy)
69 scissor.maxy = ymax;
72 if (scissor.minx >= scissor.maxx || scissor.miny >= scissor.maxy)
73 scissor.minx = scissor.miny = scissor.maxx = scissor.maxy = 0;
80 miny = fb->Height - scissor.maxy;
81 maxy = fb->Height - scissor.miny;
83 scissor.maxy = maxy;
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkEmbossMask.cpp 100 int maxy = mask->fBounds.height() - 1; local
104 for (int y = 0; y <= maxy; y++) {
105 int next_row = neq_to_mask(y, maxy) & rowBytes;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
ParticleDepositionHeightMap.java 144 int miny, maxy; local
233 maxy = calderaY;
245 ty = maxy;
293 if (y + 1 > maxy) {
294 maxy = y + 1;
  /external/qemu/distrib/sdl-1.2.15/test/
testvidinfo.c 50 int maxy; local
54 maxy = (int)screen->h - bmp->h + 1;
62 if ( maxy ) {
63 dst.y = rand() % maxy;
  /external/skia/src/effects/
SkEmbossMask.cpp 100 int maxy = mask->fBounds.height() - 1; local
104 for (int y = 0; y <= maxy; y++) {
105 int next_row = neq_to_mask(y, maxy) & rowBytes;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_state_validate.c 143 int minx, maxx, miny, maxy; local
155 maxy = s->maxy;
160 maxy = nv50->framebuffer.height;
166 maxy = MIN2(maxy, (int)(vp->translate[1] + fabsf(vp->scale[1])));
170 PUSH_DATA (push, (maxy << 16) | miny);
174 PUSH_DATA (push, (s->maxy << 16) | s->miny);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
polygon.c 195 float minx, miny, maxx, maxy; local
200 maxy = vert[1];
208 maxy = MAX2(vert[1], maxy);
214 rect[3] = maxy - miny;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state_validate.c 143 int minx, maxx, miny, maxy; local
155 maxy = s->maxy;
160 maxy = nv50->framebuffer.height;
166 maxy = MIN2(maxy, (int)(vp->translate[1] + fabsf(vp->scale[1])));
170 PUSH_DATA (push, (maxy << 16) | miny);
174 PUSH_DATA (push, (s->maxy << 16) | s->miny);
  /external/mesa3d/src/gallium/state_trackers/vega/
polygon.c 195 float minx, miny, maxx, maxy; local
200 maxy = vert[1];
208 maxy = MAX2(vert[1], maxy);
214 rect[3] = maxy - miny;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 120 float maxy = miny; local
124 if (y > maxy) maxy = y;
126 if (maxy - miny < mHandleBarHeight) {
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
UVCoordinatesGenerator.java 284 float maxy = -Float.MAX_VALUE, miny = Float.MAX_VALUE; local
296 maxy = y > maxy ? y : maxy;
303 float radius = Math.max(maxx - minx, maxy - miny) * 0.5f;
  /external/libyuv/files/source/
scale_argb.cc 889 int maxy = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
898 if (y > maxy) {
899 y = maxy;
    [all...]
scale.cc 2628 int maxy = (src_height << 16); local
2690 int maxy = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
2762 int maxy = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
    [all...]
  /external/opencv/cv/src/
cvsegmentation.cpp 458 int minx, miny, maxx, maxy; local
467 maxy = cvRound(y0 + sp); maxy = MIN(maxy, size.height-1);
470 for( y = miny; y <= maxy; y++, ptr += sstep - (maxx-minx+1)*3 )
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 516 float maxy = Float.MIN_VALUE; local
529 if (points[i] > maxy) {
530 maxy = points[i];
534 return new OrientedBoundingBox((float) (angle * 180 / Math.PI), centroid[0], centroid[1], maxx - minx, maxy - miny);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 134 const int maxy = (int) cliprect->maxy; local
137 quad->input.y0 >= maxy ||
150 if (quad->input.y0 == maxy - 1)
716 const int maxy = (int) cliprect->maxy; local
729 if (finish_y > maxy)
730 finish_y = maxy;
    [all...]
sp_tex_sample.c 514 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level); local
515 float rho = MAX2(maxx, maxy);
535 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level); local
539 rho = MAX2(maxx, maxy);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 134 const int maxy = (int) cliprect->maxy; local
137 quad->input.y0 >= maxy ||
150 if (quad->input.y0 == maxy - 1)
716 const int maxy = (int) cliprect->maxy; local
729 if (finish_y > maxy)
730 finish_y = maxy;
    [all...]
sp_tex_sample.c 514 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level); local
515 float rho = MAX2(maxx, maxy);
535 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level); local
539 rho = MAX2(maxx, maxy);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 1350 int maxx, maxy; local
1635 int maxx, maxy, w, h, x, y; local
    [all...]
  /system/core/libpixelflinger/
trap.cpp 547 const int32_t maxy = min(bmaxy, c->state.scissor.bottom); local
548 if ((minx >= maxx) || (miny >= maxy))
565 for (int32_t y = miny; y < maxy; y++) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 176 unsigned maxy:16; member in struct:pipe_scissor_state
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 3510 int maxy = ((src_height - 1) << 16) - 1; local
3585 int maxy = ((src_height - 1) << 16) - 1; \/\/ max is filter of last 2 rows. local
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 176 unsigned maxy:16; member in struct:pipe_scissor_state

Completed in 1165 milliseconds

1 2