HomeSort by relevance Sort by last modified time
    Searched refs:PCell (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 349 typedef struct TCell_* PCell;
356 PCell next;
372 PCell cells;
403 PCell* ycells;
439 ras.ycells = (PCell*) buffer;
497 static PCell
500 PCell *pcell, cell; local
507 pcell = &ras.ycells[ras.ey];
510 cell = *pcell;
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 349 typedef struct TCell_* PCell;
356 PCell next;
372 PCell cells;
403 PCell* ycells;
439 ras.ycells = (PCell*) buffer;
497 static PCell
500 PCell *pcell, cell; local
507 pcell = &ras.ycells[ras.ey];
510 cell = *pcell;
    [all...]

Completed in 43 milliseconds