Lines Matching refs:jfloat

129             jfloat xMinf = hnd->dhnd->xMinf + 0.5f;                         \
130 jfloat yMinf = hnd->dhnd->yMinf + 0.5f; \
131 jfloat xMaxf = hnd->dhnd->xMaxf + 0.5f; \
132 jfloat yMaxf = hnd->dhnd->yMaxf + 0.5f; \
303 #define EPSF (((jfloat)EPSFX)/MDP_MULT)
566 jfloat *coords,
677 jfloat *coords,
680 jfloat coords1[6];
681 jfloat xMin, xMax;
682 jfloat yMin, yMax;
758 static void ProcessFirstMonotonicPartOfQuad(ProcessHandler* hnd, jfloat* coords,
759 jint* pixelInfo, jfloat t)
761 jfloat coords1[6];
780 static void ProcessQuad(ProcessHandler* hnd, jfloat* coords, jint* pixelInfo) {
862 (jfloat)params[0]);
866 (jfloat)params[0]);
871 (jfloat)(param/(1.0 - params[0])));
994 jfloat *coords,
1160 jfloat *coords,
1163 jfloat coords1[8];
1164 jfloat tx, ty;
1165 jfloat xMin, xMax;
1166 jfloat yMin, yMax;
1254 jfloat* coords, jint* pixelInfo,
1255 jfloat t)
1257 jfloat coords1[8];
1258 jfloat tx, ty;
1284 static void ProcessCubic(ProcessHandler* hnd, jfloat* coords, jint* pixelInfo)
1352 (jfloat)params[0]);
1367 jfloat *coord1, jfloat *coord2, jint* pixelInfo) {
1369 jfloat xMin, yMin, xMax, yMax;
1372 jfloat x1 = coord1[0];
1373 jfloat y1 = coord1[1];
1374 jfloat x2 = coord2[0];
1375 jfloat y2 = coord2[1];
1376 jfloat x3,y3;
1385 TESTANDCLIP(yMin, yMax, y1, x1, y2, x2, jfloat, res);
1388 TESTANDCLIP(yMin, yMax, y2, x2, y1, x1, jfloat, res);
1395 x1, y1, x2, y2, jfloat, res);
1399 x2, y2, x1, y1, jfloat, res);
1423 CLIPCLAMP(xMin, xMax, x1, y1, x2, y2, x3, y3, jfloat, res);
1440 CLIPCLAMP(xMin, xMax, x2, y2, x1, y1, x3, y3, jfloat, res);
1461 jfloat transXf, jfloat transYf,
1462 jfloat* coords, jint maxCoords,
1465 jfloat tCoords[8];
1466 jfloat closeCoord[2];
1470 jfloat lastX, lastY;
2182 jfloat* coords, jint maxCoords,
2209 res = ProcessPath(&hnd, (jfloat)transX, (jfloat)transY,
2223 jfloat* coords, jint maxCoords,
2245 return ProcessPath(&hnd, (jfloat)transX, (jfloat)transY, coords, maxCoords,