Searched refs:fill_argb (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_textrenderer.cpp | 35 FX_ARGB fill_argb, in DrawTextPath() argument 56 fill_argb, stroke_argb, pClippingPath, nFlag)) { in DrawTextPath() 66 fill_argb, stroke_argb, pClippingPath, nFlag)) { in DrawTextPath() 80 FX_ARGB fill_argb, in DrawTextString() argument 110 fill_argb, pOptions); in DrawTextString() 120 FX_ARGB fill_argb, in DrawNormalText() argument 157 font_size, pText2Device, fill_argb, FXGE_flags)) { in DrawNormalText() 166 font_size, pText2Device, fill_argb, in DrawNormalText()
|
D | cpdf_textrenderer.h | 32 FX_ARGB fill_argb, 44 FX_ARGB fill_argb, 55 FX_ARGB fill_argb,
|
D | cpdf_renderstatus.cpp | 1312 uint32_t fill_argb = FillType ? GetFillArgb(pPathObj) : 0; in ProcessPath() local 1340 fill_argb, stroke_argb, FillType, m_curBlend); in ProcessPath() 1773 FX_ARGB fill_argb = 0; in ProcessText() local 1786 fill_argb = GetFillArgb(textobj); in ProcessText() 1824 textobj->m_GraphState.GetObject(), fill_argb, stroke_argb, in ProcessText() 1830 font_size, &text_matrix, fill_argb, &m_Options); in ProcessText() 1857 FX_ARGB fill_argb = GetFillArgb(textobj, true); in ProcessType3Text() local 1858 int fill_alpha = FXARGB_A(fill_argb); in ProcessType3Text() 1890 fill_argb); in ProcessType3Text() 1913 pFormResource, false, pType3Char, fill_argb); in ProcessType3Text() [all …]
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 61 uint32_t fill_argb, 80 void GdipCreateBrush(uint32_t fill_argb, void** pBrush);
|
D | fx_win32_gdipext.cpp | 886 void CGdiplusExt::GdipCreateBrush(uint32_t fill_argb, void** pBrush) { in GdipCreateBrush() argument 889 CallFunc(GdipCreateSolidFill)((Gdiplus::ARGB)fill_argb, in GdipCreateBrush() 1151 uint32_t fill_argb, in DrawPath() argument 1244 CallFunc(GdipCreatePen1)(fill_argb, 1.0f, UnitPixel, &pPen); in DrawPath() 1265 GpBrush* pBrush = _GdipCreateBrush(fill_argb); in DrawPath()
|