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.cpp38 FX_ARGB stroke_argb, in DrawTextPath() argument
57 pGraphState, fill_argb, stroke_argb, in DrawTextPath()
67 fill_argb, stroke_argb, pClippingPath, nFlag)) { in DrawTextPath()
Dcpdf_textrenderer.h44 FX_ARGB stroke_argb,
Dcpdf_renderstatus.cpp416 uint32_t stroke_argb = bStroke ? GetStrokeArgb(pPathObj) : 0; in ProcessPath() local
442 fill_argb, stroke_argb, FillType, m_curBlend); in ProcessPath()
883 FX_ARGB stroke_argb = 0; in ProcessText() local
890 stroke_argb = GetStrokeArgb(textobj); in ProcessText()
934 textobj->m_GraphState.GetObject(), fill_argb, stroke_argb, in ProcessText()
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp812 uint32_t stroke_argb, in DrawPath() argument
935 if (pGraphState && stroke_argb) { in DrawPath()
937 GdipCreatePenImpl(pGraphState, pObject2Device, stroke_argb, in DrawPath()
Dwin32_int.h51 uint32_t stroke_argb,