/external/pdfium/xfa/src/fwl/src/theme/ |
D | formtp.cpp | 396 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 …]
|
D | scrollbartp.cpp | 109 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()
|
D | monthcalendartp.cpp | 372 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()
|
D | comboboxtp.cpp | 35 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()
|
D | widgettp.cpp | 227 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 …]
|
D | listboxtp.cpp | 84 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()
|
D | pushbuttontp.cpp | 61 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground() 73 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground()
|
D | carettp.cpp | 41 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawCaretBK()
|
D | edittp.cpp | 42 path.AddRectangle(pParams->m_rtPart.left, pParams->m_rtPart.top, in DrawBackground()
|
D | datetimepickertp.cpp | 81 path.AddRectangle(pParams->m_rtPart.left + fWidth, in DrawDropDownButton()
|
D | checkboxtp.cpp | 119 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/ |
D | fde_pth.h | 27 virtual void AddRectangle(const CFX_RectF& rect) = 0;
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffpushbutton.cpp | 230 path.AddRectangle(rtFill.left, rtFill.top, rtFill.width, rtFill.height); in OnDrawWidget() 245 path.AddRectangle(0, 0, rect.width, rect.height); in OnDrawWidget()
|
D | xfa_ffwidget.cpp | 1356 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()
|
D | xfa_fffield.cpp | 97 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/ |
D | fx_path_generator.h | 45 void AddRectangle(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2);
|
D | fx_path_generator.cpp | 88 void CFX_PathGenerator::AddRectangle(FX_FLOAT x1, in AddRectangle() function in CFX_PathGenerator
|
D | fx_graphics.cpp | 1240 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/ |
D | fde_geobject.h | 29 virtual void AddRectangle(const CFX_RectF& rect);
|
D | fde_gedevice.cpp | 304 path.AddRectangle(rect); in DrawRectangle() 333 path.AddRectangle(rect); in FillRectangle()
|
D | fde_geobject.cpp | 248 void CFDE_Path::AddRectangle(const CFX_RectF& rect) { in AddRectangle() function in CFDE_Path
|
/external/pdfium/xfa/include/fxgraphics/ |
D | fx_graphics.h | 356 FX_ERR AddRectangle(FX_FLOAT left,
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_editimp.cpp | 1078 path.AddRectangle(rectArr[i].left, rectArr[i].top, rectArr[i].width, in DrawContent()
|