/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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
textpad.py | 46 (self.maxy, self.maxx) = win.getmaxyx() 47 self.maxy = self.maxy - 1 68 if y < self.maxy or x < self.maxx: 89 if y < self.maxy or x < self.maxx: 114 elif y == self.maxy: 121 if self.maxy == 0: 123 elif y < self.maxy: 135 if y < self.maxy: 151 for y in range(self.maxy+1) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
textpad.py | 46 (self.maxy, self.maxx) = win.getmaxyx() 47 self.maxy = self.maxy - 1 68 if y < self.maxy or x < self.maxx: 89 if y < self.maxy or x < self.maxx: 114 elif y == self.maxy: 121 if self.maxy == 0: 123 elif y < self.maxy: 135 if y < self.maxy: 151 for y in range(self.maxy+1) [all...] |
/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/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/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/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/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/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/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 195 sp->cliprect.maxy = MIN2(sp->scissor.maxy, surfHeight); 202 sp->cliprect.maxy = surfHeight;
|
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...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 195 sp->cliprect.maxy = MIN2(sp->scissor.maxy, surfHeight); 202 sp->cliprect.maxy = surfHeight;
|
/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/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/chromium_org/native_client_sdk/src/examples/api/graphics_2d/ |
graphics_2d.cc | 191 int maxy = cy + radius >= height ? height - 1 : cy + radius; local 192 for (int y = miny; y < maxy; ++y) {
|
/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 )
|
/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...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state_dynamic.c | 272 unsigned y2 = i915->scissor.maxy - 1;
|
/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/mesa3d/src/gallium/drivers/i915/ |
i915_state_dynamic.c | 272 unsigned y2 = i915->scissor.maxy - 1;
|
/external/mesa3d/src/gallium/include/pipe/ |
p_state.h | 176 unsigned maxy:16; member in struct:pipe_scissor_state
|
/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);
|