/external/deqp/framework/common/ |
D | tcuBilinearImageCompare.cpp | 74 inline deUint8 interpolateChannel (deUint32 fx1, deUint32 fy1, deUint8 p00, deUint8 p01, deUint8 p1… in interpolateChannel() argument 76 const deUint32 fx0 = (1u<<NUM_SUBPIXEL_BITS) - fx1; in interpolateChannel() 79 const deUint32 sum = fx0*fy0*p00 + fx1*fy0*p10 + fx0*fy1*p01 + fx1*fy1*p11; in interpolateChannel() 96 deUint32 fx1 = u-(x0<<NUM_SUBPIXEL_BITS); in bilinearSampleRGBA8() local 106 …res |= interpolateChannel(fx1, fy1, getChannel<0>(p00), getChannel<0>(p01), getChannel<0>(p10), ge… in bilinearSampleRGBA8() 107 …res |= interpolateChannel(fx1, fy1, getChannel<1>(p00), getChannel<1>(p01), getChannel<1>(p10), ge… in bilinearSampleRGBA8() 108 …res |= interpolateChannel(fx1, fy1, getChannel<2>(p00), getChannel<2>(p01), getChannel<2>(p10), ge… in bilinearSampleRGBA8() 109 …res |= interpolateChannel(fx1, fy1, getChannel<3>(p00), getChannel<3>(p01), getChannel<3>(p10), ge… in bilinearSampleRGBA8()
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 601 TCoord ex1, ex2, fx1, fx2, first, dy, delta, mod; in gray_render_scanline() local 616 fx1 = (TCoord)( x1 - SUBPIXELS( ex1 ) ); in gray_render_scanline() 632 p = ( ONE_PIXEL - fx1 ) * dy; in gray_render_scanline() 638 p = fx1 * dy; in gray_render_scanline() 646 ras.area += (TArea)( ( fx1 + first ) * delta ); in gray_render_scanline() 678 fx1 = ONE_PIXEL - first; in gray_render_scanline() 683 ras.area += (TArea)( ( fx1 + fx2 ) * dy ); in gray_render_scanline() 837 TPos dx, dy, fx1, fy1, fx2, fy2; in gray_render_line() local 852 fx1 = ras.x - SUBPIXELS( ex1 ); in gray_render_line() 872 ras.area += ( fy2 - fy1 ) * fx1 * 2; in gray_render_line() [all …]
|
/external/pdfium/third_party/agg23/ |
D | agg_rasterizer_scanline_aa.cpp | 167 int fx1 = x1 & poly_base_mask; in render_hline() local 177 m_cur_cell.add_cover(delta, (fx1 + fx2) * delta); in render_hline() 180 p = (poly_base_size - fx1) * (y2 - y1); in render_hline() 185 p = fx1 * (y2 - y1); in render_hline() 196 m_cur_cell.add_cover(delta, (fx1 + first) * delta); in render_hline()
|
/external/skia/src/opts/ |
D | SkBitmapProcState_matrix_neon.h | 69 SkFractionalInt fx1, fx2, fx3; in SCALE_NOFILTER_NAME() local 73 fx1 = fx+dx; in SCALE_NOFILTER_NAME() 74 fx2 = fx1+dx; in SCALE_NOFILTER_NAME() 78 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx1), lbase, 1); in SCALE_NOFILTER_NAME()
|
/external/deqp/modules/gles3/functional/ |
D | es3fInstancedRenderingTests.cpp | 359 float fx1 = -1.0f + (float)(x+1) / (float)QUAD_GRID_SIZE * 2.0f / (float)m_numInstances; in init() local 366 m_gridVertexPositions.push_back(fx1); in init() 372 m_gridVertexPositions.push_back(fx1); in init() 376 m_gridVertexPositions.push_back(fx1); in init()
|
D | es3fVertexTextureTests.cpp | 292 float fx1 = (float)(x+1) / gridSizeFloat; in PosTexCoordQuadGrid() local 296 Vec2 quadVertices[4] = { Vec2(fx0, fy0), Vec2(fx1, fy0), Vec2(fx0, fy1), Vec2(fx1, fy1) }; in PosTexCoordQuadGrid()
|
/external/libvncserver/libvncserver/ |
D | selbox.c | 218 int fx1,fy1,fx2,fy2; /* for font bbox */ in rfbSelectBox() local 223 rfbWholeFontBBox(font, &fx1, &fy1, &fx2, &fy2); in rfbSelectBox() 228 selData.xhot = -fx1; in rfbSelectBox()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawInstancedTests.cpp | 668 const float fx1 = -1.0f + (float)(x+1) / (float)QUAD_GRID_SIZE * 2.0f / (float)instanceCount; in prepareVertexData() local 674 …m_data.push_back(VertexPositionAndColor(tcu::Vec4(fx1, fy0, 1.0f, 1.0f), tcu::RGBA::blue().toVec()… in prepareVertexData() 678 …m_data.push_back(VertexPositionAndColor(tcu::Vec4(fx1, fy1, 1.0f, 1.0f), tcu::RGBA::green().toVec(… in prepareVertexData() 680 …m_data.push_back(VertexPositionAndColor(tcu::Vec4(fx1, fy0, 1.0f, 1.0f), tcu::RGBA::blue().toVec()… in prepareVertexData()
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_widgettp.cpp | 141 FX_FLOAT fx1, in DrawAxialShading() argument 153 CFX_PointF begPoint(fx1, fy1); in DrawAxialShading()
|
D | cfwl_widgettp.h | 69 FX_FLOAT fx1,
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 328 float fx1 = 2.0f * sx1 - 1.0f; in computePositions() local 334 positions[baseNdx+2] = tcu::Vec2(fx1, fy0); in computePositions() 335 positions[baseNdx+3] = tcu::Vec2(fx1, fy1); in computePositions()
|
D | es2fVertexTextureTests.cpp | 243 float fx1 = (float)(x+1) / gridSizeFloat; in PosTexCoordQuadGrid() local 247 Vec2 quadVertices[4] = { Vec2(fx0, fy0), Vec2(fx1, fy0), Vec2(fx0, fy1), Vec2(fx1, fy1) }; in PosTexCoordQuadGrid()
|
/external/pdfium/third_party/freetype/src/smooth/ |
D | ftgrays.c | 693 TCoord ex1, ex2, fx1, fx2, delta, mod; in gray_render_scanline() local 702 fx1 = (TCoord)( x1 - SUBPIXELS( ex1 ) ); in gray_render_scanline() 717 ras.area += (TArea)(( fx1 + fx2 ) * delta); in gray_render_scanline() 725 p = ( ONE_PIXEL - fx1 ) * ( y2 - y1 ); in gray_render_scanline() 731 p = fx1 * ( y2 - y1 ); in gray_render_scanline() 739 ras.area += (TArea)(( fx1 + first ) * delta); in gray_render_scanline()
|
/external/deqp/modules/glshared/ |
D | glsShaderRenderCase.cpp | 705 float fx1 = deFloatClamp((sfx - sx0) * oosx, 0.0f, 1.0f); in computeVertexReference() local 709 bool tri = fx1 + fy1 <= 1.0f; in computeVertexReference() 710 float tx = tri ? fx1 : (1.0f-fx1); in computeVertexReference()
|
D | glsBufferTestUtil.cpp | 489 float fx1 = 2.0f * sx1 - 1.0f; in computePositions() local 495 positions[baseNdx+2] = tcu::Vec2(fx1, fy0); in computePositions() 496 positions[baseNdx+3] = tcu::Vec2(fx1, fy1); in computePositions()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aaline.c | 293 const GLfloat fx1 = sx - info->qx1; in compute_coveragef() local 301 GLfloat cross1 = (info->ex1 * fy1 - info->ey1 * fx1); in compute_coveragef()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingTests.cpp | 434 float fx1 = 0.125f * (float)(i % 16) - 1.0f; in renderResource() local 441 int x1 = deRoundFloatToInt32(((float)width * fx1 / 2.0f) + (float)ox); in renderResource()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 3105 const float fx1 = deFloatClamp((sfx - sx0) * oosx, 0.0f, 1.0f); in computeVertexReference() local 3109 const bool tri = fx1 + fy1 <= 1.0f; in computeVertexReference() 3110 const float tx = tri ? fx1 : (1.0f-fx1); in computeVertexReference()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 1488 double fx1 = xpb/xpa; in log1p() local 1490 double epsilon = 0.5 * fx1 + 1.0; in log1p() 1491 epsilon = epsilon * fx1; in log1p()
|