Searched refs:FXSYS_GetKValue (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | fx_dib_convert.cpp | 200 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()
|
D | fx_dib_main.cpp | 26 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()
|
D | fx_dib_composite.cpp | 3820 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/ |
D | fx_agg_driver.cpp | 234 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/ |
D | fx_dib.h | 86 #define FXSYS_GetKValue(cmyk) ((uint8_t)(cmyk)&0xff) macro
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.cpp | 512 << FXSYS_GetKValue(color) / 255.0 << " k\n"; in SetColor()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 3022 FXSYS_GetYValue(color), FXSYS_GetKValue(color), in Init() 3074 FXSYS_GetYValue(color), FXSYS_GetKValue(color), r, in Init()
|