Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp37 FX_ARGB fill_argb, in DrawTextPath() argument
57 pGraphState, fill_argb, stroke_argb, in DrawTextPath()
67 fill_argb, stroke_argb, pClippingPath, nFlag)) { in DrawTextPath()
81 FX_ARGB fill_argb, in DrawTextString() argument
106 fill_argb, options); in DrawTextString()
116 FX_ARGB fill_argb, in DrawNormalText() argument
151 font_size, mtText2Device, fill_argb, in DrawNormalText()
160 font_size, mtText2Device, fill_argb, in DrawNormalText()
Dcpdf_textrenderer.h32 FX_ARGB fill_argb,
43 FX_ARGB fill_argb,
54 FX_ARGB fill_argb,
Dcpdf_renderstatus.cpp415 uint32_t fill_argb = FillType ? GetFillArgb(pPathObj) : 0; in ProcessPath() local
442 fill_argb, stroke_argb, FillType, m_curBlend); in ProcessPath()
884 FX_ARGB fill_argb = 0; in ProcessText() local
897 fill_argb = GetFillArgb(textobj); in ProcessText()
934 textobj->m_GraphState.GetObject(), fill_argb, stroke_argb, in ProcessText()
940 pFont.Get(), font_size, text_matrix, fill_argb, m_Options); in ProcessText()
951 FX_ARGB fill_argb = GetFillArgbForType3(textobj); in ProcessType3Text() local
952 int fill_alpha = FXARGB_A(fill_argb); in ProcessType3Text()
992 fill_argb); in ProcessType3Text()
1012 status.SetFillColor(fill_argb); in ProcessType3Text()
[all …]
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp811 uint32_t fill_argb, in DrawPath() argument
908 CallFunc(GdipCreatePen1)(fill_argb, 1.0f, Gdiplus::UnitPixel, &pPen); in DrawPath()
930 Gdiplus::GpBrush* pBrush = GdipCreateBrushImpl(fill_argb); in DrawPath()
Dwin32_int.h50 uint32_t fill_argb,