HomeSort by relevance Sort by last modified time
    Searched refs:PCell (Results 1 - 3 of 3) 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 386 typedef struct TCell_* PCell;
393 PCell next;
417 PCell cells;
448 PCell* ycells;
488 ras.ycells = (PCell*) buffer;
546 static PCell
549 PCell *pcell, cell; local
556 pcell = &ras.ycells[ras.ey];
559 cell = *pcell;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 349 typedef struct TCell_* PCell;
356 PCell next;
380 PCell cells;
411 PCell* ycells;
451 ras.ycells = (PCell*) buffer;
509 static PCell
512 PCell *pcell, cell; local
519 pcell = &ras.ycells[ras.ey];
522 cell = *pcell;
    [all...]

Completed in 993 milliseconds