Home
last modified time | relevance | path

Searched refs:cell_end (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/smooth/
Dftgrays.c1786 long cell_start, cell_end, cell_mod; in gray_convert_glyph() local
1797 cell_end = ras.buffer_size; in gray_convert_glyph()
1798 cell_end -= cell_end % sizeof ( TCell ); in gray_convert_glyph()
1800 cells_max = (PCell)( (char*)ras.buffer + cell_end ); in gray_convert_glyph()