/external/pdfium/xfa/fwl/theme/ |
D | cfwl_scrollbartp.cpp | 87 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawThumbBtn() 108 path.AddRectangle(rect.left, rect.top, 1, rect.height); in DrawTrack() 109 path.AddRectangle(fRight - 1, rect.top, 1, rect.height); in DrawTrack() 111 path.AddRectangle(rect.left, rect.top, rect.width, 1); in DrawTrack() 112 path.AddRectangle(rect.left, fBottom - 1, rect.width, 1); in DrawTrack() 118 path.AddRectangle(rect.left + 1, rect.top, rect.width - 2, rect.height); in DrawTrack()
|
D | cfwl_monthcalendartp.cpp | 107 path.AddRectangle(rtTotal.left, rtTotal.top, rtTotal.width, rtTotal.height); in DrawTotalBK() 119 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() 166 path.AddRectangle(rtRBtn.left, rtRBtn.top, rtRBtn.width, rtRBtn.height); in DrawRButton() 227 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width, in DrawDatesInBK() 236 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width, in DrawDatesInBK() 250 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width, in DrawDatesInCircle() 262 path.AddRectangle(rtTodayCircle.left, rtTodayCircle.top, rtTodayCircle.width, in DrawTodayCircle()
|
D | cfwl_widgettp.cpp | 90 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawBorder() 91 path.AddRectangle(rect.left + 1, rect.top + 1, rect.width - 2, in DrawBorder() 113 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in FillSolidRect() 127 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawFocus() 193 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawBtn()
|
D | cfwl_listboxtp.cpp | 69 path.AddRectangle(rtItem.left, rtItem.top, rtItem.width - 1, in DrawListBoxItem() 72 path.AddRectangle(rtItem.left, rtItem.top, rtItem.width, rtItem.height); in DrawListBoxItem()
|
D | cfwl_pushbuttontp.cpp | 64 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground() 75 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground()
|
D | cfwl_carettp.cpp | 42 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawCaretBK()
|
D | cfwl_comboboxtp.cpp | 31 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawBackground()
|
D | cfwl_edittp.cpp | 39 path.AddRectangle(pParams.m_PartRect.left, pParams.m_PartRect.top, in DrawBackground()
|
D | cfwl_checkboxtp.cpp | 121 path.AddRectangle(rtSign.left, rtSign.top, rtSign.width, rtSign.height); in DrawSignSquare()
|
/external/cronet/stable/third_party/quic_trace/src/tools/render/ |
D | rectangle_renderer.cc | 60 void RectangleRenderer::AddRectangle(Box box, uint32_t rgba) { in AddRectangle() function in quic_trace::render::RectangleRenderer 74 AddRectangle(box, rgba); in AddRectangleWithBorder()
|
D | rectangle_renderer.h | 29 void AddRectangle(Box box, uint32_t rgba);
|
D | trace_program.cc | 262 rectangle_renderer_->AddRectangle(window_box, 0x00000033); in HandleZooming() 297 rectangle_renderer_->AddRectangle(window_box, 0x00000033); in HandleSummary()
|
/external/cronet/tot/third_party/quic_trace/src/tools/render/ |
D | rectangle_renderer.cc | 60 void RectangleRenderer::AddRectangle(Box box, uint32_t rgba) { in AddRectangle() function in quic_trace::render::RectangleRenderer 74 AddRectangle(box, rgba); in AddRectangleWithBorder()
|
D | rectangle_renderer.h | 29 void AddRectangle(Box box, uint32_t rgba);
|
D | trace_program.cc | 262 rectangle_renderer_->AddRectangle(window_box, 0x00000033); in HandleZooming() 297 rectangle_renderer_->AddRectangle(window_box, 0x00000033); in HandleSummary()
|
/external/pdfium/xfa/fgas/graphics/ |
D | cfgas_gepath.h | 36 void AddRectangle(float left, float top, float width, float height);
|
D | cfgas_gepath.cpp | 83 void CFGAS_GEPath::AddRectangle(float left, in AddRectangle() function in CFGAS_GEPath
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 112 fillPath->AddRectangle(rtWidget.left, rtWidget.top, rtWidget.width, in GetFillPath() 414 path.AddRectangle(rt.left, rt.top, rt.width, rt.height); in StrokeLowered() 415 path.AddRectangle(rtInner.left, rtInner.top, rtInner.width, rtInner.height); in StrokeLowered() 430 path.AddRectangle(rt.left, rt.top, rt.width, rt.height); in StrokeRaised() 431 path.AddRectangle(rtInner.left, rtInner.top, rtInner.width, rtInner.height); in StrokeRaised()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffpushbutton.cpp | 223 path.AddRectangle(rtFill.left, rtFill.top, rtFill.width, rtFill.height); in OnDrawWidget() 240 path.AddRectangle(0, 0, rect.width, rect.height); in OnDrawWidget()
|
D | cxfa_fffield.cpp | 117 path.AddRectangle(m_UIRect.left, m_UIRect.top, m_UIRect.width, in DrawHighlight()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_edit.cpp | 355 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawContentNonComb()
|