Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/theme/
Dcfwl_monthcalendartp.cpp109 path.AddRectangle(rtTotal.left, rtTotal.top, rtTotal.width, rtTotal.height); in DrawTotalBK()
120 path.AddRectangle(rtHead.left, rtHead.top, rtHead.width, rtHead.height); in DrawHeadBk()
131 path.AddRectangle(rtLBtn.left, rtLBtn.top, rtLBtn.width, rtLBtn.height); in DrawLButton()
164 path.AddRectangle(rtRBtn.left, rtRBtn.top, rtRBtn.width, rtRBtn.height); in DrawRButton()
225 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width, in DrawDatesInBK()
233 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width, in DrawDatesInBK()
246 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width, in DrawDatesInCircle()
259 path.AddRectangle(rtTodayCircle.left, rtTodayCircle.top, rtTodayCircle.width, in DrawTodayCircle()
Dcfwl_scrollbartp.cpp90 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawThumbBtn()
105 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawThumbBtn()
215 path.AddRectangle(pRect->left, pRect->top, 1, pRect->height); in DrawTrack()
216 path.AddRectangle(fRight - 1, pRect->top, 1, pRect->height); in DrawTrack()
218 path.AddRectangle(pRect->left, pRect->top, pRect->width, 1); in DrawTrack()
219 path.AddRectangle(pRect->left, fBottom - 1, pRect->width, 1); in DrawTrack()
224 path.AddRectangle(pRect->left + 1, pRect->top, pRect->width - 2, in DrawTrack()
Dcfwl_widgettp.cpp110 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height); in DrawBorder()
111 path.AddRectangle(pRect->left + 1, pRect->top + 1, pRect->width - 2, in DrawBorder()
133 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height); in FillSoildRect()
171 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height); in DrawFocus()
242 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height); in DrawBtn()
Dcfwl_listboxtp.cpp68 path.AddRectangle(rt.left, rt.top, rt.width - 1, rt.height - 1); in DrawListBoxItem()
70 path.AddRectangle(rt.left, rt.top, rt.width, rt.height); in DrawListBoxItem()
Dcfwl_comboboxtp.cpp32 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawBackground()
67 path.AddRectangle(pParams->m_rtPart.left, pParams->m_rtPart.top, in DrawStrethHandler()
Dcfwl_pushbuttontp.cpp60 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground()
74 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground()
Dcfwl_carettp.cpp44 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawCaretBK()
Dcfwl_edittp.cpp57 path.AddRectangle(pParams->m_rtPart.left, pParams->m_rtPart.top, in DrawBackground()
Dcfwl_checkboxtp.cpp137 path.AddRectangle(pRtSign->left, pRtSign->top, pRtSign->width, in DrawSignSquare()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp100 fillPath->AddRectangle(rtWidget.left, rtWidget.top, rtWidget.width, in GetFillPath()
393 path.AddRectangle(rt.left, rt.top, rt.width, rt.height); in StrokeLowered()
394 path.AddRectangle(rtInner.left, rtInner.top, rtInner.width, rtInner.height); in StrokeLowered()
410 path.AddRectangle(rt.left, rt.top, rt.width, rt.height); in StrokeRaised()
411 path.AddRectangle(rtInner.left, rtInner.top, rtInner.width, rtInner.height); in StrokeRaised()
/external/pdfium/xfa/fxfa/
Dcxfa_ffpushbutton.cpp221 path.AddRectangle(rtFill.left, rtFill.top, rtFill.width, rtFill.height); in OnDrawWidget()
237 path.AddRectangle(0, 0, rect.width, rect.height); in OnDrawWidget()
Dcxfa_fffield.cpp98 path.AddRectangle(m_rtUI.left, m_rtUI.top, m_rtUI.width, m_rtUI.height); in DrawHighlight()
114 path.AddRectangle(m_rtUI.left, m_rtUI.top, m_rtUI.width, m_rtUI.height); in DrawFocus()
/external/pdfium/xfa/fxgraphics/
Dcxfa_gepath.h37 void AddRectangle(float left, float top, float width, float height);
Dcxfa_gepath.cpp81 void CXFA_GEPath::AddRectangle(float left, in AddRectangle() function in CXFA_GEPath
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp491 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawContent()