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

  /external/pdfium/core/fxge/dib/
fx_dib_convert.cpp 200 FXSYS_GetYValue(src_plt[0]), FXSYS_GetKValue(src_plt[0]),
203 FXSYS_GetYValue(src_plt[1]), FXSYS_GetKValue(src_plt[1]),
246 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]), r, g, b);
284 FXSYS_GetKValue((uint32_t)src_scan[3]), r, g, b);
351 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]), r, g, b);
503 FXSYS_GetYValue(src_plt[0]), FXSYS_GetKValue(src_plt[0]),
506 FXSYS_GetYValue(src_plt[1]), FXSYS_GetKValue(src_plt[1]),
554 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]), bgr_ptr[2],
fx_dib_main.cpp 26 k = FXSYS_GetKValue(cmyk);
507 FXSYS_GetYValue(color), FXSYS_GetKValue(color),
    [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 234 FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk), r, g, b);
    [all...]
  /external/pdfium/core/fxge/
fx_dib.h 86 #define FXSYS_GetKValue(cmyk) ((uint8_t)(cmyk)&0xff)
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 512 << FXSYS_GetKValue(color) / 255.0 << " k\n";
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [all...]

Completed in 77 milliseconds