/external/ImageMagick/coders/ |
pcl.c | 280 &bounds.x1,&bounds.y1,&bounds.x2,&bounds.y2); 283 &bounds.x1,&bounds.y1,&bounds.x2,&bounds.y2); 291 &bounds.x1,&bounds.y1,&bounds.x2,&bounds.y2); 294 &bounds.x1,&bounds.y1,&bounds.x2,&bounds.y2); 302 height=(size_t) floor(bounds.y2-bounds.y1+0.5);
|
ps2.c | 581 bounds.y1=(double) geometry.y; 592 ceil(bounds.y1-0.5),floor(bounds.x2+0.5),floor(bounds.y2+0.5)); 596 bounds.y1,bounds.x2,bounds.y2); 694 if ((double) geometry.y < bounds.y1) 695 bounds.y1=(double) geometry.y; [all...] |
/external/icu/icu4c/source/test/cintltst/ |
putiltst.c | 51 double n1=0.0, y1=0.0, expn1, expy1; local 57 y1 = uprv_modf(value1, &n1); 60 if(y1 != expy1 || n1 != expn1){ 62 expn1, n1, expy1, y1); 65 log_verbose("[float] x = %f n = %f y = %f\n", value1, n1, y1);
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
afloader.c | 564 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; local 580 y1 = module->darken_params[1]; 612 darken_amount = FT_DivFix( af_intToFixed( y1 ), ppem ); 617 FT_Int ydelta = y2 - y1; 626 FT_DivFix( af_intToFixed( y1 ), ppem );
|
/external/libvncserver/client_examples/ |
SDLvncviewer.c | 213 int y1 = ((j + 1) * cl->height - 1) / realHeight + 1; local 216 for (y = y0; y < y1; y++) 229 r /= (x1 - x0) * (y1 - y0); 230 g /= (x1 - x0) * (y1 - y0); 231 b /= (x1 - x0) * (y1 - y0);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_clear.c | 137 float x0, float y0, float x1, float y1, GLfloat z, 158 vertices[2][0][1] = y1; 161 vertices[3][0][1] = y1; 204 const GLfloat y1 = (GLfloat) ctx->DrawBuffer->_Ymax / fb_height * 2.0f - 1.0f; local 213 x1, y1); 314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
|
/external/opencv/cv/src/ |
cvsegmentation.cpp | 445 int x0 = j, y0 = i, x1, y1, iter; local 520 y1 = cvRound(sy*icount); 525 stop_flag = (x0 == x1 && y0 == y1) || abs(x1-x0) + abs(y1-y0) + 529 x0 = x1; y0 = y1;
|
/external/opencv3/modules/calib3d/src/ |
triangulate.cpp | 244 double x1, y1, x2, y2; local 253 y1 = points1->data.db[p*2+1]; 262 cvSetReal2D(T1i,1,2,y1); 356 // find the optimal x1 and y1 as the points on l1 and l2 closest to the origin 366 y1 = tmp31_2->data.db[1]; 381 points1->data.db[p*2+1] = y1;
|
/external/opencv3/modules/imgproc/src/ |
segmentation.cpp | 448 int x0 = j, y0 = i, x1, y1, iter; local 524 y1 = cvRound(sy*icount); 529 stop_flag = (x0 == x1 && y0 == y1) || std::abs(x1-x0) + std::abs(y1-y0) + 533 x0 = x1; y0 = y1;
|
/external/skia/src/core/ |
SkRegion_path.cpp | 393 void set(int x, int y0, int y1) { 394 SkASSERT(y0 != y1); 398 fY1 = (SkRegion::RunType)(y1); 419 int y1 = base->fY1; local 438 if ((e->fFlags & Edge::kY0Link) == 0 && y1 == e->fY0) {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_reconinter.c | 352 int y1 = ((y0_16 + (h - 1) * ys) >> SUBPEL_BITS) + 1; local 363 y1 += VP9_INTERP_EXTEND; 369 y0 < 0 || y0 > frame_height - 1 || y1 < 0 || y1 > frame_height - 1) { 373 x0, y0, x1 - x0 + 1, y1 - y0 + 1, frame_width,
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
GeometryMathUtils.java | 131 float y1 = line[1]; local 134 float ydelt = y2 - y1; 137 float u = ((point[0] - x1) * xdelt + (point[1] - y1) * ydelt) 140 (x1 + u * (x2 - x1)), (y1 + u * (y2 - y1))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
TreeWidget.py | 148 x0, y0, x1, y1 = self.canvas._getints(self.canvas['scrollregion']) 153 fraction = float(fraction) / y1 171 x0, y0, x1, y1 = self.canvas.bbox(ALL) 172 self.canvas.configure(scrollregion=(0, 0, x1, y1)) 238 x0, y0, x1, y1 = self.canvas.bbox(id)
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
TreeWidget.py | 148 x0, y0, x1, y1 = self.canvas._getints(self.canvas['scrollregion']) 153 fraction = float(fraction) / y1 171 x0, y0, x1, y1 = self.canvas.bbox(ALL) 172 self.canvas.configure(scrollregion=(0, 0, x1, y1)) 238 x0, y0, x1, y1 = self.canvas.bbox(id)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 148 x0, y0, x1, y1 = self.canvas._getints(self.canvas['scrollregion']) 153 fraction = float(fraction) / y1 171 x0, y0, x1, y1 = self.canvas.bbox(ALL) 172 self.canvas.configure(scrollregion=(0, 0, x1, y1)) 238 x0, y0, x1, y1 = self.canvas.bbox(id)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 148 x0, y0, x1, y1 = self.canvas._getints(self.canvas['scrollregion']) 153 fraction = float(fraction) / y1 171 x0, y0, x1, y1 = self.canvas.bbox(ALL) 172 self.canvas.configure(scrollregion=(0, 0, x1, y1)) 238 x0, y0, x1, y1 = self.canvas.bbox(id)
|
/external/deqp/modules/gles31/functional/ |
es31fMultisampleTests.cpp | 805 float y1 = (float)(row+1) / (float)numQuadRowsCols * 2.0f - 1.0f; local 835 renderQuad(Vec2(x0, y0), Vec2(x1, y0), Vec2(x0, y1), Vec2(x1, y1), baseGreen + alpha0, baseGreen + alpha1, baseGreen + alpha0, baseGreen + alpha1); 836 renderQuad(Vec2(x0, y0), Vec2(x1, y0), Vec2(x0, y1), Vec2(x1, y1), baseRed + alpha0, baseRed + alpha1, baseRed + alpha0, baseRed + alpha1); 943 float y1 = (float)(row+1) \/ (float)numQuadRowsCols * 2.0f - 1.0f; local [all...] |
/external/freetype/src/cff/ |
cf2hints.c | 70 CF2_Fixed y1, 77 return ( x1 >> 16 ) * ( ( y2 - y1 ) >> 16 ) - 78 ( y1 >> 16 ) * ( ( x2 - x1 ) >> 16 ); [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btConvexHull.cpp | 935 btScalar y1 = center[1] - dy; local 941 addPoint(vcount,vertices,x1,y1,z1); 942 addPoint(vcount,vertices,x2,y1,z1); 945 addPoint(vcount,vertices,x1,y1,z2); 946 addPoint(vcount,vertices,x2,y1,z2); 1090 btScalar y1 = cy - dy; local 1098 addPoint(vcount,vertices,x1,y1,z1); 1099 addPoint(vcount,vertices,x2,y1,z1); 1102 addPoint(vcount,vertices,x1,y1,z2); 1103 addPoint(vcount,vertices,x2,y1,z2) [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
cf2hints.c | 70 CF2_Fixed y1, 77 return ( x1 >> 16 ) * ( ( y2 - y1 ) >> 16 ) - 78 ( y1 >> 16 ) * ( ( x2 - x1 ) >> 16 ); [all...] |
/external/pdfium/third_party/freetype/src/cff/ |
cf2hints.c | 70 CF2_Fixed y1, 77 return ( x1 >> 16 ) * ( ( y2 - y1 ) >> 16 ) - 78 ( y1 >> 16 ) * ( ( x2 - x1 ) >> 16 ); [all...] |
/external/opencv/cxcore/src/ |
cxdrawing.cpp | 56 int y1; member in struct:CvPolyEdge 89 int x1, y1, x2, y2; local 99 x1 = pt1->x; y1 = pt1->y; x2 = pt2->x; y2 = pt2->y; 100 c1 = (x1 < 0) + (x1 > right) * 2 + (y1 < 0) * 4 + (y1 > bottom) * 8; 110 x1 += (int) (((int64) (a - y1)) * (x2 - x1) / (y2 - y1)); 111 y1 = a; 117 x2 += (int) (((int64) (a - y2)) * (x2 - x1) / (y2 - y1)); 126 y1 += (int) (((int64) (a - x1)) * (y2 - y1) / (x2 - x1)) [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 278 bbox.y1 = (MAX3(position->y[0], position->y[1], position->y[2]) - 1 + adj) >> FIXED_ORDER; 282 bbox.y1 < bbox.y0) { 524 plane[6].c = scissor->y1+1; 571 (bbox->y0 ^ bbox->y1)); 577 (bbox->y1 - (bbox->y0 & ~3))); 595 assert(iy0 == bbox->y1 / TILE_SIZE && 668 int iy1 = trimmed_box.y1 / TILE_SIZE;
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_blit.c | 363 info->src.y1 - info->src.y0, &box); 399 info->dst.y1 == dst_height && 403 info->src.y1 == dst_height && 458 info->src.y1 - info->src.y0, &box); 483 assert(info->dst.y0 < info->dst.y1); 488 assert(abs(info->dst.y0 - info->dst.y1) == 489 abs(info->src.y0 - info->src.y1));
|
/external/skia/src/gpu/ |
GrPathUtils.cpp | 213 // [y0 y1 y2] 222 double y1 = qPts[1].fY; local 225 double det = x0*y1 - y0*x1 + x2*y0 - y2*x0 + x1*y2 - y1*x2; 271 a0 = y1-y2; 273 a2 = x1*y2-x2*y1; 279 a6 = y0-y1; 281 a8 = x0*y1-x1*y0; 326 // l = (2*w * (y1 - y0), 2*w * (x0 - x1), 2*w * (x1*y0 - x0*y1)) [all...] |