Home
last modified time | relevance | path

Searched refs:FXSYS_GetYValue (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()
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()
Dfx_dib_main.cpp25 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()
Dfx_dib_composite.cpp3819 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/
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.h85 #define FXSYS_GetYValue(cmyk) ((uint8_t)((cmyk) >> 8) & 0xff) macro
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp511 << FXSYS_GetYValue(color) / 255.0 << " " in SetColor()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp3039 FXSYS_GetYValue(color), FXSYS_GetKValue(color), in Init()
3091 FXSYS_GetYValue(color), FXSYS_GetKValue(color), r, in Init()