/external/pdfium/xfa/fwl/theme/ |
D | cfwl_monthcalendartp.cpp | 105 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()
|
D | cfwl_scrollbartp.cpp | 97 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()
|
D | cfwl_widgettp.cpp | 102 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()
|
D | cfwl_listboxtp.cpp | 67 path.AddRectangle(rtItem.left, rtItem.top, rtItem.width - 1, in DrawListBoxItem() 70 path.AddRectangle(rtItem.left, rtItem.top, rtItem.width, rtItem.height); in DrawListBoxItem()
|
D | cfwl_pushbuttontp.cpp | 61 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground() 72 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground()
|
D | cfwl_carettp.cpp | 40 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawCaretBK()
|
D | cfwl_comboboxtp.cpp | 30 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawBackground()
|
D | cfwl_edittp.cpp | 48 path.AddRectangle(pParams.m_rtPart.left, pParams.m_rtPart.top, in DrawBackground()
|
D | cfwl_checkboxtp.cpp | 119 path.AddRectangle(rtSign.left, rtSign.top, rtSign.width, rtSign.height); in DrawSignSquare()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 98 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/ |
D | cxfa_gepath.h | 37 void AddRectangle(float left, float top, float width, float height);
|
D | cxfa_gepath.cpp | 80 void CXFA_GEPath::AddRectangle(float left, in AddRectangle() function in CXFA_GEPath
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffpushbutton.cpp | 212 path.AddRectangle(rtFill.left, rtFill.top, rtFill.width, rtFill.height); in OnDrawWidget() 228 path.AddRectangle(0, 0, rect.width, rect.height); in OnDrawWidget()
|
D | cxfa_fffield.cpp | 106 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/ |
D | cfwl_edit.cpp | 400 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawContent()
|