HomeSort by relevance Sort by last modified time
    Searched refs:two_fx (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_rasterizer_scanline_aa.cpp 255 int two_fx = (x1 - (ex << poly_base_shift)) << 1; local
264 m_cur_cell.add_cover(delta, two_fx * delta);
268 area = two_fx * delta;
275 m_cur_cell.add_cover(delta, two_fx * delta);
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 786 TCoord two_fx = (TCoord)( ( ras.x - SUBPIXELS( ex ) ) << 1 ); local
798 ras.area += (TArea)two_fx * delta;
805 area = (TArea)two_fx * delta;
816 ras.area += (TArea)two_fx * delta;
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 820 TCoord two_fx = (TCoord)( ( ras.x - SUBPIXELS( ex ) ) << 1 ); local
832 ras.area += (TArea)two_fx * delta;
839 area = (TArea)two_fx * delta;
850 ras.area += (TArea)two_fx * delta;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 798 TCoord two_fx = (TCoord)( ( ras.x - SUBPIXELS( ex ) ) << 1 ); local
810 ras.area += (TArea)two_fx * delta;
817 area = (TArea)two_fx * delta;
828 ras.area += (TArea)two_fx * delta;
    [all...]

Completed in 596 milliseconds