Home
last modified time | relevance | path

Searched refs:AddRectangle (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/xfa/src/fwl/src/theme/
Dformtp.cpp396 path.AddRectangle(rt.left + 1, rt.top, fWidth - 2, 1); in DrawCloseBox()
397 path.AddRectangle(rt.left, rt.top + 1, 1, fHeight - 2); in DrawCloseBox()
398 path.AddRectangle(fRight - 1, rt.top + 1, 1, fHeight - 2); in DrawCloseBox()
399 path.AddRectangle(rt.left + 1, fBottom - 1, fWidth - 2, 1); in DrawCloseBox()
405 path.AddRectangle(rt.left + 1, rt.top + 1, 1, 1); in DrawCloseBox()
406 path.AddRectangle(fRight - 2, rt.top + 1, 1, 1); in DrawCloseBox()
407 path.AddRectangle(rt.left + 1, fBottom - 2, 1, 1); in DrawCloseBox()
408 path.AddRectangle(fRight - 2, fBottom - 2, 1, 1); in DrawCloseBox()
413 path.AddRectangle(rt.left + 2, rt.top + 1, fWidth - 4, 1); in DrawCloseBox()
414 path.AddRectangle(rt.left + 1, rt.top + 2, 1, fHeight - 4); in DrawCloseBox()
[all …]
Dscrollbartp.cpp109 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawThumbBtn()
125 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawThumbBtn()
229 path.AddRectangle(pRect->left, pRect->top, 1, pRect->height); in DrawTrack()
230 path.AddRectangle(fRight - 1, pRect->top, 1, pRect->height); in DrawTrack()
232 path.AddRectangle(pRect->left, pRect->top, pRect->width, 1); in DrawTrack()
233 path.AddRectangle(pRect->left, fBottom - 1, pRect->width, 1); in DrawTrack()
238 path.AddRectangle(pRect->left + 1, pRect->top, pRect->width - 2, in DrawTrack()
277 path.AddRectangle(pRect->left + fWidth, pRect->top + fWidth, in DrawThumbBtn()
296 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height); in DrawTrack()
317 path.AddRectangle(pRect->left + fWidth, pRect->top + fWidth, in DrawMaxMinBtn()
Dmonthcalendartp.cpp372 path.AddRectangle(rtTotal.left, rtTotal.top, rtTotal.width, rtTotal.height); in DrawTotalBK()
385 path.AddRectangle(rtHead.left, rtHead.top, rtHead.width, rtHead.height); in DrawHeadBk()
399 path.AddRectangle(rtLBtn.left, rtLBtn.top, rtLBtn.width, rtLBtn.height); in DrawLButton()
432 path.AddRectangle(rtRBtn.left, rtRBtn.top, rtRBtn.width, rtRBtn.height); in DrawRButton()
497 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width, in DrawDatesInBK()
508 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width, in DrawDatesInBK()
524 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width, in DrawDatesInCircle()
540 path.AddRectangle(rtTodayCircle.left, rtTodayCircle.top, rtTodayCircle.width, in DrawTodayCircle()
Dcomboboxtp.cpp35 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawBackground()
70 path.AddRectangle(pParams->m_rtPart.left, pParams->m_rtPart.top, in DrawStrethHandler()
124 path.AddRectangle(pParams->m_rtPart.left + fWidth, in DrawDropDownButton()
Dwidgettp.cpp227 path.AddRectangle(pRect->left, pRect->top, pRect->width - 1, in DrawEdge()
233 path.AddRectangle(pRect->left + 1, pRect->top + 1, pRect->width - 3, in DrawEdge()
283 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height); in Draw3DRect()
284 path.AddRectangle(pRect->left + 1, pRect->top + 1, pRect->width - 2, in Draw3DRect()
290 path.AddRectangle(pRect->left + 1, pRect->top + 1, pRect->width - 2, in Draw3DRect()
292 path.AddRectangle(pRect->left + 2, pRect->top + 2, pRect->width - 4, in Draw3DRect()
403 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height); in DrawBorder()
404 path.AddRectangle(pRect->left + 1, pRect->top + 1, pRect->width - 2, in DrawBorder()
430 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height); in FillSoildRect()
475 path.AddRectangle(rtInner.left, rtInner.top, rtInner.width, rtInner.height); in DrawAnnulusRect()
[all …]
Dlistboxtp.cpp84 path.AddRectangle(rt.left, rt.top, rt.width - 1, rt.height - 1); in DrawListBoxItem()
86 path.AddRectangle(rt.left, rt.top, rt.width, rt.height); in DrawListBoxItem()
Dpushbuttontp.cpp61 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground()
73 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground()
Dcarettp.cpp41 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawCaretBK()
Dedittp.cpp42 path.AddRectangle(pParams->m_rtPart.left, pParams->m_rtPart.top, in DrawBackground()
Ddatetimepickertp.cpp81 path.AddRectangle(pParams->m_rtPart.left + fWidth, in DrawDropDownButton()
Dcheckboxtp.cpp119 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height); in DrawBoxBk()
122 path.AddRectangle(pRect->left + CHECKBOX_SIZE_SIGNMARGIN, in DrawBoxBk()
314 path.AddRectangle(pRtSign->left, pRtSign->top, pRtSign->width, in DrawSignSquare()
/external/pdfium/xfa/src/fdp/include/
Dfde_pth.h27 virtual void AddRectangle(const CFX_RectF& rect) = 0;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffpushbutton.cpp230 path.AddRectangle(rtFill.left, rtFill.top, rtFill.width, rtFill.height); in OnDrawWidget()
245 path.AddRectangle(0, 0, rect.width, rect.height); in OnDrawWidget()
Dxfa_ffwidget.cpp1356 fillPath.AddRectangle(rtWidget.left, rtWidget.top, rtWidget.width, in XFA_BOX_GetFillPath()
1742 path.AddRectangle(rt.left, rt.top, rt.width, rt.height); in XFA_BOX_Stroke_3DRect_Lowered()
1743 path.AddRectangle(rtInner.left, rtInner.top, rtInner.width, rtInner.height); in XFA_BOX_Stroke_3DRect_Lowered()
1758 path.AddRectangle(rt.left, rt.top, rt.width, rt.height); in XFA_BOX_Stroke_3DRect_Raised()
1759 path.AddRectangle(rtInner.left, rtInner.top, rtInner.width, rtInner.height); in XFA_BOX_Stroke_3DRect_Raised()
Dxfa_fffield.cpp97 path.AddRectangle(m_rtUI.left, m_rtUI.top, m_rtUI.width, m_rtUI.height); in DrawHighlight()
111 path.AddRectangle(m_rtUI.left, m_rtUI.top, m_rtUI.width, m_rtUI.height); in DrawFocus()
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_path_generator.h45 void AddRectangle(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2);
Dfx_path_generator.cpp88 void CFX_PathGenerator::AddRectangle(FX_FLOAT x1, in AddRectangle() function in CFX_PathGenerator
Dfx_graphics.cpp1240 FX_ERR CFX_Path::AddRectangle(FX_FLOAT left, in AddRectangle() function in CFX_Path
1245 _generator->AddRectangle(left, top, left + width, top + height); in AddRectangle()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_geobject.h29 virtual void AddRectangle(const CFX_RectF& rect);
Dfde_gedevice.cpp304 path.AddRectangle(rect); in DrawRectangle()
333 path.AddRectangle(rect); in FillRectangle()
Dfde_geobject.cpp248 void CFDE_Path::AddRectangle(const CFX_RectF& rect) { in AddRectangle() function in CFDE_Path
/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h356 FX_ERR AddRectangle(FX_FLOAT left,
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp1078 path.AddRectangle(rectArr[i].left, rectArr[i].top, rectArr[i].width, in DrawContent()