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

  /external/pdfium/core/fxge/
fx_dib.h 81 #define FXSYS_GetKValue(cmyk) ((uint8_t)(cmyk)&0xff)
  /external/pdfium/core/fxge/dib/
cfx_dibsource.cpp 155 FXSYS_GetYValue(src_plt[0]), FXSYS_GetKValue(src_plt[0]));
158 FXSYS_GetYValue(src_plt[1]), FXSYS_GetKValue(src_plt[1]));
198 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]));
237 FXSYS_GetKValue(static_cast<uint32_t>(src_scan[3])));
305 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]));
452 FXSYS_GetYValue(src_plt[0]), FXSYS_GetKValue(src_plt[0]));
455 FXSYS_GetYValue(src_plt[1]), FXSYS_GetKValue(src_plt[1]));
501 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]));
    [all...]
cfx_imagestretcher.cpp 40 FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk));
cfx_dibitmap.cpp 664 dest_scan[dest_pos + 3] = FXSYS_GetKValue(cmyk);
741 int fk = FXSYS_GetKValue(forecolor);
745 int bk = FXSYS_GetKValue(backcolor);
760 FXSYS_GetKValue(m_pPalette.get()[i]));
    [all...]
cfx_scanlinecompositor.cpp     [all...]
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 520 << FXSYS_GetKValue(color) / 255.0 << " k\n";

Completed in 77 milliseconds