/external/pdfium/core/src/fxge/win32/ |
D | win32_int.h | 27 const FX_RECT* pClipRect, 35 const FX_RECT* pClipRect, 134 FX_BOOL FillRect(const FX_RECT* pRect, 147 FX_BOOL GetClipBox(FX_RECT* pRect) override; 156 const FX_RECT* pSrcRect, 195 const FX_RECT* pSrcRect, 207 const FX_RECT* pClipRect, 229 const FX_RECT* pClipRect, 243 const FX_RECT* pSrcRect, 255 const FX_RECT* pClipRect, [all …]
|
D | fx_win32_print.cpp | 38 const FX_RECT* pSrcRect, in SetDIBits() 45 FX_RECT clip_rect(left, top, left + pSrcRect->Width(), in SetDIBits() 70 const FX_RECT* pClipRect, in StretchDIBits() 158 FX_RECT result_rect = result_rect_f.GetOutterRect(); in Transform1bppBitmap() 238 FX_RECT full_rect = unit_rect.GetOutterRect(); in StartDIBits() 407 FX_BOOL CPSPrinterDriver::GetClipBox(FX_RECT* pRect) { in GetClipBox() 413 const FX_RECT* pSrcRect, in SetDIBits() 431 const FX_RECT* pClipRect, in StretchDIBits()
|
D | fx_win32_device.cpp | 525 const FX_RECT* pSrcRect, in GDI_SetDIBits() 542 FX_RECT dst_rect(0, 0, width, height); in GDI_SetDIBits() 676 FX_BOOL CGdiDeviceDriver::GetClipBox(FX_RECT* pRect) { in GetClipBox() 864 FX_RECT bbox = bbox_f.GetInnerRect(); in DrawPath() 954 FX_BOOL CGdiDeviceDriver::FillRect(const FX_RECT* pRect, in FillRect() 983 FX_RECT rect = rectf.GetOutterRect(); in SetClip_PathFill() 1093 const FX_RECT* pSrcRect, in SetDIBits() 1115 FX_RECT src_rect(0, 0, width, height); in SetDIBits() 1119 FX_RECT clip_rect(left, top, left + pSrcRect->Width(), in SetDIBits() 1135 FX_RECT src_rect(0, 0, width, height); in SetDIBits() [all …]
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 76 CFX_ClipRgn(const FX_RECT& rect); 84 void Reset(const FX_RECT& rect); 88 const FX_RECT& GetBox() const { return m_Box; } in GetBox() 92 void IntersectRect(const FX_RECT& rect); 99 FX_RECT m_Box; 103 void IntersectMaskRect(FX_RECT rect, FX_RECT mask_box, CFX_DIBitmapRef Mask); 281 const FX_RECT& GetClipBox() const { return m_ClipBox; } in GetClipBox() 287 FX_BOOL SetClip_Rect(const FX_RECT* pRect); 309 FX_BOOL FillRect(const FX_RECT* pRect, 420 FX_RECT m_ClipBox; [all …]
|
D | fx_dib.h | 224 CFX_DIBitmap* Clone(const FX_RECT* pClip = NULL) const; 227 const FX_RECT* pClip = NULL, 233 const FX_RECT* pClip = NULL) const; 239 const FX_RECT* pClip = NULL) const; 241 CFX_DIBitmap* GetAlphaMask(const FX_RECT* pClip = NULL) const; 244 const FX_RECT* pClip = NULL); 248 const FX_RECT* pClip = NULL) const; 392 const FX_RECT* pRect = NULL); 531 FX_RECT& dest_rect, 612 const FX_RECT& bitmap_rect, [all …]
|
D | fpf.h | 43 virtual FX_BOOL GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) = 0; 44 virtual FX_BOOL GetBBox(FX_RECT& rtBBox) = 0;
|
/external/pdfium/core/src/fxge/dib/ |
D | dib_int.h | 69 const FX_RECT& clip_rect, 80 FX_RECT m_DestClip; 83 FX_RECT m_SrcClip; 101 FX_RECT FXDIB_SwapClipBox(FX_RECT& clip,
|
D | fx_dib_transform.cpp | 179 const FX_RECT* pDestClip) const { in SwapXY() 180 FX_RECT dest_clip(0, 0, m_Height, m_Width); in SwapXY() 276 FX_RECT FXDIB_SwapClipBox(FX_RECT& clip, in FXDIB_SwapClipBox() 281 FX_RECT rect; in FXDIB_SwapClipBox() 303 const FX_RECT* pDestClip) const { in TransformTo() 315 const FX_RECT* pClip) const { in StretchTo() 316 FX_RECT clip_rect(0, 0, FXSYS_abs(dest_width), FXSYS_abs(dest_height)); in StretchTo() 342 const FX_RECT* pDestClip) { in Start() 345 FX_RECT result_rect = unit_rect.GetClosestRect(); in Start() 346 FX_RECT result_clip = result_rect; in Start()
|
D | fx_dib_main.cpp | 155 CFX_DIBitmap* CFX_DIBSource::Clone(const FX_RECT* pClip) const { in Clone() 156 FX_RECT rect(0, 0, m_Width, m_Height); in Clone() 355 FX_RECT src_rect(src_left, src_top, src_left + width, src_top + height); in GetOverlapRect() 356 FX_RECT src_bound(0, 0, src_width, src_height); in GetOverlapRect() 358 FX_RECT dest_rect(src_rect.left + x_offset, src_rect.top + y_offset, in GetOverlapRect() 360 FX_RECT dest_bound(0, 0, m_Width, m_Height); in GetOverlapRect() 576 CFX_DIBitmap* CFX_DIBSource::GetAlphaMask(const FX_RECT* pClip) const { in GetAlphaMask() 578 FX_RECT rect(0, 0, m_Width, m_Height); in GetAlphaMask() 601 const FX_RECT* pClip) { in CopyAlphaMask() 606 FX_RECT rect(0, 0, pAlphaMask->m_Width, pAlphaMask->m_Height); in CopyAlphaMask() [all …]
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 94 FX_BOOL CFX_RenderDevice::SetClip_Rect(const FX_RECT* pRect) { in SetClip_Rect() 159 FX_RECT rect_i = rect_f.GetOutterRect(); in DrawPath() 244 FX_RECT rect = bbox.GetOutterRect(); in DrawPath() 272 FX_RECT src_rect(0, 0, FXSYS_round(rect.Width() * fScaleX), in DrawPath() 289 FX_RECT rect(x, y, x + 1, y + 1); in SetPixel() 292 FX_BOOL CFX_RenderDevice::FillRect(const FX_RECT* pRect, in FillRect() 315 FX_RECT src_rect(0, 0, pRect->Width(), pRect->Height()); in FillRect() 367 FX_RECT dest_rect(left, top, in SetDIBits() 374 FX_RECT src_rect(dest_rect.left - left, dest_rect.top - top, in SetDIBits() 403 FX_RECT src_rect(0, 0, bg_pixel_width, bg_pixel_height); in SetDIBits() [all …]
|
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_Image.h | 20 struct FX_RECT; 47 const FX_RECT* pSrcRect); 57 const FX_RECT* pSrcRect); 67 const FX_RECT* pSrcRect);
|
D | JBig2_GrdProc.h | 35 FX_RECT GetReplaceRect() const { return m_ReplaceRect; } in GetReplaceRect() 121 FX_RECT m_ReplaceRect;
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.h | 56 virtual FX_BOOL FillRect(const FX_RECT* pRect, 73 virtual FX_BOOL GetClipBox(FX_RECT* pRect); 86 const FX_RECT* pSrcRect, 98 const FX_RECT* pClipRect,
|
/external/pdfium/core/src/fxge/agg/include/ |
D | fx_agg_driver.h | 63 FX_BOOL FillRect(const FX_RECT* pRect, 78 FX_BOOL GetClipBox(FX_RECT* pRect) override; 87 const FX_RECT* pSrcRect, 99 const FX_RECT* pClipRect,
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_coords.cpp | 12 void FX_RECT::Normalize() { in Normalize() 24 void FX_RECT::Intersect(const FX_RECT& src) { in Intersect() 25 FX_RECT src_n = src; in Intersect() 36 void FX_RECT::Union(const FX_RECT& other_rect) { in Union() 38 FX_RECT other = other_rect; in Union() 68 CFX_FloatRect::CFX_FloatRect(const FX_RECT& rect) { in CFX_FloatRect() 153 FX_RECT CFX_FloatRect::GetOutterRect() const { in GetOutterRect() 155 FX_RECT rect; in GetOutterRect() 163 FX_RECT CFX_FloatRect::GetInnerRect() const { in GetInnerRect() 165 FX_RECT rect; in GetInnerRect() [all …]
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_progress.h | 100 void SetClipBox(FX_RECT* clip) override; 134 const FX_RECT& img_rc, 202 FX_RECT m_clipBox; 219 FX_RECT m_GifFrameRect;
|
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafont.h | 34 FX_BOOL GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) override; 35 FX_BOOL GetBBox(FX_RECT& rtBBox) override;
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | render_int.h | 204 FX_RECT& clip_rect, 221 const FX_RECT& rect, 226 FX_RECT* pClipRect, 243 FX_RECT& rect) const; 380 const FX_RECT& pRect, 393 FX_RECT m_Rect; 405 FX_RECT* pRect, 415 FX_RECT m_Rect;
|
D | fpdf_render_image.cpp | 71 FX_RECT rect(left, top, left + pDIBitmap->GetWidth(), in CompositeDIBitmap() 108 FX_RECT rect(left, top, left + pDIBitmap->GetWidth(), in CompositeDIBitmap() 322 FX_RECT image_rect = image_rect_f.GetOutterRect(); in StartLoadDIBSource() 504 FX_RECT rect = m_ImageMatrix.GetUnitRect().GetOutterRect(); in DrawPatternImage() 603 FX_RECT rect = m_ImageMatrix.GetUnitRect().GetOutterRect(); in DrawMaskedImage() 711 FX_RECT image_rect = image_rect_f.GetOutterRect(); in StartDIBSource() 721 FX_RECT clip_box = m_pRenderStatus->m_pDevice->GetClipBox(); in StartDIBSource() 759 FX_RECT clip_box = m_pRenderStatus->m_pDevice->GetClipBox(); in StartDIBSource() 760 FX_RECT dest_rect = clip_box; in StartDIBSource() 762 FX_RECT dest_clip( in StartDIBSource() [all …]
|
D | fpdf_render.cpp | 339 FX_RECT& rect) const { in GetObjectClippedRect() 341 FX_RECT rtClip = m_pDevice->GetClipBox(); in GetObjectClippedRect() 364 FX_RECT rect; in DitherObjectArea() 427 FX_RECT rect; in DrawObjWithBackground() 803 FX_RECT rect = pPageObj->GetBBox(pObj2Device); in ProcessTransparency() 886 const FX_RECT& rect, in GetBackdrop() 890 FX_RECT bbox = rect; in GetBackdrop() 936 FX_RECT rect(0, 0, device.GetWidth(), device.GetHeight()); in GetBackground() 1269 FX_RECT* pRect, in Initialize() 1299 FX_RECT bitmap_rect = rect.GetOutterRect(); in Initialize() [all …]
|
/external/pdfium/core/src/fxge/apple/ |
D | apple_int.h | 111 FX_BOOL FillRect(const FX_RECT* pRect, 124 FX_BOOL GetClipBox(FX_RECT* pRect) override; 133 const FX_RECT* pSrcRect, 145 const FX_RECT* pClipRect,
|
/external/pdfium/core/include/fxcrt/ |
D | fx_coordinates.h | 423 struct FX_RECT { struct 432 FX_RECT() : left(0), top(0), right(0), bottom(0) {} in FX_RECT() argument 434 FX_RECT(int left1, int top1, int right1, int bottom1) { in FX_RECT() function 449 void Intersect(const FX_RECT& src); argument 452 Intersect(FX_RECT(left1, top1, right1, bottom1)); in Intersect() argument 455 void Union(const FX_RECT& other_rect); 457 FX_BOOL operator==(const FX_RECT& src) const { 469 FX_BOOL Contains(const FX_RECT& other_rect) const { in Contains() argument 508 CFX_FloatRect(const FX_RECT& rect); 526 FX_RECT GetInnerRect() const; [all …]
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 53 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() 124 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnLButtonDown() 141 FX_RECT rcFFL = GetViewBBox(pPageView, pAnnot); in OnLButtonUp() 256 FX_RECT rcRect = GetViewBBox(pPageView, pAnnot); in SetFocusForAnnot() 613 FX_RECT rcRect = GetViewBBox(pPageView, m_pWidget); in EscapeFiller() 636 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnMouseEnter() 644 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnMouseExit() 660 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnLButtonDown() 676 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnLButtonUp()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 190 void GetFontBBox(FX_RECT& rect) const { rect = m_FontBBox; } in GetFontBBox() 206 virtual void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0) = 0; 255 FX_RECT m_FontBBox; 311 void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0) override; 381 FX_RECT m_BBox; 397 void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0) override; 436 void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0) override;
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 293 FX_RECT path_rect(rasterizer.min_x(), rasterizer.min_y(), in SetClipMask() 330 FX_RECT rect = rectf.GetOutterRect(); in SetClip_PathFill() 374 FX_RECT m_ClipBox; 1313 FX_RECT rect(left, top, left + width, top + height); in RgbByteOrderCompositeRect() 1573 FX_BOOL CFX_AggDeviceDriver::FillRect(const FX_RECT* pRect, in FillRect() 1584 FX_RECT clip_rect; in FillRect() 1586 FX_RECT draw_rect = clip_rect; in FillRect() 1612 FX_BOOL CFX_AggDeviceDriver::GetClipBox(FX_RECT* pRect) { in GetClipBox() 1641 FX_RECT rect(left, top, left + pBitmap->GetWidth(), in GetDIBits() 1672 const FX_RECT* pSrcRect, in SetDIBits() [all …]
|