/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_geobject.h | 26 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()
|
D | fde_geobject.cpp | 58 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 …]
|
D | fde_gedevice.h | 41 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,
|
D | fde_gdidevice.h | 56 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,
|
D | fde_object.h | 199 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;
|
D | fde_gedevice.cpp | 227 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()
|
D | fde_gdidevice.cpp | 115 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/ |
D | fde_rdv.h | 50 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,
|
D | fde_brs.h | 129 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;
|
D | fde_pth.h | 24 virtual void AddLine(const CFX_PointF& pt1, const CFX_PointF& pt2) = 0;
|
/external/pdfium/xfa/src/fwl/src/theme/ |
D | checkboxtp.cpp | 331 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/ |
D | fx_graphics.h | 208 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/ |
D | fx_ucd.h | 26 CFX_PointF& ptOffset); 32 CFX_PointF& ptOffset);
|
/external/pdfium/xfa/src/fee/include/ |
D | ifde_txtedtpage.h | 21 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/ |
D | edit.h | 55 FX_BOOL GetSuggestWords(CFX_PointF pointf, CFX_ByteStringArray& sSuggest); 56 FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf,
|
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtpage.h | 103 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,
|
D | fde_txtedtengine.h | 184 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/ |
D | fwl_editimp.h | 109 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/ |
D | xfa_fftextedit.h | 34 FX_BOOL GetSuggestWords(CFX_PointF pointf, CFX_ByteStringArray& sSuggest); 35 FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf,
|
D | xfa_ffwidget.h | 104 virtual FX_BOOL GetSuggestWords(CFX_PointF pointf, in GetSuggestWords() 108 virtual FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf, in ReplaceSpellCheckWord()
|
D | xfa_ffwidgethandler.h | 161 CFX_PointF pointf, 164 CFX_PointF pointf,
|
/external/pdfium/xfa/include/fwl/basewidget/ |
D | fwl_edit.h | 160 FX_BOOL GetSuggestWords(CFX_PointF pointf, CFX_ByteStringArray& sSuggest); 161 FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf,
|
/external/pdfium/xfa/include/fwl/adapter/ |
D | fwl_adaptercursormgr.h | 36 virtual FWL_ERR GetCursorPos(CFX_PointF& pt) = 0;
|
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
D | edit.cpp | 203 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/ |
D | fx_unicode.cpp | 85 CFX_PointF& ptOffset) { in FX_AdjustJapCharDisplayPos()
|