Home
last modified time | relevance | path

Searched refs:ArgbToColorRef (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_stipple.cpp65 std::tie(a, rgb) = ArgbToColorRef(crColor); in Draw()
/external/pdfium/core/fxge/dib/
Dfx_dib_main.cpp82 std::pair<int, FX_COLORREF> ArgbToColorRef(FX_ARGB argb) { in ArgbToColorRef() function
/external/pdfium/core/fxge/
Dfx_dib.h91 std::pair<int, FX_COLORREF> ArgbToColorRef(FX_ARGB argb);
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp140 std::tie(a, rgb) = ArgbToColorRef(argb); in CreatePen()
163 std::tie(a, rgb) = ArgbToColorRef(argb); in CreateBrush()
1080 std::tie(alpha, rgb) = ArgbToColorRef(fill_color); in FillRectWithBlend()
1134 std::tie(a, rgb) = ArgbToColorRef(color); in DrawCosmeticLine()
Dfx_win32_print.cpp285 std::tie(iUnusedAlpha, rgb) = ArgbToColorRef(color); in DrawDeviceText()