Searched refs:stroke_argb (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 233 FX_ARGB stroke_argb = 0, fill_argb = 0; in ProcessText() local 239 stroke_argb = GetStrokeArgb(textobj); in ProcessText() 297 … &text_matrix, pDeviceMatrix, textobj->m_GraphState, fill_argb, stroke_argb, pClippingPath, flag); in ProcessText() 597 … FX_ARGB fill_argb, FX_ARGB stroke_argb, CFX_PathData* pClippingPath, int nFlag) in DrawTextPath() argument 604 pGraphState, fill_argb, stroke_argb, pClippingPath, nFlag); in DrawTextPath() 619 … FX_ARGB stroke_argb, const CFX_GraphStateData* pGraphState, const CPDF_RenderOptions* pOptions) in DrawTextString() argument 653 else if (stroke_argb == 0) { in DrawTextString() 657 fill_argb, stroke_argb, NULL); in DrawTextString()
|
D | fpdf_render.cpp | 541 FX_DWORD stroke_argb = 0; in ProcessPath() local 543 stroke_argb = GetStrokeArgb(pPathObj); in ProcessPath() 575 …return m_pDevice->DrawPath(pPathObj->m_Path, &path_matrix, &graphState, fill_argb, stroke_argb, Fi… in ProcessPath()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_render.h | 220 FX_ARGB stroke_argb = 0, 229 … FX_ARGB fill_argb, FX_ARGB stroke_argb, CFX_PathData* pClippingPath, int nFlag = 0);
|
/external/pdfium/core/src/fxge/win32/ |
D | win32_int.h | 26 FX_DWORD stroke_argb,
|
D | fx_win32_gdipext.cpp | 851 FX_DWORD stroke_argb, in DrawPath() argument 979 if (pGraphState && stroke_argb) { in DrawPath() 980 …GpPen* pPen = _GdipCreatePen(pGraphState, pObject2Device, stroke_argb, fill_mode & FX_STROKE_TEXT_… in DrawPath()
|