Home
last modified time | relevance | path

Searched refs:FX_RECT (Results 1 – 25 of 95) sorted by relevance

1234

/external/pdfium/core/fxge/
Dcfx_cliprgn.h24 const FX_RECT& GetBox() const { return m_Box; } in GetBox()
27 void Reset(const FX_RECT& rect);
28 void IntersectRect(const FX_RECT& rect);
32 void IntersectMaskRect(FX_RECT rect,
33 FX_RECT mask_box,
37 FX_RECT m_Box;
Difx_renderdevicedriver.h26 struct FX_RECT;
54 virtual bool FillRectWithBlend(const FX_RECT* pRect,
62 virtual bool GetClipBox(FX_RECT* pRect) = 0;
69 const FX_RECT* pSrcRect,
79 const FX_RECT* pClipRect,
101 const FX_RECT& clip_rect,
Dcfx_cliprgn.cpp25 void CFX_ClipRgn::Reset(const FX_RECT& rect) { in Reset()
31 void CFX_ClipRgn::IntersectRect(const FX_RECT& rect) { in IntersectRect()
42 void CFX_ClipRgn::IntersectMaskRect(FX_RECT rect, in IntersectMaskRect()
43 FX_RECT mask_rect, in IntersectMaskRect()
73 FX_RECT mask_box(left, top, left + pMask->GetWidth(), in IntersectMaskF()
80 FX_RECT new_box = m_Box; in IntersectMaskF()
Dcfx_renderdevice.h122 const FX_RECT& GetClipBox() const { return m_ClipBox; } in GetClipBox()
127 bool SetClip_Rect(const FX_RECT& pRect);
147 bool FillRect(const FX_RECT* pRect, uint32_t color) { in FillRect()
293 bool FillRectWithBlend(const FX_RECT* pRect, uint32_t color, int blend_type);
301 FX_RECT m_ClipBox;
/external/pdfium/core/fxge/win32/
Dwin32_int.h47 const FX_RECT* pClipRect,
55 const FX_RECT* pClipRect,
151 bool FillRectWithBlend(const FX_RECT* pRect,
158 bool GetClipBox(FX_RECT* pRect) override;
163 const FX_RECT* pSrcRect,
200 const FX_RECT* pSrcRect,
210 const FX_RECT* pClipRect,
226 const FX_RECT* pClipRect,
239 const FX_RECT* pSrcRect,
249 const FX_RECT* pClipRect,
[all …]
Dfx_win32_print.cpp74 const FX_RECT* pSrcRect, in SetDIBits()
79 FX_RECT clip_rect(left, top, left + pSrcRect->Width(), in SetDIBits()
105 const FX_RECT* pClipRect, in StretchDIBits()
174 FX_RECT full_rect = unit_rect.GetOuterRect(); in StartDIBits()
437 bool CPSPrinterDriver::GetClipBox(FX_RECT* pRect) { in GetClipBox()
444 const FX_RECT* pSrcRect, in SetDIBits()
459 const FX_RECT* pClipRect, in StretchDIBits()
555 const FX_RECT* pSrcRect, in SetDIBits()
562 bool CTextOnlyPrinterDriver::GetClipBox(FX_RECT* pRect) { in GetClipBox()
577 const FX_RECT* pClipRect, in StretchDIBits()
Dcfx_psrenderer.h48 FX_RECT GetClipBox() { return m_ClipBox; } in GetClipBox()
96 FX_RECT m_ClipBox;
98 std::vector<FX_RECT> m_ClipBoxStack;
Dfx_win32_device.cpp780 const FX_RECT* pSrcRect, in GDI_SetDIBits()
795 FX_RECT dst_rect(0, 0, width, height); in GDI_SetDIBits()
919 bool CGdiDeviceDriver::GetClipBox(FX_RECT* pRect) { in GetClipBox()
984 FX_RECT bbox = bbox_f.GetInnerRect(); in DrawPath()
1072 bool CGdiDeviceDriver::FillRectWithBlend(const FX_RECT* pRect, in FillRectWithBlend()
1099 FX_RECT rect = rectf.GetOuterRect(); in SetClip_PathFill()
1200 const FX_RECT* pSrcRect, in SetDIBits()
1216 FX_RECT src_rect(0, 0, width, height); in SetDIBits()
1219 FX_RECT clip_rect(left, top, left + pSrcRect->Width(), in SetDIBits()
1235 FX_RECT src_rect(0, 0, width, height); in SetDIBits()
[all …]
/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp29 void FX_RECT::Normalize() { in Normalize()
36 void FX_RECT::Intersect(const FX_RECT& src) { in Intersect()
37 FX_RECT src_n = src; in Intersect()
49 CFX_FloatRect::CFX_FloatRect(const FX_RECT& rect) { in CFX_FloatRect()
110 FX_RECT CFX_FloatRect::GetOuterRect() const { in GetOuterRect()
111 FX_RECT rect; in GetOuterRect()
120 FX_RECT CFX_FloatRect::GetInnerRect() const { in GetInnerRect()
121 FX_RECT rect; in GetInnerRect()
130 FX_RECT CFX_FloatRect::GetClosestRect() const { in GetClosestRect()
131 FX_RECT rect; in GetClosestRect()
[all …]
Dfx_coordinates.h181 struct FX_RECT { struct
182 FX_RECT() : left(0), top(0), right(0), bottom(0) {} in FX_RECT() function
183 FX_RECT(int l, int t, int r, int b) : left(l), top(t), right(r), bottom(b) {} in FX_RECT() function
199 void Intersect(const FX_RECT& src); argument
200 void Intersect(int l, int t, int r, int b) { Intersect(FX_RECT(l, t, r, b)); } in Intersect() argument
209 bool operator==(const FX_RECT& src) const { argument
234 explicit CFX_FloatRect(const FX_RECT& rect); argument
254 FX_RECT GetInnerRect() const;
258 FX_RECT GetOuterRect() const;
262 FX_RECT GetClosestRect() const;
[all …]
/external/pdfium/core/fxge/dib/
Dcfx_imagetransformer.h26 const FX_RECT* pClip);
31 const FX_RECT& result() const { return m_result; } in result()
103 const FX_RECT* const m_pClip;
104 FX_RECT m_StretchClip;
105 FX_RECT m_result;
Dcstretchengine.h26 const FX_RECT& clip_rect,
67 FX_RECT m_DestClip;
70 FX_RECT m_SrcClip;
Dcfx_imagerenderer.cpp33 FX_RECT image_rect = m_Matrix.GetUnitRect().GetOuterRect(); in CFX_ImageRenderer()
34 m_ClipBox = pClipRgn ? pClipRgn->GetBox() : FX_RECT(0, 0, pDevice->GetWidth(), in CFX_ImageRenderer()
47 FX_RECT bitmap_clip = m_ClipBox; in CFX_ImageRenderer()
78 FX_RECT bitmap_clip = m_ClipBox; in CFX_ImageRenderer()
Dfx_dib_main.cpp53 FX_RECT FXDIB_SwapClipBox(FX_RECT& clip, in FXDIB_SwapClipBox()
58 FX_RECT rect; in FXDIB_SwapClipBox()
Dcfx_dibsource.h75 RetainPtr<CFX_DIBitmap> Clone(const FX_RECT* pClip) const;
80 const FX_RECT* pClip);
91 const FX_RECT* pClip);
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h67 bool FillRectWithBlend(const FX_RECT* pRect,
77 bool GetClipBox(FX_RECT* pRect) override;
88 const FX_RECT* pSrcRect,
102 void SetClipMask(const FX_RECT& clipBox, const SkPath& skClipPath);
111 const FX_RECT* pClipRect,
141 const FX_RECT& clip_rect,
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp58 FX_RECT image_rect = image_rect_f.GetOuterRect(); in StartLoadDIBSource()
216 FX_RECT CPDF_ImageRenderer::GetDrawRect() const { in GetDrawRect()
217 FX_RECT rect = m_ImageMatrix.GetUnitRect().GetOuterRect(); in GetDrawRect()
222 CFX_Matrix CPDF_ImageRenderer::GetDrawMatrix(const FX_RECT& rect) const { in GetDrawMatrix()
233 const FX_RECT& rect) const { in CalculateDrawImage()
275 FX_RECT rect = GetDrawRect(); in DrawPatternImage()
324 FX_RECT rect = GetDrawRect(); in DrawMaskedImage()
413 FX_RECT image_rect = image_rect_f.GetOuterRect(); in StartDIBSource()
423 FX_RECT clip_box = m_pRenderStatus->GetRenderDevice()->GetClipBox(); in StartDIBSource()
459 FX_RECT clip_box = m_pRenderStatus->GetRenderDevice()->GetClipBox(); in StartDIBSource()
[all …]
Dcpdf_imagerenderer.h57 FX_RECT GetDrawRect() const;
58 CFX_Matrix GetDrawMatrix(const FX_RECT& rect) const;
63 const FX_RECT& rect) const;
Dcpdf_renderstatus.h126 FX_RECT& clip_rect,
144 const FX_RECT& rect,
149 FX_RECT* pClipRect,
159 FX_RECT& rect) const;
Dcpdf_devicebuffer.h28 FX_RECT* pRect,
40 FX_RECT m_Rect;
Dcpdf_scaledrenderbuffer.h28 const FX_RECT& pRect,
42 FX_RECT m_Rect;
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.h15 struct FX_RECT;
48 const FX_RECT* pSrcRect);
58 const FX_RECT* pSrcRect);
65 const FX_RECT* pSrcRect);
/external/pdfium/xfa/fxfa/
Dcxfa_imagerenderer.cpp36 FX_RECT image_rect = image_rect_f.GetOuterRect(); in Start()
51 FX_RECT clip_box = m_pDevice->GetClipBox(); in Start()
80 FX_RECT clip_box = m_pDevice->GetClipBox(); in Start()
81 FX_RECT dest_rect = clip_box; in Start()
83 FX_RECT dest_clip( in Start()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h62 bool FillRectWithBlend(const FX_RECT* pRect,
65 bool GetClipBox(FX_RECT* pRect) override;
72 const FX_RECT* pSrcRect,
82 const FX_RECT* pClipRect,
/external/pdfium/core/fxcodec/codec/
Dccodec_progressivedecoder.h58 void SetClipBox(FX_RECT* clip);
138 const FX_RECT& img_rc,
225 FX_RECT m_clipBox;
242 FX_RECT m_GifFrameRect;

1234