Lines Matching refs:posEps
1444 const float posEps = 1.0f / float(1<<MIN_SUBPIXEL_BITS);
1477 const bool tri0 = (wx-posEps)/dstW + (wy-posEps)/dstH <= 1.0f;
1478 const bool tri1 = (wx+posEps)/dstW + (wy+posEps)/dstH >= 1.0f;
1655 const float posEps = 1.0f / float(1<<MIN_SUBPIXEL_BITS);
1701 const bool tri0 = (wx-posEps)/dstW + (wy-posEps)/dstH <= 1.0f;
1702 const bool tri1 = (wx+posEps)/dstW + (wy+posEps)/dstH >= 1.0f;
1859 const float posEps = 1.0f / float(1<<MIN_SUBPIXEL_BITS);
1892 const bool tri0 = (wx-posEps)/dstW + (wy-posEps)/dstH <= 1.0f;
1893 const bool tri1 = (wx+posEps)/dstW + (wy+posEps)/dstH >= 1.0f;
2336 const float posEps = 1.0f / float((1<<4) + 1); // ES3 requires at least 4 subpixel bits.
2375 const bool tri0 = nx + ny - posEps <= 1.0f;
2376 const bool tri1 = nx + ny + posEps >= 1.0f;