/third_party/skia/src/core/ |
H A D | SkScan_Hairline.cpp | 19 static void horiline(int x, int stopx, SkFixed fy, SkFixed dy, in horiline() argument
|
H A D | SkBitmapProcState_matrixProcs.cpp | 128 fy = mapper.fractionalIntY(), in nofilter_affine() local 213 fy = mapper.fractionalIntY(), in filter_affine() local
|
H A D | SkRasterPipeline.h | 134 float fy[SkRasterPipeline_kMaxStride]; member
|
/third_party/skia/tests/ |
H A D | PathOpsSimplifyDegenerateThreadedTest.cpp | 28 int fy = f >> 2; in testSimplifyDegeneratesMain() local
|
H A D | PathOpsSimplifyTrianglesThreadedTest.cpp | 32 int fy = f >> 2; in testSimplifyTrianglesMain() local
|
H A D | PathOpsSimplifyQuadThreadedTest.cpp | 31 int fy = f >> 2; in testSimplifyQuadsMain() local
|
H A D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 31 int fy = f >> 2; in testSimplifyQuadralateralsMain() local
|
H A D | SkGlyphBufferTest.cpp | 47 float fx = x * step, fy = y * step; in DEF_TEST() local 64 float fx = x * step, fy = y * step; in DEF_TEST() local 86 float fx = x * step + kLargeDistance, fy = y * step + kLargeDistance; in DEF_TEST() local
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_depth_test_tmp.h | 57 const float fy = (float) iy; in NAME() local
|
H A D | sp_quad_depth_test.c | 137 const float fy = (float) quad->input.y0; in interpolate_quad_depth() local
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_cull.c | 72 const float fy = v1[1] - v2[1]; in cull_tri() local
|
H A D | draw_pipe_offset.c | 83 float fy = v1[1] - v2[1]; in do_offset_tri() local
|
/third_party/skia/tools/ |
H A D | blob_cache_sim.cpp | 45 SkFixed fy = (SkScalarToFixed(offset.y()) >> 13) & 7; in main() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_framebuffer.c | 420 float fy = flip * viewport->scale[1] * -1.0f + viewport->translate[1]; in get_viewport_prescale() local [all...] |
/third_party/libinput/test/ |
H A D | test-touch.c | 92 double fx, fy; in START_TEST() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_rect.c | 738 const float fy = v1[0][1] - v2[0][1]; in winding() local
|
H A D | lp_setup_tri.c | 160 const float fy = v1[0][1] - v2[0][1]; in lp_setup_print_triangle() local
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Blitter.cpp | 1361 Float4 fy = Float4(y0 - Float(Y0)); in generate() local
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afhints.h | 248 FT_Short fx, fy; /* original, unscaled position (in font units) */ member
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fPrimitiveRestartTests.cpp | 293 float fy = -1.0f + 2.0f * ((float)row + 0.5f) / (float)numRows; in init() local 329 float fy = centerY + 0.9f * deFloatSin((float)i*2.0f*DE_PI / (float)numVertices) / (float)numRows; in init() local 360 float fy = -0.9f + 1.8f * ((float)stripNdx + (i%2 == 0 ? 0.0f : 0.8f)) / numStrips; in init() local 401 float fy = centerY + 0.9f * deFloatSin((float)i*2.0f*DE_PI / (float)numArcVertices) / (float)numRows; in init() local 432 float fy = -0.9f + 1.8f * ((float)rowNdx + (i%3 == 0 ? 0.0f : 0.8f)) / numRows; in init() local [all...] |
H A D | es3fInstancedRenderingTests.cpp | 322 float fy = -1.0f + (float)y / (float)QUAD_GRID_SIZE * 2.0f; in init() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemYCbCrConversionTests.cpp | 72 const float fy = -1.0f + 2.0f*((float(iy) + 0.5f) / float(renderSize.y())); in computeVertexPositions() local 86 const float fy = (float)y; in genTexCoords() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrConversionTests.cpp | 128 const float fy = (float)y; in genTexCoords() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemYCbCrConversionTests.cpp | 72 const float fy = -1.0f + 2.0f*((float(iy) + 0.5f) / float(renderSize.y())); in computeVertexPositions() local 86 const float fy = (float)y; in genTexCoords() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrConversionTests.cpp | 128 const float fy = (float)y; in genTexCoords() local
|