Home
last modified time | relevance | path

Searched refs:FXSYS_GetYValue (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/dib/
Dcfx_dibsource.cpp155 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()
Dcfx_dibitmap.cpp663 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()
Dcfx_imagestretcher.cpp40 FXSYS_GetYValue(cmyk), FXSYS_GetKValue(cmyk)); in CmykDecode()
Dcfx_scanlinecompositor.cpp2868 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/
Dfx_dib.h80 #define FXSYS_GetYValue(cmyk) ((uint8_t)((cmyk) >> 8) & 0xff) macro
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp519 << FXSYS_GetYValue(color) / 255.0 << " " in SetColor()