Lines Matching refs:edge
2906 const float edge = 2 * halfPixel + margin;
2907 const float left = -1.0f + edge;
2908 const float right = +1.0f - edge;
2909 const float up = -1.0f + edge;
2910 const float down = +1.0f - edge;
2927 const float edge = 4.0f * halfPixel + margin - eps;
2928 const float left = -1.0f + edge;
2929 const float right = +1.0f - edge;
2930 const float up = -1.0f + edge;
2931 const float down = +1.0f - edge;
2947 const float edge = 6.0f * halfPixel + margin;
2948 const float left = -1.0f + edge;
2949 const float right = +1.0f - edge;
2950 const float up = -1.0f + edge;
2951 const float down = +1.0f - edge;
3674 const float edge = 4 * halfPixel + margin;
3675 const float left = -1.0f + edge;
3676 const float right = +1.0f - edge;
3677 const float up = -1.0f + edge;
3678 const float down = +1.0f - edge;
7462 * points at the pixel center of the edge pixels, but a point size of 2.0 will.