Home | History | Annotate | Download | only in win32

Lines Matching refs:solidBrush

459   GpSolidFill* solidBrush = nullptr;
460 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush);
461 return solidBrush;
538 GpSolidFill* solidBrush;
539 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush);
548 CallFunc(GdipFillRectangle)(pGraphics, solidBrush, (float)dest_left,
551 CallFunc(GdipDeleteBrush)(solidBrush);