Searched defs:miny (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_scissor.c49 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 Dst_atom_scissor.c49 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/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_state_validate.c143 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 Dpolygon.c195 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 Dnv50_state_validate.c143 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 Dpolygon.c195 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 Dcvsegmentation.cpp458 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 Dsp_setup.c133 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 Dp_state.h174 unsigned miny:16; member in struct:pipe_scissor_state
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c133 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 Dp_state.h174 unsigned miny:16; member in struct:pipe_scissor_state
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c1056 /* miny :: A lower vertical clipping bound value. */
1068 Long miny,
1081 if ( Dy <= 0 || y2 < miny || y1 > maxy )
1084 if ( y1 < miny )
1086 /* Take care: miny-y1 can be a very large value; we use */
1088 x1 += SMulDiv( Dx, miny - y1, Dy );
1089 e1 = (Int)TRUNC( miny );
1195 /* miny :: A lower vertical clipping bound value. */
1207 Long miny,
1215 result = Line_Up( RAS_VARS x1, -y1, x2, -y2, -maxy, -miny );
1064 Line_Up( RAS_ARGS Long x1, Long y1, Long x2, Long y2, Long miny, Long maxy ) argument
1203 Line_Down( RAS_ARGS Long x1, Long y1, Long x2, Long y2, Long miny, Long maxy ) argument
1250 Bezier_Up( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
1383 Bezier_Down( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
[all...]
/external/freetype/src/raster/
H A Dftraster.c1080 /* 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...]

Completed in 251 milliseconds