HomeSort by relevance Sort by last modified time
    Searched refs:pRect (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 63 FX_BOOL FillRect(const FX_RECT* pRect,
78 FX_BOOL GetClipBox(FX_RECT* pRect) override;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uxtheme.h 121 THEMEAPI DrawThemeBackground(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,const RECT *pRect,const RECT *pClipRect);
125 THEMEAPI DrawThemeText(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,LPCWSTR pszText,int iCharCount,DWORD dwTextFlags,DWORD dwTextFlags2,const RECT *pRect);
166 THEMEAPI DrawThemeTextEx(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,LPCWSTR pszText,int iCharCount,DWORD dwFlags,LPRECT pRect,const DTTOPTS *pOptions);
179 THEMEAPI GetThemeBackgroundRegion(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,const RECT *pRect,HRGN *pRegion);
194 THEMEAPI HitTestThemeBackground(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,DWORD dwOptions,const RECT *pRect,HRGN hrgn,POINT ptTest,WORD *pwHitTestCode);
196 THEMEAPI DrawThemeIcon(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,const RECT *pRect,HIMAGELIST himl,int iImageIndex);
207 THEMEAPI GetThemeRect(HTHEME hTheme,int iPartId,int iStateId,int iPropId,RECT *pRect);
303 THEMEAPI DrawThemeBackgroundEx(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,const RECT *pRect,const DTBGOPTS *pOptions);
ocidl.h     [all...]
  /external/pdfium/xfa/include/fwl/theme/
checkboxtp.h 27 const CFX_RectF* pRect,
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 335 RECT* pRect = (RECT*)(pData->Buffer + pData->rdh.nRgnSize * i);
336 path.AppendRect((FX_FLOAT)pRect->left, (FX_FLOAT)pRect->bottom,
337 (FX_FLOAT)pRect->right, (FX_FLOAT)pRect->top);
407 FX_BOOL CPSPrinterDriver::GetClipBox(FX_RECT* pRect) {
408 *pRect = m_PSRenderer.GetClipBox();
win32_int.h 134 FX_BOOL FillRect(const FX_RECT* pRect,
147 FX_BOOL GetClipBox(FX_RECT* pRect) override;
317 FX_BOOL GetClipBox(FX_RECT* pRect) override;
  /external/pdfium/xfa/src/fgas/src/font/
fx_gefont.cpp 441 void* pRect = NULL;
442 if (!m_pBBoxMap->Lookup((void*)(uintptr_t)wUnicode, pRect)) {
453 pRect = m_pRectArray->GetPtrAt(index);
454 m_pBBoxMap->SetAt((void*)(uintptr_t)wUnicode, pRect);
463 if (pRect == NULL) {
466 bbox = *(FX_LPCRECT)pRect;
  /external/pdfium/xfa/src/fwl/src/lightwidget/
widget.cpp 206 FWL_ERR CFWL_Widget::Repaint(const CFX_RectF* pRect) {
210 if (pRect) {
211 rect = *pRect;
  /external/pdfium/xfa/include/fwl/adapter/
fwl_adapterwidgetmgr.h 48 const CFX_RectF* pRect) = 0;
fwl_sdadapterimp.h 35 virtual FWL_ERR RepaintWidget(IFWL_Widget* pWidget, const CFX_RectF* pRect);
  /external/pdfium/core/src/fxge/apple/
apple_int.h 111 FX_BOOL FillRect(const FX_RECT* pRect,
124 FX_BOOL GetClipBox(FX_RECT* pRect) override;
  /external/pdfium/xfa/src/fgas/include/
fx_rbk.h 71 pRect = NULL;
84 FX_LPCRECTF pRect;
fx_tbk.h 90 pRect = NULL;
106 FX_LPCRECTF pRect;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.h 117 void InvalidateWidget(const CFX_RectF* pRect = NULL);
118 void AddInvalidateRect(const CFX_RectF* pRect = NULL);
xfa_textlayout.cpp 209 const FDE_CSSRECT* pRect = pBoundarytyle->GetMarginWidth();
210 if (pRect != NULL) {
212 pBoundarytyle->SetMarginWidth(*pRect);
840 const FDE_CSSRECT* pRect = pStyle->GetBoundaryStyles()->GetMarginWidth();
843 if (pRect != NULL) {
844 fStart = pRect->left.GetValue();
845 fLineWidth -= pRect->right.GetValue();
865 pNewRect.right.Set(FDE_CSSLENGTHUNIT_Point, pRect->right.GetValue());
866 pNewRect.top.Set(FDE_CSSLENGTHUNIT_Point, pRect->top.GetValue());
867 pNewRect.bottom.Set(FDE_CSSLENGTHUNIT_Point, pRect->bottom.GetValue());
    [all...]
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 399 CvTrackingRect* pRect = (CvTrackingRect*)(reader.ptr);
407 if (RectInRect(pRect2->r, pRect->r))
408 pRect->nRectsInThis ++;
409 else if (pRect2->r.y + pRect2->r.height <= pRect->r.y)
410 pRect->nRectsOnTop ++;
411 else if (pRect2->r.y >= pRect->r.y + pRect->r.height)
412 pRect->nRectsOnBottom ++;
413 else if (pRect2->r.x + pRect2->r.width <= pRect->r.x)
414 pRect->nRectsOnLeft ++
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 287 FX_BOOL SetClip_Rect(const FX_RECT* pRect);
309 FX_BOOL FillRect(const FX_RECT* pRect,
525 virtual FX_BOOL FillRect(const FX_RECT* pRect,
544 virtual FX_BOOL GetClipBox(FX_RECT* pRect) = 0;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h 38 void IOnInvalidateRect(CPDF_Rect* pRect) override;
PWL_EditCtrl.h 144 void IOnInvalidateRect(CPDF_Rect* pRect) override;
  /external/pdfium/xfa/include/fwl/lightwidget/
widget.h 82 FWL_ERR Repaint(const CFX_RectF* pRect = NULL);
  /external/pdfium/xfa/src/fwl/src/core/
fwl_sdadapterimp.cpp 53 const CFX_RectF* pRect) {
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp     [all...]
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 521 FX_BOOL CFX_SkiaDeviceDriver::FillRect(const FX_RECT* pRect,
525 return m_pAggDriver->FillRect(pRect, fill_color, alpha_flag, pIccTransform);
528 FX_BOOL CFX_SkiaDeviceDriver::GetClipBox(FX_RECT* pRect) {
529 return m_pAggDriver->GetClipBox(pRect);
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_widgetimp.h 122 void Repaint(const CFX_RectF* pRect = NULL);
fwl_widgetmgrimp.h 65 const CFX_RectF* pRect = NULL) override;

Completed in 649 milliseconds

12 3 4