/external/pdfium/xfa/src/fwl/src/theme/ |
formtp.cpp | 396 path.AddRectangle(rt.left + 1, rt.top, fWidth - 2, 1);
397 path.AddRectangle(rt.left, rt.top + 1, 1, fHeight - 2);
398 path.AddRectangle(fRight - 1, rt.top + 1, 1, fHeight - 2);
399 path.AddRectangle(rt.left + 1, fBottom - 1, fWidth - 2, 1);
405 path.AddRectangle(rt.left + 1, rt.top + 1, 1, 1);
406 path.AddRectangle(fRight - 2, rt.top + 1, 1, 1);
407 path.AddRectangle(rt.left + 1, fBottom - 2, 1, 1);
408 path.AddRectangle(fRight - 2, fBottom - 2, 1, 1);
413 path.AddRectangle(rt.left + 2, rt.top + 1, fWidth - 4, 1);
414 path.AddRectangle(rt.left + 1, rt.top + 2, 1, fHeight - 4); [all...] |
comboboxtp.cpp | 35 path.AddRectangle(rect.left, rect.top, rect.width, rect.height);
70 path.AddRectangle(pParams->m_rtPart.left, pParams->m_rtPart.top,
124 path.AddRectangle(pParams->m_rtPart.left + fWidth,
|
listboxtp.cpp | 84 path.AddRectangle(rt.left, rt.top, rt.width - 1, rt.height - 1);
86 path.AddRectangle(rt.left, rt.top, rt.width, rt.height);
|
carettp.cpp | 41 path.AddRectangle(rect.left, rect.top, rect.width, rect.height);
|
scrollbartp.cpp | 109 path.AddRectangle(rect.left, rect.top, rect.width, rect.height);
125 path.AddRectangle(rect.left, rect.top, rect.width, rect.height);
229 path.AddRectangle(pRect->left, pRect->top, 1, pRect->height);
230 path.AddRectangle(fRight - 1, pRect->top, 1, pRect->height);
232 path.AddRectangle(pRect->left, pRect->top, pRect->width, 1);
233 path.AddRectangle(pRect->left, fBottom - 1, pRect->width, 1);
238 path.AddRectangle(pRect->left + 1, pRect->top, pRect->width - 2,
277 path.AddRectangle(pRect->left + fWidth, pRect->top + fWidth,
296 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height);
317 path.AddRectangle(pRect->left + fWidth, pRect->top + fWidth, [all...] |
monthcalendartp.cpp | 372 path.AddRectangle(rtTotal.left, rtTotal.top, rtTotal.width, rtTotal.height);
385 path.AddRectangle(rtHead.left, rtHead.top, rtHead.width, rtHead.height);
399 path.AddRectangle(rtLBtn.left, rtLBtn.top, rtLBtn.width, rtLBtn.height);
432 path.AddRectangle(rtRBtn.left, rtRBtn.top, rtRBtn.width, rtRBtn.height);
497 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width,
508 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width,
524 path.AddRectangle(rtSelDay.left, rtSelDay.top, rtSelDay.width,
540 path.AddRectangle(rtTodayCircle.left, rtTodayCircle.top, rtTodayCircle.width,
|
edittp.cpp | 42 path.AddRectangle(pParams->m_rtPart.left, pParams->m_rtPart.top,
|
widgettp.cpp | 227 path.AddRectangle(pRect->left, pRect->top, pRect->width - 1,
233 path.AddRectangle(pRect->left + 1, pRect->top + 1, pRect->width - 3,
283 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height);
284 path.AddRectangle(pRect->left + 1, pRect->top + 1, pRect->width - 2,
290 path.AddRectangle(pRect->left + 1, pRect->top + 1, pRect->width - 2,
292 path.AddRectangle(pRect->left + 2, pRect->top + 2, pRect->width - 4,
403 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height);
404 path.AddRectangle(pRect->left + 1, pRect->top + 1, pRect->width - 2,
430 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height);
475 path.AddRectangle(rtInner.left, rtInner.top, rtInner.width, rtInner.height); [all...] |
pushbuttontp.cpp | 61 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width,
73 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width,
|
datetimepickertp.cpp | 81 path.AddRectangle(pParams->m_rtPart.left + fWidth,
|
checkboxtp.cpp | 119 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height);
122 path.AddRectangle(pRect->left + CHECKBOX_SIZE_SIGNMARGIN,
314 path.AddRectangle(pRtSign->left, pRtSign->top, pRtSign->width,
|
/external/pdfium/xfa/src/fdp/include/ |
fde_pth.h | 27 virtual void AddRectangle(const CFX_RectF& rect) = 0;
|
/external/pdfium/xfa/src/fdp/src/fde/ |
fde_geobject.h | 29 virtual void AddRectangle(const CFX_RectF& rect);
|
fde_geobject.cpp | 248 void CFDE_Path::AddRectangle(const CFX_RectF& rect) {
|
fde_gedevice.cpp | 304 path.AddRectangle(rect);
333 path.AddRectangle(rect);
|
/external/pdfium/xfa/src/fxgraphics/src/ |
fx_path_generator.h | 45 void AddRectangle(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2);
|
fx_path_generator.cpp | 88 void CFX_PathGenerator::AddRectangle(FX_FLOAT x1,
|
fx_graphics.cpp | [all...] |
/external/pdfium/xfa/src/fxfa/src/app/ |
xfa_ffpushbutton.cpp | 230 path.AddRectangle(rtFill.left, rtFill.top, rtFill.width, rtFill.height);
245 path.AddRectangle(0, 0, rect.width, rect.height);
|
xfa_fffield.cpp | 97 path.AddRectangle(m_rtUI.left, m_rtUI.top, m_rtUI.width, m_rtUI.height);
111 path.AddRectangle(m_rtUI.left, m_rtUI.top, m_rtUI.width, m_rtUI.height);
|
xfa_ffwidget.cpp | [all...] |
/external/pdfium/xfa/include/fxgraphics/ |
fx_graphics.h | 356 FX_ERR AddRectangle(FX_FLOAT left,
|
/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/src/fwl/src/basewidget/ |
fwl_editimp.cpp | [all...] |