Searched refs:FXSYS_GetKValue (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_convert.cpp | 325 FXSYS_GetYValue(src_plt[0]), FXSYS_GetKValue(src_plt[0]), reset_r, in _ConvertBuffer_1bppPlt2Gray() 330 FXSYS_GetKValue(src_plt[1]), set_r, set_g, set_b); in _ConvertBuffer_1bppPlt2Gray() 389 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]), r, g, b); in _ConvertBuffer_8bppPlt2Gray() 450 FXSYS_GetKValue((FX_DWORD)src_scan[3]), r, g, b); in _ConvertBuffer_RgbOrCmyk2Gray() 539 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]), r, g, b); in _ConvertBuffer_Plt2PltRgb8() 728 FXSYS_GetYValue(src_plt[0]), FXSYS_GetKValue(src_plt[0]), bgr_ptr[2], in _ConvertBuffer_1bppPlt2Rgb() 732 FXSYS_GetYValue(src_plt[1]), FXSYS_GetKValue(src_plt[1]), bgr_ptr[5], in _ConvertBuffer_1bppPlt2Rgb() 790 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]), in _ConvertBuffer_8bppPlt2Rgb()
|
D | fx_dib_main.cpp | 29 k = FXSYS_GetKValue(cmyk); in CmykDecode() 475 FXSYS_GetYValue(color), FXSYS_GetKValue(color), in TransferMask() 1197 dest_scan[dest_pos + 3] = FXSYS_GetKValue(cmyk); 1230 fk = FXSYS_GetKValue(forecolor); 1234 bk = FXSYS_GetKValue(backcolor); 1261 FXSYS_GetKValue(m_pPalette[i]), r, g, b);
|
D | fx_dib_composite.cpp | 3996 mask_black = FXSYS_GetKValue(mask_color); in _ScanlineCompositor_InitSourceMask() 4119 FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk), r, in _ScanlineCompositor_InitSourcePalette() 4139 FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk), r, in _ScanlineCompositor_InitSourcePalette() 4174 FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk), r, in _ScanlineCompositor_InitSourcePalette() 4899 FXSYS_GetYValue(color), FXSYS_GetKValue(color), in CompositeRect()
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 1108 FXSYS_GetYValue(color), FXSYS_GetKValue(color), in Init() 1160 FXSYS_GetYValue(color), FXSYS_GetKValue(color), r, in Init() 1489 FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk), r, g, b); in _DefaultCMYK2ARGB()
|
/external/pdfium/core/include/fxge/ |
D | fx_dib.h | 83 #define FXSYS_GetKValue(cmyk) ((uint8_t)(cmyk)&0xff) macro
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_ps.cpp | 525 << FXSYS_GetKValue(color) / 255.0 << " k\n"; in SetColor()
|
D | fx_ge_text.cpp | 168 FXSYS_GetYValue(color), FXSYS_GetKValue(color), bgra[2], in _Color2Argb()
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_blitter_new.cpp | 1594 FXSYS_GetYValue(color), FXSYS_GetKValue(color), r, in Init() 1646 FXSYS_GetYValue(color), FXSYS_GetKValue(color), r, g, in Init()
|