Home
last modified time | relevance | path

Searched refs:LineTo (Results 1 – 25 of 34) sorted by relevance

12

/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.cpp196 path.LineTo(CFX_PointF(fLeft + 4, fTop + 5)); in DrawArrow()
197 path.LineTo(CFX_PointF(fLeft + 8, fTop + 1)); in DrawArrow()
198 path.LineTo(CFX_PointF(fLeft + 7, fTop)); in DrawArrow()
199 path.LineTo(CFX_PointF(fLeft + 4, fTop + 3)); in DrawArrow()
200 path.LineTo(CFX_PointF(fLeft + 1, fTop)); in DrawArrow()
205 path.LineTo(CFX_PointF(fLeft + 4, fTop)); in DrawArrow()
206 path.LineTo(CFX_PointF(fLeft + 8, fTop + 4)); in DrawArrow()
207 path.LineTo(CFX_PointF(fLeft + 7, fTop + 5)); in DrawArrow()
208 path.LineTo(CFX_PointF(fLeft + 4, fTop + 2)); in DrawArrow()
209 path.LineTo(CFX_PointF(fLeft + 1, fTop + 5)); in DrawArrow()
[all …]
Dcfwl_scrollbartp.cpp135 path.LineTo(CFX_PointF(fX + fPawLen, fY - 4)); in DrawPaw()
137 path.LineTo(CFX_PointF(fX + fPawLen, fY - 2)); in DrawPaw()
139 path.LineTo(CFX_PointF(fX + fPawLen, fY)); in DrawPaw()
141 path.LineTo(CFX_PointF(fX + fPawLen, fY + 2)); in DrawPaw()
151 path.LineTo(CFX_PointF(fX + fPawLen, fY - 3)); in DrawPaw()
153 path.LineTo(CFX_PointF(fX + fPawLen, fY - 1)); in DrawPaw()
155 path.LineTo(CFX_PointF(fX + fPawLen, fY + 1)); in DrawPaw()
157 path.LineTo(CFX_PointF(fX + fPawLen, fY + 3)); in DrawPaw()
172 path.LineTo(CFX_PointF(fX - 4, fY + fPawLen)); in DrawPaw()
174 path.LineTo(CFX_PointF(fX - 2, fY + fPawLen)); in DrawPaw()
[all …]
Dcfwl_pushbuttontp.cpp38 strokePath.LineTo(CFX_PointF(fRight - PUSHBUTTON_SIZE_Corner, rect.top)); in DrawBackground()
39 strokePath.LineTo(CFX_PointF(fRight, rect.top + PUSHBUTTON_SIZE_Corner)); in DrawBackground()
40 strokePath.LineTo(CFX_PointF(fRight, fBottom - PUSHBUTTON_SIZE_Corner)); in DrawBackground()
41 strokePath.LineTo(CFX_PointF(fRight - PUSHBUTTON_SIZE_Corner, fBottom)); in DrawBackground()
42 strokePath.LineTo( in DrawBackground()
44 strokePath.LineTo( in DrawBackground()
46 strokePath.LineTo( in DrawBackground()
48 strokePath.LineTo( in DrawBackground()
Dcfwl_monthcalendartp.cpp154 path.LineTo(CFX_PointF(rtLBtn.left + rtLBtn.Width() / 3, in DrawLButton()
156 path.LineTo(CFX_PointF(rtLBtn.left + rtLBtn.Width() / 3 * 2, in DrawLButton()
188 path.LineTo(CFX_PointF(rtRBtn.left + rtRBtn.Width() / 3 * 2, in DrawRButton()
190 path.LineTo(CFX_PointF(rtRBtn.left + rtRBtn.Width() / 3, in DrawRButton()
204 path.LineTo(CFX_PointF(rtHSep.right(), rtHSep.top + rtHSep.height / 2)); in DrawHSeperator()
218 path.LineTo(rtWeekSep.BottomLeft()); in DrawWeekNumSep()
Dcfwl_checkboxtp.cpp118 path.LineTo(CFX_PointF(pRtSign->left, pRtSign->top + fHeight / 2)); in DrawSignDiamond()
119 path.LineTo(CFX_PointF(pRtSign->left + fWidth / 2, fBottom)); in DrawSignDiamond()
120 path.LineTo(CFX_PointF(pRtSign->right(), pRtSign->top + fHeight / 2)); in DrawSignDiamond()
121 path.LineTo(CFX_PointF(pRtSign->left + fWidth / 2, pRtSign->top)); in DrawSignDiamond()
171 path.LineTo(points[nNext]); in DrawSignStar()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator_unittest.cpp56 pPathObj->m_Path.AppendPoint(CFX_PointF(5.2f, 0), FXPT_TYPE::LineTo, false); in TEST_F()
57 pPathObj->m_Path.AppendPoint(CFX_PointF(5.2f, 3.78f), FXPT_TYPE::LineTo, in TEST_F()
59 pPathObj->m_Path.AppendPoint(CFX_PointF(0, 3.78f), FXPT_TYPE::LineTo, true); in TEST_F()
72 pPathObj->m_Path.AppendPoint(CFX_PointF(5.45f, 0.29f), FXPT_TYPE::LineTo, in TEST_F()
80 pPathObj->m_Path.AppendPoint(CFX_PointF(10.6f, 11.15f), FXPT_TYPE::LineTo, in TEST_F()
82 pPathObj->m_Path.AppendPoint(CFX_PointF(11, 12.5f), FXPT_TYPE::LineTo, false); in TEST_F()
105 pPathObj->m_Path.AppendPoint(CFX_PointF(3, 4), FXPT_TYPE::LineTo, false); in TEST_F()
106 pPathObj->m_Path.AppendPoint(CFX_PointF(5, 6), FXPT_TYPE::LineTo, true); in TEST_F()
/external/pdfium/xfa/fde/
Dcfde_path.cpp25 void CFDE_Path::LineTo(const CFX_PointF& point) { in LineTo() function in CFDE_Path
26 m_Path.AppendPoint(point, FXPT_TYPE::LineTo, false); in LineTo()
163 LineTo(pt2); in AddLine()
173 LineTo(pSrc->m_Path.GetPoint(0)); in AddPath()
187 LineTo(p[0]); in AddPolygon()
201 LineTo(*p); in AddLines()
206 LineTo(rect.TopRight()); in AddRectangle()
207 LineTo(rect.BottomRight()); in AddRectangle()
208 LineTo(rect.BottomLeft()); in AddRectangle()
Dcfde_path.h43 void LineTo(const CFX_PointF& p);
/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp213 FX_PATHPOINT(CFX_PointF(left, top), FXPT_TYPE::LineTo, false)); in AppendRect()
215 FX_PATHPOINT(CFX_PointF(right, top), FXPT_TYPE::LineTo, false)); in AppendRect()
217 FX_PATHPOINT(CFX_PointF(right, bottom), FXPT_TYPE::LineTo, false)); in AppendRect()
219 FX_PATHPOINT(CFX_PointF(left, bottom), FXPT_TYPE::LineTo, true)); in AppendRect()
298 m_Points[1].m_Type == FXPT_TYPE::LineTo && in GetZeroAreaPath()
299 m_Points[2].m_Type == FXPT_TYPE::LineTo && in GetZeroAreaPath()
311 point, i == 0 ? FXPT_TYPE::MoveTo : FXPT_TYPE::LineTo, false); in GetZeroAreaPath()
337 t_path.AppendPoint(m_Points[mid - i - 1].m_Point, FXPT_TYPE::LineTo, in GetZeroAreaPath()
353 } else if (point_type == FXPT_TYPE::LineTo) { in GetZeroAreaPath()
370 NewPath->AppendPoint(m_Points[next].m_Point, FXPT_TYPE::LineTo, in GetZeroAreaPath()
[all …]
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Utils.cpp955 path.AppendPoint(pPts[i], FXPT_TYPE::LineTo, false); in DrawFillArea()
983 path.AppendPoint(ptLineTo, FXPT_TYPE::LineTo, false); in DrawStrokeLine()
1070 FXPT_TYPE::LineTo, false); in DrawBorder()
1073 FXPT_TYPE::LineTo, false); in DrawBorder()
1076 FXPT_TYPE::LineTo, false); in DrawBorder()
1079 FXPT_TYPE::LineTo, false); in DrawBorder()
1102 FXPT_TYPE::LineTo, false); in DrawBorder()
1104 FXPT_TYPE::LineTo, false); in DrawBorder()
1107 FXPT_TYPE::LineTo, false); in DrawBorder()
1110 FXPT_TYPE::LineTo, false); in DrawBorder()
[all …]
DPWL_ScrollBar.cpp261 path.AppendPoint(pt2, FXPT_TYPE::LineTo, false); in DrawThisAppearance()
262 path.AppendPoint(pt3, FXPT_TYPE::LineTo, false); in DrawThisAppearance()
263 path.AppendPoint(pt1, FXPT_TYPE::LineTo, false); in DrawThisAppearance()
281 path.AppendPoint(pt2, FXPT_TYPE::LineTo, false); in DrawThisAppearance()
282 path.AppendPoint(pt3, FXPT_TYPE::LineTo, false); in DrawThisAppearance()
283 path.AppendPoint(pt1, FXPT_TYPE::LineTo, false); in DrawThisAppearance()
DPWL_ComboBox.cpp151 path.AppendPoint(pt2, FXPT_TYPE::LineTo, false); in DrawThisAppearance()
152 path.AppendPoint(pt3, FXPT_TYPE::LineTo, false); in DrawThisAppearance()
153 path.AppendPoint(pt1, FXPT_TYPE::LineTo, false); in DrawThisAppearance()
DPWL_Caret.cpp52 path.AppendPoint(CFX_PointF(fCaretX, fCaretTop), FXPT_TYPE::LineTo, false); in DrawThisAppearance()
DPWL_Edit.cpp348 FXPT_TYPE::LineTo, false); in DrawThisAppearance()
378 FXPT_TYPE::LineTo, false); in DrawThisAppearance()
/external/pdfium/xfa/fxgraphics/
Dcfx_path.cpp28 void CFX_Path::LineTo(const CFX_PointF& point) { in LineTo() function in CFX_Path
29 data_.AppendPoint(point, FXPT_TYPE::LineTo, false); in LineTo()
78 data_.AppendPoint(p2, FXPT_TYPE::LineTo, false); in AddLine()
Dcfx_path.h27 void LineTo(const CFX_PointF& point);
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp1355 path.LineTo(CFX_PointF(cp2.x + fRadius2 * nx + offsetEX, in XFA_BOX_GetPath()
1381 path.LineTo(cp); in XFA_BOX_GetPath()
1382 path.LineTo(CFX_PointF(cp1.x + fRadius1 * sx + offsetX, in XFA_BOX_GetPath()
1531 fillPath.LineTo(cp); in XFA_BOX_GetFillPath()
1532 fillPath.LineTo(CFX_PointF(cp1.x + fRadius1 * sx, cp1.y + fRadius1 * sy)); in XFA_BOX_GetFillPath()
1534 fillPath.LineTo(CFX_PointF(cp2.x + fRadius2 * nx, cp2.y + fRadius2 * ny)); in XFA_BOX_GetFillPath()
1803 pathLT.LineTo(CFX_PointF(rt.left, rt.top)); in XFA_Draw3DRect()
1804 pathLT.LineTo(CFX_PointF(fRight, rt.top)); in XFA_Draw3DRect()
1805 pathLT.LineTo(CFX_PointF(fRight - fLineWidth, rt.top + fLineWidth)); in XFA_Draw3DRect()
1806 pathLT.LineTo(CFX_PointF(rt.left + fLineWidth, rt.top + fLineWidth)); in XFA_Draw3DRect()
[all …]
/external/skia/experimental/SkV8Example/
DPath2DBuilder.h36 static void LineTo(const v8::FunctionCallbackInfo<v8::Value>& args);
DPath2DBuilder.cpp50 ADD_METHOD("lineTo", LineTo); in AddToGlobal()
89 void Path2DBuilder::LineTo(const v8::FunctionCallbackInfo<v8::Value>& args) { in LineTo() function in Path2DBuilder
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp594 AddPathPoint(m_PathStartX, m_PathStartY, FXPT_TYPE::LineTo, true); in Handle_CloseEOFillStrokePath()
893 AddPathPoint(m_PathStartX, m_PathStartY, FXPT_TYPE::LineTo, true); in Handle_ClosePath()
943 AddPathPoint(GetNumber(1), GetNumber(0), FXPT_TYPE::LineTo, false); in Handle_LineTo()
989 AddPathPoint(x + w, y, FXPT_TYPE::LineTo, false); in AddPathRect()
990 AddPathPoint(x + w, y + h, FXPT_TYPE::LineTo, false); in AddPathRect()
991 AddPathPoint(x, y + h, FXPT_TYPE::LineTo, false); in AddPathRect()
992 AddPathPoint(x, y, FXPT_TYPE::LineTo, true); in AddPathRect()
1575 AddPathPoint(params[0], params[1], FXPT_TYPE::LineTo, false); in ParsePathObject()
/external/pdfium/fpdfsdk/
Dfpdfeditpath.cpp83 pPathObj->m_Path.AppendPoint(CFX_PointF(x, y), FXPT_TYPE::LineTo, false); in FPDFPath_LineTo()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp75 FXPT_TYPE::LineTo, false); in OnDraw()
77 FXPT_TYPE::LineTo, false); in OnDraw()
79 FXPT_TYPE::LineTo, false); in OnDraw()
81 FXPT_TYPE::LineTo, false); in OnDraw()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h63 enum class FXPT_TYPE : uint8_t { LineTo, BezierTo, MoveTo }; enumerator
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp180 } else if (point_type == FXPT_TYPE::LineTo) { in SetPathToDC()
184 LineTo(hDC, screen.x, screen.y); in SetPathToDC()
974 LineTo(m_hDC, FXSYS_round(x2), FXSYS_round(y2)); in DrawLine()
1154 LineTo(m_hDC, FXSYS_round(x2), FXSYS_round(y2)); in DrawCosmeticLine()
Dcfx_psrenderer.cpp128 case FXPT_TYPE::LineTo: in OutputPath()
611 case FXPT_TYPE::LineTo: { in FindPSFontGlyph()

12