Searched defs:pBrush (Results 1 – 1 of 1) sorted by relevance
622 void CGdiplusExt::GdipCreateBrush(FX_DWORD fill_argb, void** pBrush) in GdipCreateBrush()627 void CGdiplusExt::GdipDeleteBrush(void* pBrush) in GdipDeleteBrush()966 GpBrush* pBrush = _GdipCreateBrush(fill_argb); in DrawPath() local