Searched defs:miny (Results 1 - 23 of 23) sorted by path

/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/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/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/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/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/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/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/opencv3/modules/calib3d/src/
H A Dfisheye.cpp553 double minx = DBL_MAX, miny = DBL_MAX, maxx = -DBL_MAX, maxy = -DBL_MAX; local
556 miny = std::min(miny, pptr[i][1]);
563 double minx = -DBL_MAX, miny = -DBL_MAX, maxx = DBL_MAX, maxy = DBL_MAX;
566 if (i % 4 == 0) miny = std::max(miny, pptr[i][1]);
575 double f3 = h * 0.5 * aspect_ratio/(cn[1] - miny);
/external/opencv3/modules/features2d/src/
H A Devaluation.cpp247 dr(_dr), bua(0), bna(0), minx(_minx), miny(_miny), maxy(_maxy),
258 CV_Assert( miny < maxy );
266 for( float ry1 = (float)miny; ry1 <= (float)maxy; ry1 += dr )
291 int miny, maxy; member in struct:IntersectAreaCounter
357 int miny = (int)floor((-keypoint1a.boundingBox.height < (diff.y-keypoint2a.boundingBox.height)) ? local
359 int mina = (maxx-minx) < (maxy-miny) ? (maxx-minx) : (maxy-miny) ;
364 IntersectAreaCounter ac( dr, minx, miny, maxy, diff, keypoint1a.ellipse, keypoint2a.ellipse );
/external/opencv3/modules/imgproc/src/
H A Dsegmentation.cpp461 int minx, miny, maxx, maxy; local
468 miny = cvRound(y0 - sp); miny = MAX(miny, 0);
471 ptr = sptr + (miny - i)*sstep + (minx - j)*3;
473 for( y = miny; y <= maxy; y++, ptr += sstep - (maxx-minx+1)*3 )
/external/opencv3/modules/photo/src/
H A Dseamless_cloning.cpp58 int minx = INT_MAX, miny = INT_MAX, maxx = INT_MIN, maxy = INT_MIN; local
80 miny = std::min(miny,j);
87 int leny = maxy - miny;
99 Rect roi_s(miny,minx,leny,lenx);
/external/opencv3/samples/cpp/
H A Dcloning_gui.cpp59 int minx, miny, maxx, maxy, lenx, leny; variable
118 miny = min(miny,pts[i].y);
122 leny = maxy - miny;
125 int mid_pointy = miny + leny/2;
179 minx = INT_MAX; miny = INT_MAX; maxx = INT_MIN; maxy = INT_MIN;
239 for(int i=miny, k=minyd;i<(miny+leny);i++,k++)
302 minx = INT_MAX; miny = INT_MAX; maxx = INT_MIN; maxy = INT_MIN;
476 miny
[all...]
H A Dcreate_mask.cpp34 int minx,miny,maxx,maxy,lenx,leny; variable
84 miny = min(miny,pts[i].y);
88 leny = maxy - miny;
118 minx = INT_MAX; miny = INT_MAX; maxx = INT_MIN; maxy = INT_MIN;
135 minx = INT_MAX; miny = INT_MAX; maxx = INT_MIN; maxy = INT_MIN;
/external/opencv3/samples/cpp/tutorial_code/photo/seamless_cloning/
H A Dcloning_gui.cpp58 int minx, miny, maxx, maxy, lenx, leny; variable
117 miny = min(miny,pts[i].y);
121 leny = maxy - miny;
124 int mid_pointy = miny + leny/2;
178 minx = INT_MAX; miny = INT_MAX; maxx = INT_MIN; maxy = INT_MIN;
238 for(int i=miny, k=minyd;i<(miny+leny);i++,k++)
301 minx = INT_MAX; miny = INT_MAX; maxx = INT_MIN; maxy = INT_MIN;
475 miny
[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/ ...
/external/skia/samplecode/
H A DSampleClip.cpp86 const SkScalar miny = -SkIntToScalar(H)/4; local
89 canvas->drawLine(randRange(rand, minx, maxx), randRange(rand, miny, maxy),
90 randRange(rand, minx, maxx), randRange(rand, miny, maxy),

Completed in 1382 milliseconds