Searched refs:stroke_argb (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_textrenderer.cpp | 36 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()
|
D | cpdf_textrenderer.h | 45 FX_ARGB stroke_argb,
|
D | cpdf_renderstatus.cpp | 1313 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/ |
D | win32_int.h | 62 uint32_t stroke_argb,
|
D | fx_win32_gdipext.cpp | 1152 uint32_t stroke_argb, in DrawPath() argument 1270 if (pGraphState && stroke_argb) { in DrawPath() 1271 GpPen* pPen = _GdipCreatePen(pGraphState, pObject2Device, stroke_argb, in DrawPath()
|