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

  /external/clang/test/SemaTemplate/
instantiate-invalid.cpp 10 unsigned num_cells = m_outline.scanline_num_cells(m_scan_y); local
11 while(num_cells) { }
  /external/pdfium/core/src/fxge/agg/agg23/
agg_rasterizer_scanline_aa.h 331 unsigned num_cells = m_outline.scanline_num_cells(m_cur_y); local
334 while(num_cells) {
340 while(--num_cells) {
355 if(num_cells && cur_cell->x > x) {
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 374 FT_PtrDist num_cells; member in struct:gray_TWorker_
442 ras.num_cells = 0;
520 if ( ras.num_cells >= ras.max_cells )
523 cell = ras.cells + ras.num_cells++;
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 419 FT_PtrDist num_cells; member in struct:gray_TWorker_
491 ras.num_cells = 0;
569 if ( ras.num_cells >= ras.max_cells )
572 cell = ras.cells + ras.num_cells++;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 382 FT_PtrDist num_cells; member in struct:gray_TWorker_
454 ras.num_cells = 0;
532 if ( ras.num_cells >= ras.max_cells )
535 cell = ras.cells + ras.num_cells++;
    [all...]

Completed in 1272 milliseconds