Home | History | Annotate | Download | only in theme

Lines Matching refs:m_pGraphics

36     pParams->m_pGraphics->SetStrokeColor(CXFA_GEColor(cr));
37 pParams->m_pGraphics->SetLineWidth(fWidth);
38 pParams->m_pGraphics->StrokePath(pParams->m_pPath, &pParams->m_matrix);
44 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix);
49 CXFA_Graphics* pGraphics = pParams->m_pGraphics;
68 pParams->m_pGraphics->SaveGraphState();
69 pParams->m_pGraphics->SetFillColor(cr);
70 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING,
72 pParams->m_pGraphics->RestoreGraphState();
77 pParams->m_pGraphics->SetStrokeColor(CXFA_GEColor(0xFF000000));
78 pParams->m_pGraphics->SetLineWidth(1.0f);
79 pParams->m_pGraphics->StrokePath(pParams->m_pPath, &pParams->m_matrix);