Searched refs:pGraphic (Results 1 – 2 of 2) sorted by relevance
353 void CXFA_Rectangle::StrokeRect(CXFA_Graphics* pGraphic, in StrokeRect() argument369 pGraphic->SetFillColor(CXFA_GEColor(argbTopLeft)); in StrokeRect()370 pGraphic->FillPath(&pathLT, FXFILL_WINDING, &matrix); in StrokeRect()380 pGraphic->SetFillColor(CXFA_GEColor(argbBottomRight)); in StrokeRect()381 pGraphic->FillPath(&pathRB, FXFILL_WINDING, &matrix); in StrokeRect()
61 void StrokeRect(CXFA_Graphics* pGraphic,