HomeSort by relevance Sort by last modified time
    Searched full:clrindex (Results 1 - 1 of 1) sorted by null

  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp 541 int clrindex = 0; local
550 clrindex = col;
553 aLut[row] = clrindex;
565 FX_DWORD clrindex = (r << 4) + g + (b >> 4); local
567 if (clrindex == cLut[i]) {
    [all...]

Completed in 54 milliseconds