Home
last modified time | relevance | path

Searched refs:ArgbDecode (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_image.cpp128 ArgbDecode(pBitmap->GetPaletteArgb(0), reset_a, reset_r, reset_g, in SetImage()
130 ArgbDecode(pBitmap->GetPaletteArgb(1), set_a, set_r, set_g, set_b); in SetImage()
248 ArgbDecode(*(pParam->pMatteColor), a, r, g, b); in SetImage()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp91 ArgbDecode(argb, a, r, g, b); in drawGraphicsString()
404 ArgbDecode(fillArgb, a, r, g, b); in FillRect()
433 ArgbDecode(argb, a, r, g, b); in DrawCosmeticLine()
782 ArgbDecode(argb, a, r, g, b); in CG_DrawGlypRun()
919 ArgbDecode(argb, a, r, g, b); in setStrokeInfo()
925 ArgbDecode(argb, a, r, g, b); in setFillInfo()
/external/pdfium/core/include/fxge/
Dfx_dib.h88 void ArgbDecode(FX_ARGB argb, int& a, int& r, int& g, int& b);
89 void ArgbDecode(FX_ARGB argb, int& a, FX_COLORREF& rgb);
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp730 ArgbDecode(argb, a, rgb); in _CreatePen()
755 ArgbDecode(argb, a, rgb); in _CreateBrush()
965 ArgbDecode(fill_color, alpha, rgb); in FillRect()
1021 ArgbDecode(color, a, rgb); in DrawCosmeticLine()
Dfx_win32_gdipext.cpp576 ArgbDecode(argb, a, r, g, b); in OutputImageMask()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp797 ArgbDecode(pSource->GetPaletteEntry(0), a0, r0, g0, b0); in Start()
798 ArgbDecode(pSource->GetPaletteEntry(1), a1, r1, g1, b1); in Start()
Dfx_dib_main.cpp31 void ArgbDecode(FX_DWORD argb, int& a, int& r, int& g, int& b) { in ArgbDecode() function
37 void ArgbDecode(FX_DWORD argb, int& a, FX_COLORREF& rgb) { in ArgbDecode() function
304 ArgbDecode(color, a, r, g, b); in Clear()
/external/pdfium/xfa/src/fwl/src/theme/
Dformtp.cpp829 ArgbDecode(clrFore, iAlfaF, iRF, iGF, iBF); in TransModeColor()
830 ArgbDecode(clrBack, iAlfaB, iRB, iGB, iBB); in TransModeColor()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp92 ArgbDecode(color, a, r, g, b); in SetColor()
180 ArgbDecode(foreColor, a, r, g, b); in SetPattern()
190 ArgbDecode(stippleColor, a, r, g, b); in SetStipple()
200 ArgbDecode(endColor, a, r, g, b); in SetLinear()
210 ArgbDecode(endColor, a, r, g, b); in SetRadial()
1415 ArgbDecode(argb, a, r, g, b); in SetColor()
Dxfa_object_imp.cpp1865 ArgbDecode(color, a, r, g, b); in Script_Som_BorderColor()
1921 ArgbDecode(color, a, r, g, b); in Script_Som_FillColor()
2079 ArgbDecode(color, a, r, g, b); in Script_Som_FontColor()
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp1438 ArgbDecode(_beginArgb, a1, r1, g1, b1); in InitArgbArray()
1440 ArgbDecode(_endArgb, a2, r2, g2, b2); in InitArgbArray()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_blitter_new.cpp1663 ArgbDecode(color, m_Alpha, m_Blue, m_Green, m_Red); // in Init()
1666 ArgbDecode(color, m_Alpha, m_Red, m_Green, m_Blue); in Init()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp131 ArgbDecode(argb, a, r, g, b); in TranslateColor()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp1177 ArgbDecode(color, m_Alpha, m_Red, m_Green, m_Blue); in Init()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp381 ArgbDecode(fill_color, a, r, g, b); in DrawNormalText()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp1580 ArgbDecode(cr, a, rgb); in XFA_BOX_Fill()
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp2494 ArgbDecode(color, a, r, g, b); in textColor()