Searched defs:pRect (Results 1 - 25 of 30) sorted by relevance

12

/external/pdfium/xfa/fwl/theme/
H A Dcfwl_carettp.cpp39 const CFX_RectF* pRect,
43 CFX_RectF rect = *pRect;
37 DrawCaretBK(CXFA_Graphics* pGraphics, uint32_t dwStates, const CFX_RectF* pRect, CXFA_GEColor* crFill, CFX_Matrix* pMatrix) argument
H A Dcfwl_scrollbartp.cpp42 CFX_RectF* pRect = &pParams->m_rtPart; local
46 DrawMaxMinBtn(pGraphics, pRect,
52 DrawMaxMinBtn(pGraphics, pRect,
58 DrawThumbBtn(pGraphics, pRect, bVert, eState, true, &pParams->m_matrix);
62 DrawTrack(pGraphics, pRect, bVert, eState, true, &pParams->m_matrix);
66 DrawTrack(pGraphics, pRect, bVert, eState, false, &pParams->m_matrix);
75 const CFX_RectF* pRect,
84 CFX_RectF rect(*pRect);
119 const CFX_RectF* pRect,
126 if (pRect
74 DrawThumbBtn(CXFA_Graphics* pGraphics, const CFX_RectF* pRect, bool bVert, FWLTHEME_STATE eState, bool bPawButton, CFX_Matrix* pMatrix) argument
118 DrawPaw(CXFA_Graphics* pGraphics, const CFX_RectF* pRect, bool bVert, FWLTHEME_STATE eState, CFX_Matrix* pMatrix) argument
201 DrawTrack(CXFA_Graphics* pGraphics, const CFX_RectF* pRect, bool bVert, FWLTHEME_STATE eState, bool bLowerTrack, CFX_Matrix* pMatrix) argument
235 DrawMaxMinBtn(CXFA_Graphics* pGraphics, const CFX_RectF* pRect, FWLTHEME_DIRECTION eDict, FWLTHEME_STATE eState, CFX_Matrix* pMatrix) argument
[all...]
H A Dcfwl_widgettp.cpp104 const CFX_RectF* pRect,
106 if (!pGraphics || !pRect)
110 path.AddRectangle(pRect->left, pRect->top, pRect->width, pRect->height);
111 path.AddRectangle(pRect->left + 1, pRect->top + 1, pRect->width - 2,
112 pRect
103 DrawBorder(CXFA_Graphics* pGraphics, const CFX_RectF* pRect, CFX_Matrix* pMatrix) argument
119 FillBackground(CXFA_Graphics* pGraphics, const CFX_RectF* pRect, CFX_Matrix* pMatrix) argument
125 FillSoildRect(CXFA_Graphics* pGraphics, FX_ARGB fillColor, const CFX_RectF* pRect, CFX_Matrix* pMatrix) argument
163 DrawFocus(CXFA_Graphics* pGraphics, const CFX_RectF* pRect, CFX_Matrix* pMatrix) argument
179 DrawArrow(CXFA_Graphics* pGraphics, const CFX_RectF* pRect, FWLTHEME_DIRECTION eDict, FX_ARGB argSign, CFX_Matrix* pMatrix) argument
233 DrawBtn(CXFA_Graphics* pGraphics, const CFX_RectF* pRect, FWLTHEME_STATE eState, CFX_Matrix* pMatrix) argument
252 DrawArrowBtn(CXFA_Graphics* pGraphics, const CFX_RectF* pRect, FWLTHEME_DIRECTION eDict, FWLTHEME_STATE eState, CFX_Matrix* pMatrix) argument
[all...]
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_devicebuffer.cpp24 FX_RECT* pRect,
29 m_Rect = *pRect;
31 m_Matrix.Translate(-pRect->left, -pRect->top);
50 m_Matrix.TransformRect(CFX_FloatRect(*pRect)).GetOuterRect();
22 Initialize(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, FX_RECT* pRect, const CPDF_PageObject* pObj, int max_dpi) argument
H A Dcpdf_scaledrenderbuffer.cpp23 const FX_RECT& pRect,
32 m_Rect = pRect;
34 m_Matrix.Translate(-pRect.left, -pRect.top);
56 m_Matrix.TransformRect(CFX_FloatRect(pRect)).GetOuterRect();
21 Initialize(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, const FX_RECT& pRect, const CPDF_PageObject* pObj, const CPDF_RenderOptions* pOptions, int max_dpi) argument
/external/pdfium/core/fpdfapi/font/
H A Dcpdf_type3char.cpp35 void CPDF_Type3Char::TextUnitRectToGlyphUnitRect(CFX_FloatRect* pRect) { argument
36 pRect->Scale(kTextUnitInGlyphUnit);
/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_caret.cpp117 bool CPWL_Caret::InvalidateRect(CFX_FloatRect* pRect) { argument
118 if (!pRect) {
122 CFX_FloatRect rcRefresh = *pRect;
H A Dcpwl_list_box.cpp63 void CPWL_List_Notify::IOnInvalidateRect(CFX_FloatRect* pRect) { argument
64 m_pList->InvalidateRect(pRect);
H A Dcpwl_wnd.cpp279 bool CPWL_Wnd::InvalidateRect(CFX_FloatRect* pRect) { argument
284 CFX_FloatRect rcRefresh = pRect ? *pRect : GetWindowRect();
/external/pdfium/xfa/fgas/layout/
H A Dcfx_rtfbreak.h37 const CFX_RectF* pRect; member in struct:FX_RTFTEXTOBJ
H A Dcfx_txtbreak.h53 const CFX_RectF* pRect; member in struct:FX_TXTRUN
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dcubetexture9.c230 const RECT *pRect,
235 DBG("This=%p FaceType=%d Level=%u pLockedRect=%p pRect=%p Flags=%d\n",
236 This, FaceType, Level, pLockedRect, pRect, Flags);
243 return NineSurface9_LockRect(This->surfaces[s], pLockedRect, pRect, Flags);
226 NineCubeTexture9_LockRect( struct NineCubeTexture9 *This, D3DCUBEMAP_FACES FaceType, UINT Level, D3DLOCKED_RECT *pLockedRect, const RECT *pRect, DWORD Flags ) argument
H A Dtexture9.c279 const RECT *pRect,
282 DBG("This=%p Level=%u pLockedRect=%p pRect=%p Flags=%d\n",
283 This, Level, pLockedRect, pRect, Flags);
290 pRect, Flags);
276 NineTexture9_LockRect( struct NineTexture9 *This, UINT Level, D3DLOCKED_RECT *pLockedRect, const RECT *pRect, DWORD Flags ) argument
H A Dsurface9.c408 const RECT *pRect,
416 DBG("This=%p pLockedRect=%p pRect=%p[%u..%u,%u..%u] Flags=%s\n", This,
417 pLockedRect, pRect,
418 pRect ? pRect->left : 0, pRect ? pRect->right : 0,
419 pRect ? pRect->top : 0, pRect
406 NineSurface9_LockRect( struct NineSurface9 *This, D3DLOCKED_RECT *pLockedRect, const RECT *pRect, DWORD Flags ) argument
[all...]
/external/opencv/cvaux/src/
H A Dcvfacedetection.cpp312 CvContourRect* pRect = (CvContourRect*)cvGetSeqElem(m_seqRects, i); local
313 CvRect rect = pRect->r;
327 CvContourRect* pRect = (CvContourRect*)cvGetSeqElem(m_seqRects, j); local
333 *lpRect1 = pRect->r;
338 *lpRect1 = pRect->r;
390 CvContourRect* pRect = (CvContourRect*)cvGetSeqElem(m_seqRects, i); local
396 *lpRect1 = pRect->r;
401 *lpRect1 = pRect->r;
H A Dcvvecfacetracking.cpp399 CvTrackingRect* pRect = (CvTrackingRect*)(reader.ptr); local
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
[all...]
/external/pdfium/core/fxge/
H A Difx_renderdevicedriver.cpp36 bool IFX_RenderDeviceDriver::FillRectWithBlend(const FX_RECT* pRect, argument
H A Dcfx_renderdevice.h126 bool SetClip_Rect(const CFX_RectF& pRect);
127 bool SetClip_Rect(const FX_RECT& pRect);
147 bool FillRect(const FX_RECT* pRect, uint32_t color) { argument
148 return FillRectWithBlend(pRect, color, FXDIB_BLEND_NORMAL);
293 bool FillRectWithBlend(const FX_RECT* pRect, uint32_t color, int blend_type);
H A Dcfx_renderdevice.cpp677 bool CFX_RenderDevice::FillRectWithBlend(const FX_RECT* pRect, argument
680 if (m_pDeviceDriver->FillRectWithBlend(pRect, fill_color, blend_type))
687 if (!CreateCompatibleBitmap(bitmap, pRect->Width(), pRect->Height()))
690 if (!m_pDeviceDriver->GetDIBits(bitmap, pRect->left, pRect->top))
693 if (!bitmap->CompositeRect(0, 0, pRect->Width(), pRect->Height(), fill_color,
697 FX_RECT src_rect(0, 0, pRect->Width(), pRect
[all...]
/external/pdfium/core/fxge/win32/
H A Dfx_win32_print.cpp353 RECT* pRect = local
355 path.AppendRect(static_cast<float>(pRect->left),
356 static_cast<float>(pRect->bottom),
357 static_cast<float>(pRect->right),
358 static_cast<float>(pRect->top));
437 bool CPSPrinterDriver::GetClipBox(FX_RECT* pRect) { argument
438 *pRect = m_PSRenderer.GetClipBox();
562 bool CTextOnlyPrinterDriver::GetClipBox(FX_RECT* pRect) { argument
563 pRect->left = 0;
564 pRect
[all...]
/external/pdfium/xfa/fxfa/
H A Dcxfa_textparser.cpp176 const CFX_CSSRect* pRect = pParentStyle->GetMarginWidth(); local
177 if (pRect)
178 pNewStyle->SetMarginWidth(*pRect);
H A Dcxfa_textlayout.cpp201 const CFX_CSSRect* pRect = pStyle->GetMarginWidth(); local
203 if (pRect) {
204 fStart = pRect->left.GetValue();
205 fLineWidth -= pRect->right.GetValue();
223 pNewRect.right.Set(CFX_CSSLengthUnit::Point, pRect->right.GetValue());
224 pNewRect.top.Set(CFX_CSSLengthUnit::Point, pRect->top.GetValue());
225 pNewRect.bottom.Set(CFX_CSSLengthUnit::Point, pRect->bottom.GetValue());
741 const CFX_CSSRect* pRect = pStyle->GetMarginWidth(); local
742 if (pRect) {
743 fLinePos += pRect
1124 const CFX_CSSRect* pRect = pStyle->GetMarginWidth(); local
[all...]
/external/pdfium/xfa/fwl/
H A Dcfwl_widget.cpp520 void CFWL_Widget::RepaintRect(const CFX_RectF& pRect) { argument
521 m_pWidgetMgr->RepaintWidget(this, pRect);
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc191 UCHAR* pRect = (UCHAR*) lr.pBits; local
193 ConvertFromI420(videoFrame, kARGB, 0, pRect);
/external/pdfium/core/fxge/agg/
H A Dfx_agg_driver.cpp1401 bool CFX_AggDeviceDriver::FillRectWithBlend(const FX_RECT* pRect, argument
1413 if (pRect)
1414 draw_rect.Intersect(*pRect);
1437 bool CFX_AggDeviceDriver::GetClipBox(FX_RECT* pRect) { argument
1439 pRect->left = pRect->top = 0;
1440 pRect->right = GetDeviceCaps(FXDC_PIXEL_WIDTH);
1441 pRect->bottom = GetDeviceCaps(FXDC_PIXEL_HEIGHT);
1444 *pRect = m_pClipRgn->GetBox();

Completed in 407 milliseconds

12