Searched refs:fx2 (Results 1 – 10 of 10) sorted by relevance
/external/freetype/src/smooth/ |
D | ftgrays.c | 601 TCoord ex1, ex2, fx1, fx2, first, dy, delta, mod; in gray_render_scanline() local 617 fx2 = (TCoord)( x2 - SUBPIXELS( ex2 ) ); 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 903 fx2 = 0; in gray_render_line() 907 ras.area += ( fy2 - fy1 ) * ( fx1 + fx2 ); in gray_render_line() 916 fx2 = (TPos)FT_UDIV( -prod, dy ); in gray_render_line() 919 ras.area += ( fy2 - fy1 ) * ( fx1 + fx2 ); in gray_render_line() 920 fx1 = fx2; in gray_render_line() 928 fx2 = ONE_PIXEL; in gray_render_line() [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kdt_mgc2.pkb | 53 ��bV9�������!��fx2!g�?�
|
/external/skia/src/opts/ |
D | SkBitmapProcState_matrix_neon.h | 71 SkFractionalInt fx1, fx2, fx3; in SCALE_NOFILTER_NAME() local 76 fx2 = fx1+dx; in SCALE_NOFILTER_NAME() 77 fx3 = fx2+dx; in SCALE_NOFILTER_NAME() 81 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2); in SCALE_NOFILTER_NAME()
|
/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/pdfium/xfa/fwl/theme/ |
D | cfwl_widgettp.cpp | 143 FX_FLOAT fx2, in DrawAxialShading() argument 154 CFX_PointF endPoint(fx2, fy2); in DrawAxialShading()
|
D | cfwl_widgettp.h | 71 FX_FLOAT fx2,
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aaline.c | 293 const GLfloat fx2 = sx - info->qx2; in compute_coveragef() local 300 GLfloat cross2 = (info->ex2 * fy2 - info->ey2 * fx2); in compute_coveragef()
|
/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()
|
/external/pdfium/third_party/freetype/src/smooth/ |
D | ftgrays.c | 693 TCoord ex1, ex2, fx1, fx2, delta, mod; in gray_render_scanline() local 703 fx2 = (TCoord)( x2 - SUBPIXELS( ex2 ) ); in gray_render_scanline() 717 ras.area += (TArea)(( fx1 + fx2 ) * delta); in gray_render_scanline() 775 ras.area += (TArea)(( fx2 + ONE_PIXEL - first ) * delta); in gray_render_scanline()
|
/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()
|