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

  /external/pdfium/core/fxge/
fx_dib.h 80 #define FXSYS_GetYValue(cmyk) ((uint8_t)((cmyk) >> 8) & 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]));
236 FXSYS_GetYValue(static_cast<uint32_t>(src_scan[2])),
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 663 dest_scan[dest_pos + 2] = FXSYS_GetYValue(cmyk);
740 int fy = FXSYS_GetYValue(forecolor);
744 int by = FXSYS_GetYValue(backcolor);
759 FXSYS_GetYValue(m_pPalette.get()[i]),
    [all...]
cfx_scanlinecompositor.cpp     [all...]
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 519 << FXSYS_GetYValue(color) / 255.0 << " "

Completed in 110 milliseconds