Searched defs:miny (Results 1 - 19 of 19) 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/skia/samplecode/
H A DSampleClip.cpp85 const SkScalar miny = -SkIntToScalar(H)/4; local
88 canvas->drawLine(randRange(rand, minx, maxx), randRange(rand, miny, maxy),
89 randRange(rand, minx, maxx), randRange(rand, miny, maxy),
/external/skia/samplecode/
H A DSampleClip.cpp85 const SkScalar miny = -SkIntToScalar(H)/4; local
88 canvas->drawLine(randRange(rand, minx, maxx), randRange(rand, miny, maxy),
89 randRange(rand, minx, maxx), randRange(rand, miny, maxy),
/external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/
H A Dgraphics_2d.cc197 int miny = cy - radius <= 0 ? 1 : cy - radius; local
199 for (int y = miny; y < maxy; ++y) {
/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/fio/
H A Dgraph.c371 double miny, double maxy, int nticks, int add_tm_text)
378 nticks = calc_tickmarks(miny, maxy, nticks, &tm, &power_of_ten,
391 ty = y2 - (((tm[i].value) - miny) / (maxy - miny)) * (y2 - y1);
530 double minx, miny, maxx, maxy, gminx, gminy, gmaxx, gmaxy; local
543 miny = find_xy_value(g, gety, mindouble);
550 if (miny > 0)
551 miny = 0;
555 if (fabs(maxx - minx) < 1e-20 || fabs(maxy - miny) < 1e-20) {
558 miny
369 graph_draw_y_ticks(struct graph *g, cairo_t *cr, double x1, double y1, double x2, double y2, double miny, double maxy, int nticks, int add_tm_text) argument
965 double maxy, miny; local
[all...]
/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.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...]
/external/freetype/src/raster/
H A Dftraster.c1082 /* miny :: A lower vertical clipping bound value. */
1094 Long miny,
1107 if ( Dy <= 0 || y2 < miny || y1 > maxy )
1110 if ( y1 < miny )
1112 /* Take care: miny-y1 can be a very large value; we use */
1114 x1 += SMulDiv( Dx, miny - y1, Dy );
1115 e1 = (Int)TRUNC( miny );
1221 /* miny :: A lower vertical clipping bound value. */
1233 Long miny,
1241 result = Line_Up( RAS_VARS x1, -y1, x2, -y2, -maxy, -miny );
1090 Line_Up( RAS_ARGS Long x1, Long y1, Long x2, Long y2, Long miny, Long maxy ) argument
1229 Line_Down( RAS_ARGS Long x1, Long y1, Long x2, Long y2, Long miny, Long maxy ) argument
1276 Bezier_Up( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
1409 Bezier_Down( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c1082 /* miny :: A lower vertical clipping bound value. */
1094 Long miny,
1107 if ( Dy <= 0 || y2 < miny || y1 > maxy )
1110 if ( y1 < miny )
1112 /* Take care: miny-y1 can be a very large value; we use */
1114 x1 += SMulDiv( Dx, miny - y1, Dy );
1115 e1 = (Int)TRUNC( miny );
1221 /* miny :: A lower vertical clipping bound value. */
1233 Long miny,
1241 result = Line_Up( RAS_VARS x1, -y1, x2, -y2, -maxy, -miny );
1090 Line_Up( RAS_ARGS Long x1, Long y1, Long x2, Long y2, Long miny, Long maxy ) argument
1229 Line_Down( RAS_ARGS Long x1, Long y1, Long x2, Long y2, Long miny, Long maxy ) argument
1276 Bezier_Up( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
1409 Bezier_Down( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 7621 milliseconds