Searched refs:cell_mod (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c1840 long cell_start, cell_end, cell_mod; local
1847 cell_mod = cell_start % sizeof ( TCell );
1848 if ( cell_mod > 0 )
1849 cell_start += sizeof ( TCell ) - cell_mod;
/external/freetype/src/smooth/
H A Dftgrays.c1863 long cell_start, cell_end, cell_mod; local
1870 cell_mod = cell_start % sizeof ( TCell );
1871 if ( cell_mod > 0 )
1872 cell_start += sizeof ( TCell ) - cell_mod;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c1857 long cell_start, cell_end, cell_mod; local
1864 cell_mod = cell_start % sizeof ( TCell );
1865 if ( cell_mod > 0 )
1866 cell_start += sizeof ( TCell ) - cell_mod;

Completed in 119 milliseconds