/external/pdfium/xfa/fwl/theme/ |
D | cfwl_monthcalendartp.cpp | 109 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()
|
D | cfwl_scrollbartp.cpp | 90 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()
|
D | cfwl_widgettp.cpp | 110 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()
|
D | cfwl_listboxtp.cpp | 68 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()
|
D | cfwl_comboboxtp.cpp | 32 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()
|
D | cfwl_pushbuttontp.cpp | 60 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground() 74 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground()
|
D | cfwl_carettp.cpp | 44 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawCaretBK()
|
D | cfwl_edittp.cpp | 57 path.AddRectangle(pParams->m_rtPart.left, pParams->m_rtPart.top, in DrawBackground()
|
D | cfwl_checkboxtp.cpp | 137 path.AddRectangle(pRtSign->left, pRtSign->top, pRtSign->width, in DrawSignSquare()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 100 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/ |
D | cxfa_ffpushbutton.cpp | 221 path.AddRectangle(rtFill.left, rtFill.top, rtFill.width, rtFill.height); in OnDrawWidget() 237 path.AddRectangle(0, 0, rect.width, rect.height); in OnDrawWidget()
|
D | cxfa_fffield.cpp | 98 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/ |
D | cxfa_gepath.h | 37 void AddRectangle(float left, float top, float width, float height);
|
D | cxfa_gepath.cpp | 81 void CXFA_GEPath::AddRectangle(float left, in AddRectangle() function in CXFA_GEPath
|
/external/pdfium/xfa/fwl/ |
D | cfwl_edit.cpp | 491 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawContent()
|