Home
last modified time | relevance | path

Searched refs:pLinearBrush (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp537 IFDE_LinearGradientBrush* pLinearBrush = (IFDE_LinearGradientBrush*)pBrush; in FillLinearGradientPath() local
539 pLinearBrush->GetLinearPoints(pt0, pt1); in FillLinearGradientPath()
550 pLinearBrush->GetLinearColors(cr0, cr1); in FillLinearGradientPath()
577 return WrapTexture(pLinearBrush->GetWrapMode(), &bmp, pPath, pMatrix); in FillLinearGradientPath()
Dfde_gdidevice.cpp595 IFDE_LinearGradientBrush* pLinearBrush = in CreateGdiBrush() local
598 (Gdiplus::WrapMode)pLinearBrush->GetWrapMode(); in CreateGdiBrush()
600 pLinearBrush->GetLinearPoints(ptStart, ptEnd); in CreateGdiBrush()
602 pLinearBrush->GetLinearColors(crStart, crEnd); in CreateGdiBrush()