HomeSort by relevance Sort by last modified time
    Searched refs:AddRectangle (Results 1 - 19 of 19) sorted by null

  /external/pdfium/xfa/fwl/theme/
cfwl_carettp.cpp 44 path.AddRectangle(rect.left, rect.top, rect.width, rect.height);
cfwl_comboboxtp.cpp 32 path.AddRectangle(rect.left, rect.top, rect.width, rect.height);
68 path.AddRectangle(pParams->m_rtPart.left, pParams->m_rtPart.top,
cfwl_listboxtp.cpp 74 path.AddRectangle(rt.left, rt.top, rt.width - 1, rt.height - 1);
76 path.AddRectangle(rt.left, rt.top, rt.width, rt.height);
cfwl_monthcalendartp.cpp 109 path.AddRectangle(rtTotal.left, rtTotal.top, rtTotal.width, rtTotal.height);
122 path.AddRectangle(rtHead.left, rtHead.top, rtHead.width, rtHead.height);
135 path.AddRectangle(rtLBtn.left, rtLBtn.top, rtLBtn.width, rtLBtn.height);
169 path.AddRectangle(rtRBtn.left, rtRBtn.top, rtRBtn.width, rtRBtn.height);
233 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width,
241 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width,
254 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width,
267 path.AddRectangle(rtTodayCircle.left, rtTodayCircle.top, rtTodayCircle.width,
cfwl_scrollbartp.cpp 90 path.AddRectangle(rect.left, rect.top, rect.width, rect.height);
106 path.AddRectangle(rect.left, rect.top, rect.width, rect.height);
218 path.AddRectangle(pRect->left, pRect->top, 1, pRect->height);
219 path.AddRectangle(fRight - 1, pRect->top, 1, pRect->height);
221 path.AddRectangle(pRect->left, pRect->top, pRect->width, 1);
222 path.AddRectangle(pRect->left, fBottom - 1, pRect->width, 1);
227 path.AddRectangle(pRect->left + 1, pRect->top, pRect->width - 2,
cfwl_pushbuttontp.cpp 60 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width,
75 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width,
cfwl_widgettp.cpp 107 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height);
108 path.AddRectangle(pRect->left + 1, pRect->top + 1, pRect->width - 2,
135 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height);
176 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height);
245 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height);
cfwl_edittp.cpp 56 path.AddRectangle(pParams->m_rtPart.left, pParams->m_rtPart.top,
cfwl_checkboxtp.cpp 135 path.AddRectangle(pRtSign->left, pRtSign->top, pRtSign->width,
  /external/pdfium/xfa/fxgraphics/
cfx_path.h 37 void AddRectangle(FX_FLOAT left,
cfx_path.cpp 81 void CFX_Path::AddRectangle(FX_FLOAT left,
  /external/pdfium/xfa/fde/
cfde_path.h 29 void AddRectangle(const CFX_RectF& rect);
fde_gedevice.cpp 293 path.AddRectangle(rect);
326 path.AddRectangle(rect);
cfde_path.cpp 204 void CFDE_Path::AddRectangle(const CFX_RectF& rect) {
  /external/pdfium/xfa/fxfa/app/
xfa_ffpushbutton.cpp 219 path.AddRectangle(rtFill.left, rtFill.top, rtFill.width, rtFill.height);
233 path.AddRectangle(0, 0, rect.width, rect.height);
xfa_fffield.cpp 88 path.AddRectangle(m_rtUI.left, m_rtUI.top, m_rtUI.width, m_rtUI.height);
102 path.AddRectangle(m_rtUI.left, m_rtUI.top, m_rtUI.width, m_rtUI.height);
xfa_ffwidget.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 289 Status AddRectangle(const RectF& rect)
294 Status AddRectangle(const Rect& rect)
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 552 path.AddRectangle(rect.left, rect.top, rect.width, rect.height);
    [all...]

Completed in 1205 milliseconds