Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/theme/
Dcfwl_monthcalendartp.cpp105 path.AddRectangle(rtTotal.left, rtTotal.top, rtTotal.width, rtTotal.height); in DrawTotalBK()
116 path.AddRectangle(rtHead.left, rtHead.top, rtHead.width, rtHead.height); in DrawHeadBk()
127 path.AddRectangle(rtLBtn.left, rtLBtn.top, rtLBtn.width, rtLBtn.height); in DrawLButton()
160 path.AddRectangle(rtRBtn.left, rtRBtn.top, rtRBtn.width, rtRBtn.height); in DrawRButton()
219 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width, in DrawDatesInBK()
227 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width, in DrawDatesInBK()
240 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width, in DrawDatesInCircle()
252 path.AddRectangle(rtTodayCircle.left, rtTodayCircle.top, rtTodayCircle.width, in DrawTodayCircle()
Dcfwl_scrollbartp.cpp97 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawThumbBtn()
201 path.AddRectangle(rect.left, rect.top, 1, rect.height); in DrawTrack()
202 path.AddRectangle(fRight - 1, rect.top, 1, rect.height); in DrawTrack()
204 path.AddRectangle(rect.left, rect.top, rect.width, 1); in DrawTrack()
205 path.AddRectangle(rect.left, fBottom - 1, rect.width, 1); in DrawTrack()
210 path.AddRectangle(rect.left + 1, rect.top, rect.width - 2, rect.height); in DrawTrack()
Dcfwl_widgettp.cpp102 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawBorder()
103 path.AddRectangle(rect.left + 1, rect.top + 1, rect.width - 2, in DrawBorder()
125 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in FillSolidRect()
139 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawFocus()
208 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawBtn()
Dcfwl_listboxtp.cpp67 path.AddRectangle(rtItem.left, rtItem.top, rtItem.width - 1, in DrawListBoxItem()
70 path.AddRectangle(rtItem.left, rtItem.top, rtItem.width, rtItem.height); in DrawListBoxItem()
Dcfwl_pushbuttontp.cpp61 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground()
72 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground()
Dcfwl_carettp.cpp40 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawCaretBK()
Dcfwl_comboboxtp.cpp30 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawBackground()
Dcfwl_edittp.cpp48 path.AddRectangle(pParams.m_rtPart.left, pParams.m_rtPart.top, in DrawBackground()
Dcfwl_checkboxtp.cpp119 path.AddRectangle(rtSign.left, rtSign.top, rtSign.width, rtSign.height); in DrawSignSquare()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp98 fillPath->AddRectangle(rtWidget.left, rtWidget.top, rtWidget.width, in GetFillPath()
391 path.AddRectangle(rt.left, rt.top, rt.width, rt.height); in StrokeLowered()
392 path.AddRectangle(rtInner.left, rtInner.top, rtInner.width, rtInner.height); in StrokeLowered()
408 path.AddRectangle(rt.left, rt.top, rt.width, rt.height); in StrokeRaised()
409 path.AddRectangle(rtInner.left, rtInner.top, rtInner.width, rtInner.height); in StrokeRaised()
/external/pdfium/xfa/fxgraphics/
Dcxfa_gepath.h37 void AddRectangle(float left, float top, float width, float height);
Dcxfa_gepath.cpp80 void CXFA_GEPath::AddRectangle(float left, in AddRectangle() function in CXFA_GEPath
/external/pdfium/xfa/fxfa/
Dcxfa_ffpushbutton.cpp212 path.AddRectangle(rtFill.left, rtFill.top, rtFill.width, rtFill.height); in OnDrawWidget()
228 path.AddRectangle(0, 0, rect.width, rect.height); in OnDrawWidget()
Dcxfa_fffield.cpp106 path.AddRectangle(m_rtUI.left, m_rtUI.top, m_rtUI.width, m_rtUI.height); in DrawHighlight()
122 path.AddRectangle(m_rtUI.left, m_rtUI.top, m_rtUI.width, m_rtUI.height); in DrawFocus()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp400 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawContent()