Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp36 FX_ARGB stroke_argb, in DrawTextPath() argument
56 fill_argb, stroke_argb, pClippingPath, nFlag)) { in DrawTextPath()
66 fill_argb, stroke_argb, pClippingPath, nFlag)) { in DrawTextPath()
Dcpdf_textrenderer.h45 FX_ARGB stroke_argb,
Dcpdf_renderstatus.cpp1313 uint32_t stroke_argb = bStroke ? GetStrokeArgb(pPathObj) : 0; in ProcessPath() local
1340 fill_argb, stroke_argb, FillType, m_curBlend); in ProcessPath()
1772 FX_ARGB stroke_argb = 0; in ProcessText() local
1779 stroke_argb = GetStrokeArgb(textobj); in ProcessText()
1824 textobj->m_GraphState.GetObject(), fill_argb, stroke_argb, in ProcessText()
/external/pdfium/core/fxge/win32/
Dwin32_int.h62 uint32_t stroke_argb,
Dfx_win32_gdipext.cpp1152 uint32_t stroke_argb, in DrawPath() argument
1270 if (pGraphState && stroke_argb) { in DrawPath()
1271 GpPen* pPen = _GdipCreatePen(pGraphState, pObject2Device, stroke_argb, in DrawPath()