Home
last modified time | relevance | path

Searched refs:CFX_PointF (Results 1 – 25 of 53) sorted by relevance

123

/external/pdfium/xfa/src/fdp/src/fde/
Dfde_geobject.h26 virtual void AddLine(const CFX_PointF& pt1, const CFX_PointF& pt2);
39 void BezierTo(const CFX_PointF& p1,
40 const CFX_PointF& p2,
41 const CFX_PointF& p3);
46 void MoveTo(const CFX_PointF& p0) { MoveTo(p0.x, p0.y); } in MoveTo()
47 void LineTo(const CFX_PointF& p1) { LineTo(p1.x, p1.y); } in LineTo()
Dfde_geobject.cpp58 void CFDE_Path::BezierTo(const CFX_PointF& p1, in BezierTo()
59 const CFX_PointF& p2, in BezierTo()
60 const CFX_PointF& p3) { in BezierTo()
98 CFX_PointF p0; in ArcTo()
102 CFX_PointF p1; in ArcTo()
105 CFX_PointF p2; in ArcTo()
108 CFX_PointF p3; in ArcTo()
171 CFX_PointF p1; in AddCurve()
173 CFX_PointF p2; in AddCurve()
175 CFX_PointF p3; in AddCurve()
[all …]
Dfde_gedevice.h41 const CFX_PointF& pt1,
42 const CFX_PointF& pt2,
43 const CFX_PointF& pt3,
44 const CFX_PointF& pt4,
62 const CFX_PointF& pt1,
63 const CFX_PointF& pt2,
Dfde_gdidevice.h56 const CFX_PointF& pt1,
57 const CFX_PointF& pt2,
58 const CFX_PointF& pt3,
59 const CFX_PointF& pt4,
77 const CFX_PointF& pt1,
78 const CFX_PointF& pt2,
Dfde_object.h199 virtual void GetLinearPoints(CFX_PointF& startingPoint, in GetLinearPoints()
200 CFX_PointF& endingPoint) const { in GetLinearPoints()
204 virtual void SetLinearPoints(const CFX_PointF& startingPoint, in SetLinearPoints()
205 const CFX_PointF& endingPoint) { in SetLinearPoints()
229 CFX_PointF m_EndPoint;
230 CFX_PointF m_StartPoint;
Dfde_gedevice.cpp227 const CFX_PointF& pt1, in DrawBezier()
228 const CFX_PointF& pt2, in DrawBezier()
229 const CFX_PointF& pt3, in DrawBezier()
230 const CFX_PointF& pt4, in DrawBezier()
269 const CFX_PointF& pt1, in DrawLine()
270 const CFX_PointF& pt2, in DrawLine()
538 CFX_PointF pt0, pt1; in FillLinearGradientPath()
Dfde_gdidevice.cpp115 CFX_PointF dstPoints[3]; in DrawImage()
242 const CFX_PointF& pt1, in DrawBezier()
243 const CFX_PointF& pt2, in DrawBezier()
244 const CFX_PointF& pt3, in DrawBezier()
245 const CFX_PointF& pt4, in DrawBezier()
313 const CFX_PointF& pt1, in DrawLine()
314 const CFX_PointF& pt2, in DrawLine()
599 CFX_PointF ptStart, ptEnd; in CreateGdiBrush()
/external/pdfium/xfa/src/fdp/include/
Dfde_rdv.h50 const CFX_PointF& pt1,
51 const CFX_PointF& pt2,
52 const CFX_PointF& pt3,
53 const CFX_PointF& pt4,
71 const CFX_PointF& pt1,
72 const CFX_PointF& pt2,
Dfde_brs.h129 virtual void GetLinearPoints(CFX_PointF& startingPoint,
130 CFX_PointF& endingPoint) const = 0;
131 virtual void SetLinearPoints(const CFX_PointF& startingPoint,
132 const CFX_PointF& endingPoint) = 0;
Dfde_pth.h24 virtual void AddLine(const CFX_PointF& pt1, const CFX_PointF& pt2) = 0;
/external/pdfium/xfa/src/fwl/src/theme/
Dcheckboxtp.cpp331 CFX_PointF ptCenter; in DrawSignStar()
464 CFX_PointF pt1; in initCheckPath()
466 CFX_PointF pt2; in initCheckPath()
468 CFX_PointF pt3; in initCheckPath()
470 CFX_PointF pt4; in initCheckPath()
472 CFX_PointF pt5; in initCheckPath()
474 CFX_PointF pt12; in initCheckPath()
476 CFX_PointF pt21; in initCheckPath()
478 CFX_PointF pt23; in initCheckPath()
480 CFX_PointF pt32; in initCheckPath()
[all …]
/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h208 const CFX_PointF& point,
235 FX_ERR ShowText(const CFX_PointF& point,
267 const CFX_PointF& point,
274 FX_ERR RenderDeviceShowText(const CFX_PointF& point,
466 FX_ERR CreateAxial(const CFX_PointF& beginPoint,
467 const CFX_PointF& endPoint,
473 FX_ERR CreateRadial(const CFX_PointF& beginPoint,
474 const CFX_PointF& endPoint,
489 CFX_PointF _beginPoint;
490 CFX_PointF _endPoint;
/external/pdfium/xfa/src/fgas/include/
Dfx_ucd.h26 CFX_PointF& ptOffset);
32 CFX_PointF& ptOffset);
/external/pdfium/xfa/src/fee/include/
Difde_txtedtpage.h21 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, FX_BOOL& bBefore) = 0;
25 virtual int32_t SelectWord(const CFX_PointF& fPoint, int32_t& nCount) = 0;
/external/pdfium/xfa/include/fwl/lightwidget/
Dedit.h55 FX_BOOL GetSuggestWords(CFX_PointF pointf, CFX_ByteStringArray& sSuggest);
56 FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf,
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtpage.h103 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, FX_BOOL& bBefore);
104 virtual int32_t SelectWord(const CFX_PointF& fPoint, int32_t& nCount);
133 void NormalizePt2Rect(CFX_PointF& ptF,
Dfde_txtedtengine.h184 FX_BOOL MoveUp(CFX_PointF& ptCaret);
185 FX_BOOL MoveDown(CFX_PointF& ptCaret);
198 void UpdateCaretIndex(const CFX_PointF& ptCaret);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_editimp.h109 FX_BOOL GetSuggestWords(CFX_PointF pointf, CFX_ByteStringArray& sSuggest);
110 FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf,
130 void DeviceToEngine(CFX_PointF& pt);
149 int32_t GetWordAtPoint(CFX_PointF pointf, int32_t& nCount);
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftextedit.h34 FX_BOOL GetSuggestWords(CFX_PointF pointf, CFX_ByteStringArray& sSuggest);
35 FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf,
Dxfa_ffwidget.h104 virtual FX_BOOL GetSuggestWords(CFX_PointF pointf, in GetSuggestWords()
108 virtual FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf, in ReplaceSpellCheckWord()
Dxfa_ffwidgethandler.h161 CFX_PointF pointf,
164 CFX_PointF pointf,
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_edit.h160 FX_BOOL GetSuggestWords(CFX_PointF pointf, CFX_ByteStringArray& sSuggest);
161 FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf,
/external/pdfium/xfa/include/fwl/adapter/
Dfwl_adaptercursormgr.h36 virtual FWL_ERR GetCursorPos(CFX_PointF& pt) = 0;
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dedit.cpp203 FX_BOOL CFWL_Edit::GetSuggestWords(CFX_PointF pointf, in GetSuggestWords()
207 FX_BOOL CFWL_Edit::ReplaceSpellCheckWord(CFX_PointF pointf, in ReplaceSpellCheckWord()
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_unicode.cpp85 CFX_PointF& ptOffset) { in FX_AdjustJapCharDisplayPos()

123