Searched refs:stroke_argb (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 238 FX_ARGB stroke_argb = 0, fill_argb = 0; in ProcessText() local 244 stroke_argb = GetStrokeArgb(textobj); in ProcessText() 294 textobj->m_GraphState, fill_argb, stroke_argb, pClippingPath, flag); in ProcessText() 596 FX_ARGB stroke_argb, in DrawTextPath() argument 607 stroke_argb, pClippingPath, nFlag); in DrawTextPath() 635 FX_ARGB stroke_argb, in DrawTextString() argument 670 else if (stroke_argb == 0) { in DrawTextString() 675 &matrix, NULL, pGraphState, fill_argb, stroke_argb, NULL); in DrawTextString()
|
D | fpdf_render.cpp | 502 FX_DWORD stroke_argb = 0; in ProcessPath() local 504 stroke_argb = GetStrokeArgb(pPathObj); in ProcessPath() 536 fill_argb, stroke_argb, FillType, 0, NULL, in ProcessPath()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_render.h | 180 FX_ARGB stroke_argb = 0, 194 FX_ARGB stroke_argb,
|
/external/pdfium/core/src/fxge/win32/ |
D | win32_int.h | 42 FX_DWORD stroke_argb,
|
D | fx_win32_gdipext.cpp | 1104 FX_DWORD stroke_argb, in DrawPath() argument 1231 if (pGraphState && stroke_argb) { in DrawPath() 1232 GpPen* pPen = _GdipCreatePen(pGraphState, pObject2Device, stroke_argb, in DrawPath()
|