HomeSort by relevance Sort by last modified time
    Searched refs:stroke_argb (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 205 FX_ARGB stroke_argb = 0,
214 FX_ARGB fill_argb, FX_ARGB stroke_argb, CFX_PathData* pClippingPath, int nFlag = 0);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 233 FX_ARGB stroke_argb = 0, fill_argb = 0; local
239 stroke_argb = GetStrokeArgb(textobj);
285 &text_matrix, pDeviceMatrix, textobj->m_GraphState, fill_argb, stroke_argb, pClippingPath, flag);
583 FX_ARGB fill_argb, FX_ARGB stroke_argb, CFX_PathData* pClippingPath, int nFlag)
590 pGraphState, fill_argb, stroke_argb, pClippingPath, nFlag);
605 FX_ARGB stroke_argb, const CFX_GraphStateData* pGraphState, const CPDF_RenderOptions* pOptions)
639 else if (stroke_argb == 0) {
643 fill_argb, stroke_argb, NULL);
fpdf_render.cpp 513 FX_DWORD stroke_argb = 0; local
515 stroke_argb = GetStrokeArgb(pPathObj);
545 return m_pDevice->DrawPath(pPathObj->m_Path, &path_matrix, &graphState, fill_argb, stroke_argb, FillType, 0, NULL, m_curBlend);
    [all...]
  /external/pdfium/core/src/fxge/win32/
win32_int.h 28 FX_DWORD stroke_argb,
fx_win32_gdipext.cpp     [all...]

Completed in 1785 milliseconds