Searched refs:pGraphic (Results 1 – 2 of 2) sorted by relevance
351 void CXFA_Rectangle::StrokeRect(CXFA_Graphics* pGraphic, in StrokeRect() argument367 pGraphic->SetFillColor(CXFA_GEColor(argbTopLeft)); in StrokeRect()368 pGraphic->FillPath(&pathLT, FXFILL_WINDING, &matrix); in StrokeRect()378 pGraphic->SetFillColor(CXFA_GEColor(argbBottomRight)); in StrokeRect()379 pGraphic->FillPath(&pathRB, FXFILL_WINDING, &matrix); in StrokeRect()
60 void StrokeRect(CXFA_Graphics* pGraphic,