Searched defs:pBrush (Results 1 – 1 of 1) sorted by relevance
886 void CGdiplusExt::GdipCreateBrush(uint32_t fill_argb, void** pBrush) { in GdipCreateBrush()892 void CGdiplusExt::GdipDeleteBrush(void* pBrush) { in GdipDeleteBrush()1265 GpBrush* pBrush = _GdipCreateBrush(fill_argb); in DrawPath() local