Searched refs:FXSYS_GetYValue (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() 329 FXSYS_GetYValue(src_plt[1]), in _ConvertBuffer_1bppPlt2Gray() 389 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]), r, g, b); in _ConvertBuffer_8bppPlt2Gray() 449 FXSYS_GetYValue((FX_DWORD)src_scan[2]), 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 | 28 y = FXSYS_GetYValue(cmyk); in CmykDecode() 475 FXSYS_GetYValue(color), FXSYS_GetKValue(color), in TransferMask() 1196 dest_scan[dest_pos + 2] = FXSYS_GetYValue(cmyk); 1229 fy = FXSYS_GetYValue(forecolor); 1233 by = FXSYS_GetYValue(backcolor); 1260 FXSYS_GetYValue(m_pPalette[i]),
|
D | fx_dib_composite.cpp | 3995 mask_blue = FXSYS_GetYValue(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 | 82 #define FXSYS_GetYValue(cmyk) ((uint8_t)((cmyk) >> 8) & 0xff) macro
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_ps.cpp | 524 << FXSYS_GetYValue(color) / 255.0 << " " 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()
|