Searched refs:FXSYS_GetYValue (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | cfx_dibsource.cpp | 155 FXSYS_GetYValue(src_plt[0]), FXSYS_GetKValue(src_plt[0])); in ConvertBuffer_1bppPlt2Gray() 158 FXSYS_GetYValue(src_plt[1]), FXSYS_GetKValue(src_plt[1])); in ConvertBuffer_1bppPlt2Gray() 198 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i])); in ConvertBuffer_8bppPlt2Gray() 236 FXSYS_GetYValue(static_cast<uint32_t>(src_scan[2])), in ConvertBuffer_RgbOrCmyk2Gray() 305 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i])); in ConvertBuffer_Plt2PltRgb8() 452 FXSYS_GetYValue(src_plt[0]), FXSYS_GetKValue(src_plt[0])); in ConvertBuffer_1bppPlt2Rgb() 455 FXSYS_GetYValue(src_plt[1]), FXSYS_GetKValue(src_plt[1])); in ConvertBuffer_1bppPlt2Rgb() 501 FXSYS_GetYValue(src_plt[i]), FXSYS_GetKValue(src_plt[i])); in ConvertBuffer_8bppPlt2Rgb()
|
D | cfx_dibitmap.cpp | 663 dest_scan[dest_pos + 2] = FXSYS_GetYValue(cmyk); in DownSampleScanline() 740 int fy = FXSYS_GetYValue(forecolor); in ConvertCMYKColorScale() 744 int by = FXSYS_GetYValue(backcolor); in ConvertCMYKColorScale() 759 FXSYS_GetYValue(m_pPalette.get()[i]), in ConvertCMYKColorScale() 1077 FXSYS_GetYValue(color), FXSYS_GetKValue(color)); in CompositeRect()
|
D | cfx_imagestretcher.cpp | 40 FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk)); in CmykDecode()
|
D | cfx_scanlinecompositor.cpp | 2868 m_MaskBlue = FXSYS_GetYValue(mask_color); in InitSourceMask() 2926 FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk)); in InitSourcePalette() 2951 FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk)); in InitSourcePalette() 2988 FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk)); in InitSourcePalette()
|
/external/pdfium/core/fxge/ |
D | fx_dib.h | 80 #define FXSYS_GetYValue(cmyk) ((uint8_t)((cmyk) >> 8) & 0xff) macro
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.cpp | 519 << FXSYS_GetYValue(color) / 255.0 << " " in SetColor()
|