Home
last modified time | relevance | path

Searched refs:GetWrapMode (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fdp/include/
Dfde_brs.h120 virtual int32_t GetWrapMode() const = 0;
140 virtual int32_t GetWrapMode() const = 0;
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_object.h172 virtual int32_t GetWrapMode() const { return m_iWrap; } in GetWrapMode() function
227 virtual int32_t GetWrapMode() const { return m_iWrapMode; } in GetWrapMode() function
Dfde_gedevice.cpp470 return WrapTexture(pTextureBrush->GetWrapMode(), &bmp, pPath, pMatrix); in FillTexturePath()
577 return WrapTexture(pLinearBrush->GetWrapMode(), &bmp, pPath, pMatrix); in FillLinearGradientPath()
Dfde_gdidevice.cpp591 (Gdiplus::WrapMode)pTextureBrush->GetWrapMode(); in CreateGdiBrush()
598 (Gdiplus::WrapMode)pLinearBrush->GetWrapMode(); in CreateGdiBrush()