Home
last modified time | relevance | path

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

/external/freetype/src/smooth/
Dftgrays.c528 PCell *pcell, cell; in gray_record_cell() local
532 pcell = &ras.ycells[ras.ey - ras.min_ey]; in gray_record_cell()
533 while ( ( cell = *pcell ) ) in gray_record_cell()
541 pcell = &cell->next; in gray_record_cell()
553 cell->next = *pcell; in gray_record_cell()
554 *pcell = cell; in gray_record_cell()