Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_convert.cpp336 …src_plt[0]), FXSYS_GetMValue(src_plt[0]), FXSYS_GetYValue(src_plt[0]), FXSYS_GetKValue(src_plt[0]), in _ConvertBuffer_1bppPlt2Gray()
338 …src_plt[1]), FXSYS_GetMValue(src_plt[1]), FXSYS_GetYValue(src_plt[1]), FXSYS_GetKValue(src_plt[1]), in _ConvertBuffer_1bppPlt2Gray()
389 …src_plt[i]), FXSYS_GetMValue(src_plt[i]), FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]), in _ConvertBuffer_8bppPlt2Gray()
437 …alue((FX_DWORD)src_scan[1]), FXSYS_GetYValue((FX_DWORD)src_scan[2]), FXSYS_GetKValue((FX_DWORD)src… in _ConvertBuffer_RgbOrCmyk2Gray()
510 …src_plt[i]), FXSYS_GetMValue(src_plt[i]), FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]), in _ConvertBuffer_Plt2PltRgb8()
657 …src_plt[0]), FXSYS_GetMValue(src_plt[0]), FXSYS_GetYValue(src_plt[0]), FXSYS_GetKValue(src_plt[0]), in _ConvertBuffer_1bppPlt2Rgb()
659 …src_plt[1]), FXSYS_GetMValue(src_plt[1]), FXSYS_GetYValue(src_plt[1]), FXSYS_GetKValue(src_plt[1]), in _ConvertBuffer_1bppPlt2Rgb()
707 …src_plt[i]), FXSYS_GetMValue(src_plt[i]), FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]), in _ConvertBuffer_8bppPlt2Rgb()
Dfx_dib_main.cpp19 k = FXSYS_GetKValue(cmyk); in CmykDecode()
453 …GB1(FXSYS_GetCValue(color), FXSYS_GetMValue(color), FXSYS_GetYValue(color), FXSYS_GetKValue(color), in TransferMask()
1170 dest_scan[dest_pos + 3] = FXSYS_GetKValue(cmyk);
1201 fk = FXSYS_GetKValue(forecolor);
1205 bk = FXSYS_GetKValue(backcolor);
1229 …i]), FXSYS_GetMValue(m_pPalette[i]), FXSYS_GetYValue(m_pPalette[i]), FXSYS_GetKValue(m_pPalette[i]…
Dfx_dib_composite.cpp3544 mask_black = FXSYS_GetKValue(mask_color); in _ScanlineCompositor_InitSourceMask()
3652 …o_sRGB1(FXSYS_GetCValue(cmyk), FXSYS_GetMValue(cmyk), FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk), in _ScanlineCompositor_InitSourcePalette()
3670 …o_sRGB1(FXSYS_GetCValue(cmyk), FXSYS_GetMValue(cmyk), FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk), in _ScanlineCompositor_InitSourcePalette()
3704 …o_sRGB1(FXSYS_GetCValue(cmyk), FXSYS_GetMValue(cmyk), FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk), in _ScanlineCompositor_InitSourcePalette()
4294 …GB1(FXSYS_GetCValue(color), FXSYS_GetMValue(color), FXSYS_GetYValue(color), FXSYS_GetKValue(color), in CompositeRect()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp1039 …GB1(FXSYS_GetCValue(color), FXSYS_GetMValue(color), FXSYS_GetYValue(color), FXSYS_GetKValue(color), in Init()
1084 …GB1(FXSYS_GetCValue(color), FXSYS_GetMValue(color), FXSYS_GetYValue(color), FXSYS_GetKValue(color), in Init()
1365 …o_sRGB1(FXSYS_GetCValue(cmyk), FXSYS_GetMValue(cmyk), FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk), in _DefaultCMYK2ARGB()
/external/pdfium/core/include/fxge/
Dfx_dib.h80 #define FXSYS_GetKValue(cmyk) ((FX_BYTE)(cmyk) & 0xff) macro
/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp487 …<< FXSYS_GetYValue(color) / 255.0 << FX_BSTRC(" ") << FXSYS_GetKValue(color) / 255.0 << FX_BSTRC("… in SetColor()
Dfx_ge_text.cpp122 FXSYS_GetYValue(color), FXSYS_GetKValue(color), in _Color2Argb()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_blitter_new.cpp1361 …B1(FXSYS_GetCValue(color), FXSYS_GetMValue(color), FXSYS_GetYValue(color), FXSYS_GetKValue(color), in Init()
1408 …B1(FXSYS_GetCValue(color), FXSYS_GetMValue(color), FXSYS_GetYValue(color), FXSYS_GetKValue(color), in Init()