Searched defs:ncols (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A Dregcomp.c1265 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1268 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1282 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1286 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp320 int ncols = pGlyph->GetWidth(); local
323 if (!bitmap.CompositeMask(left, top, ncols, nrows, pGlyph, fill_color,
331 ncols /= 3;
339 int end_col = left + ncols;

Completed in 113 milliseconds