Home
last modified time | relevance | path

Searched refs:ArgbToAlphaAndColorRef (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_stipple.cpp65 std::tie(alpha, colorref) = ArgbToAlphaAndColorRef(crColor); in Draw()
/external/pdfium/core/fxge/dib/
Dfx_dib_main.cpp94 std::pair<int, FX_COLORREF> ArgbToAlphaAndColorRef(FX_ARGB argb) { in ArgbToAlphaAndColorRef() function
/external/pdfium/core/fxge/
Dfx_dib.h138 std::pair<int, FX_COLORREF> ArgbToAlphaAndColorRef(FX_ARGB argb);
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1068 std::tie(alpha, colorref) = ArgbToAlphaAndColorRef(fill_color); in FillRectWithBlend()
1131 std::tie(alpha, colorref) = ArgbToAlphaAndColorRef(color); in DrawCosmeticLine()