Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dfx_dib_convert.cpp200 FXSYS_GetYValue(src_plt[0]), FXSYS_GetKValue(src_plt[0]), in ConvertBuffer_1bppPlt2Gray()
203 FXSYS_GetYValue(src_plt[1]), FXSYS_GetKValue(src_plt[1]), in ConvertBuffer_1bppPlt2Gray()
246 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]), r, g, b); in ConvertBuffer_8bppPlt2Gray()
284 FXSYS_GetKValue((uint32_t)src_scan[3]), r, g, b); in ConvertBuffer_RgbOrCmyk2Gray()
351 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]), r, g, b); in ConvertBuffer_Plt2PltRgb8()
503 FXSYS_GetYValue(src_plt[0]), FXSYS_GetKValue(src_plt[0]), in ConvertBuffer_1bppPlt2Rgb()
506 FXSYS_GetYValue(src_plt[1]), FXSYS_GetKValue(src_plt[1]), in ConvertBuffer_1bppPlt2Rgb()
554 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i]), bgr_ptr[2], in ConvertBuffer_8bppPlt2Rgb()
Dfx_dib_main.cpp26 k = FXSYS_GetKValue(cmyk); in CmykDecode()
507 FXSYS_GetYValue(color), FXSYS_GetKValue(color), in TransferMask()
1187 dest_scan[dest_pos + 3] = FXSYS_GetKValue(cmyk); in DownSampleScanline()
1236 fk = FXSYS_GetKValue(forecolor); in ConvertColorScale()
1240 bk = FXSYS_GetKValue(backcolor); in ConvertColorScale()
1267 FXSYS_GetKValue(m_pPalette.get()[i]), r, g, b); in ConvertColorScale()
Dfx_dib_composite.cpp3820 mask_black = FXSYS_GetKValue(mask_color); in ScanlineCompositor_InitSourceMask()
3943 FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk), r, in ScanlineCompositor_InitSourcePalette()
3964 FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk), r, in ScanlineCompositor_InitSourcePalette()
3999 FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk), r, in ScanlineCompositor_InitSourcePalette()
4740 FXSYS_GetYValue(color), FXSYS_GetKValue(color), in CompositeRect()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp234 FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk), r, g, b); in DefaultCMYK2ARGB()
1349 FXSYS_GetYValue(color), FXSYS_GetKValue(color), in Init()
1401 FXSYS_GetYValue(color), FXSYS_GetKValue(color), r, in Init()
/external/pdfium/core/fxge/
Dfx_dib.h86 #define FXSYS_GetKValue(cmyk) ((uint8_t)(cmyk)&0xff) macro
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp512 << FXSYS_GetKValue(color) / 255.0 << " k\n"; in SetColor()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp3022 FXSYS_GetYValue(color), FXSYS_GetKValue(color), in Init()
3074 FXSYS_GetYValue(color), FXSYS_GetKValue(color), r, in Init()