Searched refs:fx2 (Results 1 – 5 of 5) sorted by relevance
/external/freetype/src/smooth/ |
D | ftgrays.c | 610 TCoord ex1, ex2, fx1, fx2, first, dy, delta, mod; in gray_render_scanline() local 626 fx2 = FRACT( x2 ); in gray_render_scanline() 695 ras.area += (TArea)( ( fx1 + fx2 ) * dy ); in gray_render_scanline() 852 TCoord fx1, fy1, fx2, fy2; in gray_render_line() local 918 fx2 = 0; in gray_render_line() 922 ras.area += ( fy2 - fy1 ) * ( fx1 + fx2 ); in gray_render_line() 931 fx2 = FT_UDIV( -prod, dy ); in gray_render_line() 934 ras.area += ( fy2 - fy1 ) * ( fx1 + fx2 ); in gray_render_line() 935 fx1 = fx2; in gray_render_line() 943 fx2 = ONE_PIXEL; in gray_render_line() [all …]
|
/external/pdfium/third_party/agg23/ |
D | agg_rasterizer_scanline_aa.cpp | 168 int fx2 = x2 & poly_base_mask; in render_hline() local 177 m_cur_cell.add_cover(delta, (fx1 + fx2) * delta); in render_hline() 223 m_cur_cell.add_cover(delta, (fx2 + poly_base_size - first) * delta); in render_hline()
|
/external/skqp/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 439 SkFractionalInt fx1, fx2, fx3; in nofilter_scale_neon() local 444 fx2 = fx1+dx; in nofilter_scale_neon() 445 fx3 = fx2+dx; in nofilter_scale_neon() 449 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2); in nofilter_scale_neon()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aaline.c | 294 const GLfloat fx2 = sx - info->qx2; in compute_coveragef() local 301 GLfloat cross2 = (info->ex2 * fy2 - info->ey2 * fx2); in compute_coveragef()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingTests.cpp | 436 float fx2 = 0.125f * (float)((i % 16) + 1) - 1.0f; in renderResource() local 443 int x2 = deRoundFloatToInt32(((float)width * fx2 / 2.0f) + (float)ox); in renderResource()
|