/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
H A D | st_atom_scissor.c | 49 GLint miny, maxy; local 52 scissor.miny = 0; 63 if (ctx->Scissor.Y > (GLint)scissor.miny) 64 scissor.miny = ctx->Scissor.Y; 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; 82 scissor.miny = miny; [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_scissor.c | 49 GLint miny, maxy; local 52 scissor.miny = 0; 63 if (ctx->Scissor.Y > (GLint)scissor.miny) 64 scissor.miny = ctx->Scissor.Y; 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; 82 scissor.miny = miny; [all...] |
/external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/ |
H A D | graphics_2d.cc | 190 int miny = cy - radius <= 0 ? 1 : cy - radius; local 192 for (int y = miny; y < maxy; ++y) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
H A D | nv50_state_validate.c | 143 int minx, maxx, miny, maxy; local 154 miny = s->miny; 159 miny = 0; 165 miny = MAX2(miny, (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/ |
H A D | polygon.c | 195 float minx, miny, maxx, maxy; local 199 miny = vert[1]; 205 miny = MIN2(vert[1], miny); 212 rect[1] = miny; 214 rect[3] = maxy - miny;
|
/external/mesa3d/src/gallium/drivers/nv50/ |
H A D | nv50_state_validate.c | 143 int minx, maxx, miny, maxy; local 154 miny = s->miny; 159 miny = 0; 165 miny = MAX2(miny, (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/ |
H A D | polygon.c | 195 float minx, miny, maxx, maxy; local 199 miny = vert[1]; 205 miny = MIN2(vert[1], miny); 212 rect[1] = miny; 214 rect[3] = maxy - miny;
|
/external/opencv/cv/src/ |
H A D | cvsegmentation.cpp | 458 int minx, miny, maxx, maxy; local 465 miny = cvRound(y0 - sp); miny = MAX(miny, 0); 468 ptr = sptr + (miny - i)*sstep + (minx - j)*3; 470 for( y = miny; y <= maxy; y++, ptr += sstep - (maxx-minx+1)*3 )
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
H A D | sp_setup.c | 133 const int miny = (int) cliprect->miny; local 139 quad->input.y0 + 1 < miny) { 146 if (quad->input.y0 < miny) 715 const int miny = (int) cliprect->miny; local 725 if (start_y < miny) 726 start_y = miny;
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
H A D | p_state.h | 174 unsigned miny:16; member in struct:pipe_scissor_state
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_setup.c | 133 const int miny = (int) cliprect->miny; local 139 quad->input.y0 + 1 < miny) { 146 if (quad->input.y0 < miny) 715 const int miny = (int) cliprect->miny; local 725 if (start_y < miny) 726 start_y = miny;
|
/external/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 174 unsigned miny:16; member in struct:pipe_scissor_state
|
/external/chromium_org/third_party/freetype/src/raster/ |
H A D | ftraster.c | 1080 /* miny :: A lower vertical clipping bound value. */ 1092 Long miny, 1105 if ( Dy <= 0 || y2 < miny || y1 > maxy ) 1108 if ( y1 < miny ) 1110 /* Take care: miny-y1 can be a very large value; we use */ 1112 x1 += SMulDiv( Dx, miny - y1, Dy ); 1113 e1 = (Int)TRUNC( miny ); 1219 /* miny :: A lower vertical clipping bound value. */ 1231 Long miny, 1239 result = Line_Up( RAS_VARS x1, -y1, x2, -y2, -maxy, -miny ); 1088 Line_Up( RAS_ARGS Long x1, Long y1, Long x2, Long y2, Long miny, Long maxy ) argument 1227 Line_Down( RAS_ARGS Long x1, Long y1, Long x2, Long y2, Long miny, Long maxy ) argument 1274 Bezier_Up( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument 1407 Bezier_Down( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument [all...] |
/external/freetype/src/raster/ |
H A D | ftraster.c | 1080 /* miny :: A lower vertical clipping bound value. */ 1092 Long miny, 1105 if ( Dy <= 0 || y2 < miny || y1 > maxy ) 1108 if ( y1 < miny ) 1110 /* Take care: miny-y1 can be a very large value; we use */ 1112 x1 += SMulDiv( Dx, miny - y1, Dy ); 1113 e1 = (Int)TRUNC( miny ); 1219 /* miny :: A lower vertical clipping bound value. */ 1231 Long miny, 1239 result = Line_Up( RAS_VARS x1, -y1, x2, -y2, -maxy, -miny ); 1088 Line_Up( RAS_ARGS Long x1, Long y1, Long x2, Long y2, Long miny, Long maxy ) argument 1227 Line_Down( RAS_ARGS Long x1, Long y1, Long x2, Long y2, Long miny, Long maxy ) argument 1274 Bezier_Up( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument 1407 Bezier_Down( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument [all...] |