Searched refs:pBrush (Results 1 – 2 of 2) sorted by relevance
80 void GdipCreateBrush(uint32_t fill_argb, void** pBrush);81 void GdipDeleteBrush(void* pBrush);
886 void CGdiplusExt::GdipCreateBrush(uint32_t fill_argb, void** pBrush) { in GdipCreateBrush() argument890 (GpSolidFill**)pBrush); in GdipCreateBrush()892 void CGdiplusExt::GdipDeleteBrush(void* pBrush) { in GdipDeleteBrush() argument895 CallFunc(GdipDeleteBrush)((GpSolidFill*)pBrush); in GdipDeleteBrush()1265 GpBrush* pBrush = _GdipCreateBrush(fill_argb); in DrawPath() local1267 CallFunc(GdipFillPath)(pGraphics, pBrush, pGpPath); in DrawPath()1268 CallFunc(GdipDeleteBrush)(pBrush); in DrawPath()