Home
last modified time | relevance | path

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

/external/freetype/src/smooth/
Dftgrays.c409 typedef struct TCell_* PCell; typedef
416 PCell next;
458 PCell* ycells;
459 PCell cells;
506 PCell cell = ras.ycells[y - ras.min_ey]; in gray_dump_cells()
528 PCell *pcell, cell; in gray_record_cell()
1299 PCell cell = ras.ycells[y - ras.min_ey]; in gray_sweep()
1694 n = ( height * sizeof ( PCell ) + sizeof ( TCell ) - 1 ) / sizeof ( TCell ); in gray_convert_glyph()
1698 ras.ycells = (PCell*)buffer; in gray_convert_glyph()
1716 FT_MEM_ZERO( ras.ycells, height * sizeof ( PCell ) ); in gray_convert_glyph()