Home
last modified time | relevance | path

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

/external/freetype/src/smooth/
Dftgrays.c410 typedef struct TCell_* PCell; typedef
417 PCell next;
456 PCell* ycells;
457 PCell cells;
502 PCell cell = ras.ycells[y - ras.min_ey]; in gray_dump_cells()
524 PCell *pcell, cell; in gray_record_cell()
1303 PCell cell = ras.ycells[y - ras.min_ey]; in gray_sweep()
1691 n = ( height * sizeof ( PCell ) + sizeof ( TCell ) - 1 ) / sizeof ( TCell ); in gray_convert_glyph()
1695 ras.ycells = (PCell*)buffer; in gray_convert_glyph()
1713 FT_MEM_ZERO( ras.ycells, height * sizeof ( PCell ) ); in gray_convert_glyph()