Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/theme/
Dcfwl_scrollbartp.cpp87 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()
Dcfwl_monthcalendartp.cpp107 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()
Dcfwl_widgettp.cpp90 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()
Dcfwl_listboxtp.cpp69 path.AddRectangle(rtItem.left, rtItem.top, rtItem.width - 1, in DrawListBoxItem()
72 path.AddRectangle(rtItem.left, rtItem.top, rtItem.width, rtItem.height); in DrawListBoxItem()
Dcfwl_pushbuttontp.cpp64 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground()
75 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground()
Dcfwl_carettp.cpp42 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawCaretBK()
Dcfwl_comboboxtp.cpp31 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawBackground()
Dcfwl_edittp.cpp39 path.AddRectangle(pParams.m_PartRect.left, pParams.m_PartRect.top, in DrawBackground()
Dcfwl_checkboxtp.cpp121 path.AddRectangle(rtSign.left, rtSign.top, rtSign.width, rtSign.height); in DrawSignSquare()
/external/cronet/stable/third_party/quic_trace/src/tools/render/
Drectangle_renderer.cc60 void RectangleRenderer::AddRectangle(Box box, uint32_t rgba) { in AddRectangle() function in quic_trace::render::RectangleRenderer
74 AddRectangle(box, rgba); in AddRectangleWithBorder()
Drectangle_renderer.h29 void AddRectangle(Box box, uint32_t rgba);
Dtrace_program.cc262 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/
Drectangle_renderer.cc60 void RectangleRenderer::AddRectangle(Box box, uint32_t rgba) { in AddRectangle() function in quic_trace::render::RectangleRenderer
74 AddRectangle(box, rgba); in AddRectangleWithBorder()
Drectangle_renderer.h29 void AddRectangle(Box box, uint32_t rgba);
Dtrace_program.cc262 rectangle_renderer_->AddRectangle(window_box, 0x00000033); in HandleZooming()
297 rectangle_renderer_->AddRectangle(window_box, 0x00000033); in HandleSummary()
/external/pdfium/xfa/fgas/graphics/
Dcfgas_gepath.h36 void AddRectangle(float left, float top, float width, float height);
Dcfgas_gepath.cpp83 void CFGAS_GEPath::AddRectangle(float left, in AddRectangle() function in CFGAS_GEPath
/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp112 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/
Dcxfa_ffpushbutton.cpp223 path.AddRectangle(rtFill.left, rtFill.top, rtFill.width, rtFill.height); in OnDrawWidget()
240 path.AddRectangle(0, 0, rect.width, rect.height); in OnDrawWidget()
Dcxfa_fffield.cpp117 path.AddRectangle(m_UIRect.left, m_UIRect.top, m_UIRect.width, in DrawHighlight()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp355 path.AddRectangle(rect.left, rect.top, rect.width, rect.height); in DrawContentNonComb()