Home
last modified time | relevance | path

Searched refs:FXSYS_GetYValue (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_convert.cpp325 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()
Dfx_dib_main.cpp28 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]),
Dfx_dib_composite.cpp3995 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/
Dfx_agg_driver.cpp1108 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/
Dfx_dib.h82 #define FXSYS_GetYValue(cmyk) ((uint8_t)((cmyk) >> 8) & 0xff) macro
/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp524 << FXSYS_GetYValue(color) / 255.0 << " " in SetColor()
Dfx_ge_text.cpp168 FXSYS_GetYValue(color), FXSYS_GetKValue(color), bgra[2], in _Color2Argb()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_blitter_new.cpp1594 FXSYS_GetYValue(color), FXSYS_GetKValue(color), r, in Init()
1646 FXSYS_GetYValue(color), FXSYS_GetKValue(color), r, g, in Init()