Lines Matching refs:by

7  * published by the Free Software Foundation.  Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
664 * sizes less than MAX_QUAD_SIZE by using forward differencing method of
695 int by = (int)((-2*coords[1] + 2*coords[3])*QUAD_B_MDP_MULT);
701 int dpy = ay + by;
751 /* Bounding x2 by xe */
756 /* Bounding y2 by ye */
869 * monotonic in X by seeing if all of the X coordinates are strongly
875 /* Searching for extreme points of the X(t) function by solving
896 * monotonic in Y by seeing if all of the Y coordinates are strongly
902 /* Searching for extreme points of the Y(t) function by solving
911 * ay*t + by = 0
913 double by = coords[1] - coords[3];
915 param = by/ay;
984 * less than MAX_CUB_SIZE by using forward differencing method of
1022 int by = (int)((3*coords[1] - 6*coords[3] +
1032 int ddpy = dddpy + by;
1035 int dpy = ay + (by>>1) + cy;
1112 /* Bounding x2 by xe */
1117 /* Bounding y2 by ye */
1238 * monotonic in X by seeing if all of the X coordinates are strongly
1246 /* Searching for extreme points of the X(t) function by solving
1270 * monotonic in Y by seeing if all of the Y coordinates are strongly
1278 /* Searching for extreme points of the Y(t) function by solving
1356 * from the ProcessPath.c preceded by the commented origin call
1430 /* Clamping only by left boundary */
1448 /* Checking if there was a clip by right boundary */
1456 /* Clamping only by left boundary */
1488 * First one is disabled by default but could be enabled by setting
1492 * Second one is enabled by default and means straightforward mapping
2024 * the macros from the ProcessPath.c preceded by the commented
2072 /* Clamping only by left boundary */
2088 /* Checking if there was a clip by right boundary */
2094 /* Clamping only by left boundary */