Searched refs:pLinearBrush (Results 1 – 2 of 2) sorted by relevance
537 IFDE_LinearGradientBrush* pLinearBrush = (IFDE_LinearGradientBrush*)pBrush; in FillLinearGradientPath() local539 pLinearBrush->GetLinearPoints(pt0, pt1); in FillLinearGradientPath()550 pLinearBrush->GetLinearColors(cr0, cr1); in FillLinearGradientPath()577 return WrapTexture(pLinearBrush->GetWrapMode(), &bmp, pPath, pMatrix); in FillLinearGradientPath()
595 IFDE_LinearGradientBrush* pLinearBrush = in CreateGdiBrush() local598 (Gdiplus::WrapMode)pLinearBrush->GetWrapMode(); in CreateGdiBrush()600 pLinearBrush->GetLinearPoints(ptStart, ptEnd); in CreateGdiBrush()602 pLinearBrush->GetLinearColors(crStart, crEnd); in CreateGdiBrush()