Searched refs:FXSYS_GetYValue (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() 283 FXSYS_GetYValue((uint32_t)src_scan[2]), 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 | 25 y = FXSYS_GetYValue(cmyk); in CmykDecode() 507 FXSYS_GetYValue(color), FXSYS_GetKValue(color), in TransferMask() 1186 dest_scan[dest_pos + 2] = FXSYS_GetYValue(cmyk); in DownSampleScanline() 1235 fy = FXSYS_GetYValue(forecolor); in ConvertColorScale() 1239 by = FXSYS_GetYValue(backcolor); in ConvertColorScale() 1266 FXSYS_GetYValue(m_pPalette.get()[i]), in ConvertColorScale()
|
D | fx_dib_composite.cpp | 3819 mask_blue = FXSYS_GetYValue(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 | 85 #define FXSYS_GetYValue(cmyk) ((uint8_t)((cmyk) >> 8) & 0xff) macro
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.cpp | 511 << FXSYS_GetYValue(color) / 255.0 << " " in SetColor()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 3039 FXSYS_GetYValue(color), FXSYS_GetKValue(color), in Init() 3091 FXSYS_GetYValue(color), FXSYS_GetKValue(color), r, in Init()
|