Home | History | Annotate | Download | only in win32

Lines Matching refs:solidBrush

522   GpSolidFill* solidBrush = nullptr;
523 CallFunc(GdipCreateSolidFill)((Gdiplus::ARGB)argb, &solidBrush);
524 return solidBrush;
601 GpSolidFill* solidBrush;
602 CallFunc(GdipCreateSolidFill)((Gdiplus::ARGB)argb, &solidBrush);
611 CallFunc(GdipFillRectangle)(pGraphics, solidBrush, (float)dest_left,
614 CallFunc(GdipDeleteBrush)(solidBrush);