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

/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/skia/samplecode/
H A DSampleClip.cpp87 const SkScalar miny = -SkIntToScalar(H)/4; local
90 canvas->drawLine(randRange(rand, minx, maxx), randRange(rand, miny, maxy),
91 randRange(rand, minx, maxx), randRange(rand, miny, maxy),
/external/ltp/testcases/realtime/lib/
H A Dlibstats.c317 int minx = 0, maxx = 0, miny = 0, maxy = 0; local
345 miny = maxy = data->records[0].y;
350 miny = MIN(miny, rec->y);
/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/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/freetype/src/raster/
H A Dftraster.c996 /* miny :: A lower vertical clipping bound value. */
1008 Long miny,
1021 if ( Dy <= 0 || y2 < miny || y1 > maxy )
1024 if ( y1 < miny )
1026 /* Take care: miny-y1 can be a very large value; we use */
1028 x1 += SMulDiv( Dx, miny - y1, Dy );
1029 e1 = (Int)TRUNC( miny );
1135 /* miny :: A lower vertical clipping bound value. */
1147 Long miny,
1155 result = Line_Up( RAS_VARS x1, -y1, x2, -y2, -maxy, -miny );
1004 Line_Up( RAS_ARGS Long x1, Long y1, Long x2, Long y2, Long miny, Long maxy ) argument
1143 Line_Down( RAS_ARGS Long x1, Long y1, Long x2, Long y2, Long miny, Long maxy ) argument
1190 Bezier_Up( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
1323 Bezier_Down( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
[all...]
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c988 /* miny :: A lower vertical clipping bound value. */
1000 Long miny,
1013 if ( Dy <= 0 || y2 < miny || y1 > maxy )
1016 if ( y1 < miny )
1018 /* Take care: miny-y1 can be a very large value; we use */
1020 x1 += SMulDiv( Dx, miny - y1, Dy );
1021 e1 = (Int)TRUNC( miny );
1127 /* miny :: A lower vertical clipping bound value. */
1139 Long miny,
1147 result = Line_Up( RAS_VARS x1, -y1, x2, -y2, -maxy, -miny );
996 Line_Up( RAS_ARGS Long x1, Long y1, Long x2, Long y2, Long miny, Long maxy ) argument
1135 Line_Down( RAS_ARGS Long x1, Long y1, Long x2, Long y2, Long miny, Long maxy ) argument
1182 Bezier_Up( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
1315 Bezier_Down( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 405 milliseconds