HomeSort by relevance Sort by last modified time
    Searched defs:fy1 (Results 1 - 17 of 17) sorted by null

  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 329 float fy1 = 2.0f * sy1 - 1.0f; local
333 positions[baseNdx+1] = tcu::Vec2(fx0, fy1);
335 positions[baseNdx+3] = tcu::Vec2(fx1, fy1);
es2fVertexTextureTests.cpp 242 float fy1 = (float)(y+1) / gridSizeFloat; local
244 Vec2 quadVertices[4] = { Vec2(fx0, fy0), Vec2(fx1, fy0), Vec2(fx0, fy1), Vec2(fx1, fy1) };
    [all...]
  /external/libvncserver/libvncserver/
selbox.c 218 int fx1,fy1,fx2,fy2; /* for font bbox */ local
223 rfbWholeFontBBox(font, &fx1, &fy1, &fx2, &fy2);
224 selData.textH = fy2-fy1;
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 490 float fy1 = 2.0f * sy1 - 1.0f; local
494 positions[baseNdx+1] = tcu::Vec2(fx0, fy1);
496 positions[baseNdx+3] = tcu::Vec2(fx1, fy1);
glsShaderRenderCase.cpp 706 float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f); local
709 bool tri = fx1 + fy1 <= 1.0f;
711 float ty = tri ? fy1 : (1.0f-fy1);
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.cpp 237 int fy1 = y1 & poly_base_mask; local
242 render_hline(ey1, x1, fy1, x2, fy2);
256 delta = first - fy1;
271 p = (poly_base_size - fy1) * dx;
274 p = fy1 * dx;
286 render_hline(ey1, x1, fy1, x_from, first);
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 435 float fy1 = 0.125f * (float)((int)((float)i / 16.0f)) - 1.0f; local
442 int y1 = deRoundFloatToInt32(((float)height * fy1 / 2.0f) + (float)oy);
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
PolygonRegionTest.java 124 float fy1, fy2, fy3, py1, py2, py3; local
137 fy1 = vertices[p1 + 1] * sY;
144 fy1 -= originY;
152 fy1 *= scaleY;
159 px1 = cos * fx1 - sin * fy1;
160 py1 = sin * fx1 + cos * fy1;
190 fy1 = -originY;
197 fy1 *= scaleY;
204 final float p1y = fy1;
210 final float p4y = fy1;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 292 const GLfloat fy1 = sy - info->qy1; local
299 GLfloat cross1 = (info->ex1 * fy1 - info->ey1 * fx1);
s_tritemp.h 174 const GLfixed fy1 = FloatToFixed(v1->attrib[FRAG_ATTRIB_WPOS][1] - 0.5F) & snapMask; local
176 if (fy0 <= fy1) {
177 if (fy1 <= fy2) {
180 vMin_fy = fy0; vMid_fy = fy1; vMax_fy = fy2;
185 vMin_fy = fy2; vMid_fy = fy0; vMax_fy = fy1;
190 vMin_fy = fy0; vMid_fy = fy2; vMax_fy = fy1;
198 vMin_fy = fy1; vMid_fy = fy0; vMax_fy = fy2;
201 else if (fy2 <= fy1) {
204 vMin_fy = fy2; vMid_fy = fy1; vMax_fy = fy0;
210 vMin_fy = fy1; vMid_fy = fy2; vMax_fy = fy0
    [all...]
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 361 float fy1 = -1.0f + (float)(y+1) / (float)QUAD_GRID_SIZE * 2.0f; local
363 // Vertices of a quad's lower-left triangle: (fx0, fy0), (fx1, fy0) and (fx0, fy1)
369 m_gridVertexPositions.push_back(fy1);
371 // Vertices of a quad's upper-right triangle: (fx1, fy1), (fx0, fy1) and (fx1, fy0)
373 m_gridVertexPositions.push_back(fy1);
375 m_gridVertexPositions.push_back(fy1);
es3fVertexTextureTests.cpp 292 float fy1 = (float)(y+1) / gridSizeFloat; local
294 Vec2 quadVertices[4] = { Vec2(fx0, fy0), Vec2(fx1, fy0), Vec2(fx0, fy1), Vec2(fx1, fy1) };
    [all...]
  /external/opencv3/modules/imgproc/src/
undistort.cpp 447 double fy1 = iR/std::sqrt(1 - y1*y1); local
448 *J = Vec4d(fx1*(kx*x + k), fx1*ky*x, fy1*kx*y, fy1*(ky*y + k));
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 1810 const float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f); local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 793 TCoord ey1, ey2, fy1, fy2, mod; local
801 fy1 = (TCoord)( ras.y - ras.last_ey );
826 gray_render_scanline( RAS_VAR_ ey1, ras.x, fy1, to_x, fy2 );
847 delta = (int)( first - fy1 );
873 p = ( ONE_PIXEL - fy1 ) * dx;
879 p = fy1 * dx;
888 gray_render_scanline( RAS_VAR_ ey1, ras.x, fy1, x, (TCoord)first );
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
ftgrays.c 800 TCoord ey1, ey2, fy1, fy2, mod;
808 fy1 = (TCoord)( ras.y - SUBPIXELS( ey1 ) );
822 gray_render_scanline( RAS_VAR_ ey1, ras.x, fy1, to_x, fy2 );
843 delta = (int)( first - fy1 );
869 p = ( ONE_PIXEL - fy1 ) * dx;
875 p = fy1 * dx;
884 gray_render_scanline( RAS_VAR_ ey1, ras.x, fy1, x, (TCoord)first );
935 TPos dx, dy, fx1, fy1, fx2, fy2; local
953 fy1 = ras.y - SUBPIXELS( ey1 );
968 ras.cover += ( fy2 - fy1 );
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 788 TCoord ey1, ey2, fy1, fy2, mod; local
796 fy1 = (TCoord)( ras.y - SUBPIXELS( ey1 ) );
810 gray_render_scanline( RAS_VAR_ ey1, ras.x, fy1, to_x, fy2 );
831 delta = (int)( first - fy1 );
857 p = ( ONE_PIXEL - fy1 ) * dx;
863 p = fy1 * dx;
872 gray_render_scanline( RAS_VAR_ ey1, ras.x, fy1, x, (TCoord)first );
    [all...]

Completed in 366 milliseconds