Searched refs:stroke_argb (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_textrenderer.cpp | 38 FX_ARGB stroke_argb, in DrawTextPath() argument 57 pGraphState, fill_argb, stroke_argb, in DrawTextPath() 67 fill_argb, stroke_argb, pClippingPath, nFlag)) { in DrawTextPath()
|
D | cpdf_textrenderer.h | 44 FX_ARGB stroke_argb,
|
D | cpdf_renderstatus.cpp | 416 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/ |
D | fx_win32_gdipext.cpp | 812 uint32_t stroke_argb, in DrawPath() argument 935 if (pGraphState && stroke_argb) { in DrawPath() 937 GdipCreatePenImpl(pGraphState, pObject2Device, stroke_argb, in DrawPath()
|
D | win32_int.h | 51 uint32_t stroke_argb,
|