Home | History | Annotate | Download | only in ge

Lines Matching defs:CFX_PathData

112 CFX_PathData::CFX_PathData()

117 CFX_PathData::~CFX_PathData()
123 FX_BOOL CFX_PathData::SetPointCount(int nPoints)
139 FX_BOOL CFX_PathData::AllocPointCount(int nPoints)
157 CFX_PathData::CFX_PathData(const CFX_PathData& src)
167 void CFX_PathData::TrimPoints(int nPoints)
174 FX_BOOL CFX_PathData::AddPointCount(int addPoints)
183 FX_BOOL CFX_PathData::Append(const CFX_PathData* pSrc, const CFX_AffineMatrix* pMatrix)
198 void CFX_PathData::SetPoint(int index, FX_FLOAT x, FX_FLOAT y, int flag)
205 FX_BOOL CFX_PathData::AppendRect(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top)
221 CFX_FloatRect CFX_PathData::GetBoundingBox() const
355 CFX_FloatRect CFX_PathData::GetBoundingBox(FX_FLOAT line_width, FX_FLOAT miter_limit) const
399 void CFX_PathData::Transform(const CFX_AffineMatrix* pMatrix)
409 FX_BOOL CFX_PathData::GetZeroAreaPath(CFX_PathData& NewPath, CFX_AffineMatrix* pMatrix, FX_BOOL&bThin, FX_BOOL bAdjust) const
449 CFX_PathData t_path;
524 FX_BOOL CFX_PathData::IsRect() const
548 FX_BOOL CFX_PathData::IsRect(const CFX_AffineMatrix* pMatrix, CFX_FloatRect* pRect) const
594 FX_BOOL CFX_PathData::Copy(const CFX_PathData &src)