HomeSort by relevance Sort by last modified time
    Searched refs:FX_RECT (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/pdfium/core/src/reflow/
autoreflow.h 24 FX_RECT m_BBox;
101 int GetRectStart(FX_RECT rect);
102 int GetRectEnd(FX_RECT rect);
103 int GetRectTop(FX_RECT rect);
104 int GetRectBottom(FX_RECT rect);
105 int GetRectHeight(FX_RECT rect);
106 int GetRectWidth(FX_RECT rect);
autoreflow.cpp 12 FX_RECT PreRect = pPrevObj->GetBBox(&matrix);
13 FX_RECT rect = pObj->GetBBox(&matrix);
343 FX_RECT imageBBox = pImage->GetBBox(&m_PDFDisplayMatrix);
369 FX_RECT rect = pLastObj->GetBBox(&m_PDFDisplayMatrix);
522 FX_RECT ObjBBox = pObj->GetBBox(&m_PDFDisplayMatrix);
599 int CPDF_AutoReflowLayoutProvider:: GetRectWidth(FX_RECT rect)
606 int CPDF_AutoReflowLayoutProvider:: GetRectHeight(FX_RECT rect)
613 int CPDF_AutoReflowLayoutProvider:: GetRectStart(FX_RECT rect)
620 int CPDF_AutoReflowLayoutProvider:: GetRectEnd(FX_RECT rect)
627 int CPDF_AutoReflowLayoutProvider:: GetRectTop(FX_RECT rect
    [all...]
  /external/pdfium/core/src/fxge/win32/
win32_int.h 21 int dest_width, int dest_height, FX_DWORD argb, const FX_RECT* pClipRect, int flags);
23 int dest_width, int dest_height, const FX_RECT* pClipRect, int flags);
103 virtual FX_BOOL FillRect(const FX_RECT* pRect,
110 virtual FX_BOOL GetClipBox(FX_RECT* pRect);
117 FX_BOOL GDI_SetDIBits(const CFX_DIBitmap* pBitmap, const FX_RECT* pSrcRect, int left, int top,
137 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
140 int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
149 int dest_width, int dest_height, const FX_RECT* pClipRect, int render_flags,
158 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
161 int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags
    [all...]
dwrite_int.h 46 FX_BOOL DwRendingString(void* renderTarget, CFX_ClipRgn* pClipRgn, FX_RECT& stringRect, CFX_AffineMatrix* pMatrix,
fx_win32_print.cpp 33 FX_BOOL CGdiPrinterDriver::SetDIBits(const CFX_DIBSource* pSource, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
37 FX_RECT clip_rect(left, top, left + pSrcRect->Width(), top + pSrcRect->Height());
54 int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
115 FX_RECT full_rect = unit_rect.GetOutterRect();
132 FX_RECT result_rect = result_rect_f.GetOutterRect();
202 FX_RECT full_rect = unit_rect.GetOutterRect();
373 FX_BOOL CPSPrinterDriver::GetClipBox(FX_RECT* pRect)
378 FX_BOOL CPSPrinterDriver::SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
387 int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
fx_win32_device.cpp 468 FX_BOOL CGdiDeviceDriver::GDI_SetDIBits(const CFX_DIBitmap* pBitmap1, const FX_RECT* pSrcRect, int left, int top, void* pIccTransform)
484 FX_RECT dst_rect(0, 0, width, height);
596 BOOL CGdiDeviceDriver::GetClipBox(FX_RECT* pRect)
777 FX_RECT bbox = bbox_f.GetInnerRect();
856 FX_BOOL CGdiDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type)
884 FX_RECT rect = rectf.GetOutterRect();
    [all...]
  /external/pdfium/core/src/fxge/dib/
dib_int.h 63 int dest_width, int dest_height, const FX_RECT& clip_rect,
72 FX_RECT m_DestClip;
75 FX_RECT m_SrcClip;
fx_dib_main.cpp 158 CFX_DIBitmap* CFX_DIBSource::Clone(const FX_RECT* pClip) const
160 FX_RECT rect(0, 0, m_Width, m_Height);
357 FX_RECT src_rect(src_left, src_top, src_left + width, src_top + height);
358 FX_RECT src_bound(0, 0, src_width, src_height);
360 FX_RECT dest_rect(src_rect.left + x_offset, src_rect.top + y_offset,
362 FX_RECT dest_bound(0, 0, m_Width, m_Height);
552 CFX_DIBitmap* CFX_DIBSource::GetAlphaMask(const FX_RECT* pClip) const
555 FX_RECT rect(0, 0, m_Width, m_Height);
577 FX_BOOL CFX_DIBSource::CopyAlphaMask(const CFX_DIBSource* pAlphaMask, const FX_RECT* pClip)
583 FX_RECT rect(0, 0, pAlphaMask->m_Width, pAlphaMask->m_Height)
    [all...]
fx_dib_transform.cpp 57 CFX_DIBitmap* CFX_DIBSource::SwapXY(FX_BOOL bXFlip, FX_BOOL bYFlip, const FX_RECT* pDestClip) const
59 FX_RECT dest_clip(0, 0, m_Height, m_Width);
151 FX_RECT _FXDIB_SwapClipBox(FX_RECT& clip, int width, int height, FX_BOOL bFlipX, FX_BOOL bFlipY)
153 FX_RECT rect;
172 FX_DWORD flags, const FX_RECT* pDestClip) const
182 CFX_DIBitmap* CFX_DIBSource::StretchTo(int dest_width, int dest_height, FX_DWORD flags, const FX_RECT* pClip) const
184 FX_RECT clip_rect(0, 0, FXSYS_abs(dest_width), FXSYS_abs(dest_height));
209 FX_BOOL CFX_ImageTransformer::Start(const CFX_DIBSource* pSrc, const CFX_AffineMatrix* pDestMatrix, int flags, const FX_RECT* pDestClip)
213 FX_RECT result_rect = unit_rect.GetClosestRect()
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.h 18 struct FX_RECT;
40 FX_BOOL composeTo(CJBig2_Image *pDst, FX_INT32 x, FX_INT32 y, JBig2ComposeOp op, const FX_RECT* pSrcRect);
47 FX_BOOL composeTo_opt2(CJBig2_Image *pDst, FX_INT32 x, FX_INT32 y, JBig2ComposeOp op, const FX_RECT* pSrcRect);
50 FX_BOOL composeFrom(FX_INT32 x, FX_INT32 y, CJBig2_Image *pSrc, JBig2ComposeOp op, const FX_RECT* pSrcRect);
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.h 48 virtual FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD fill_color,
55 virtual FX_BOOL GetClipBox(FX_RECT* pRect);
62 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect,
66 int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
  /external/pdfium/core/include/fxge/
fpf.h 42 virtual FX_BOOL GetGlyphBBox(FX_INT32 iGlyphIndex, FX_RECT &rtBBox) = 0;
43 virtual FX_BOOL GetBBox(FX_RECT &rtBBox) = 0;
fx_ge.h 95 CFX_ClipRgn(const FX_RECT& rect);
106 void Reset(const FX_RECT& rect);
113 const FX_RECT& GetBox() const
123 void IntersectRect(const FX_RECT& rect);
130 FX_RECT m_Box;
134 void IntersectMaskRect(FX_RECT rect, FX_RECT mask_box, CFX_DIBitmapRef Mask);
372 const FX_RECT& GetClipBox() const
382 FX_BOOL SetClip_Rect(const FX_RECT* pRect);
403 FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD color
    [all...]
fx_dib.h 238 CFX_DIBitmap* Clone(const FX_RECT* pClip = NULL) const;
240 CFX_DIBitmap* CloneConvert(FXDIB_Format format, const FX_RECT* pClip = NULL, void* pIccTransform = NULL) const;
242 CFX_DIBitmap* StretchTo(int dest_width, int dest_height, FX_DWORD flags = 0, const FX_RECT* pClip = NULL) const;
246 FX_DWORD flags = 0, const FX_RECT* pClip = NULL) const;
248 CFX_DIBitmap* GetAlphaMask(const FX_RECT* pClip = NULL) const;
250 FX_BOOL CopyAlphaMask(const CFX_DIBSource* pAlphaMask, const FX_RECT* pClip = NULL);
252 CFX_DIBitmap* SwapXY(FX_BOOL bXFlip, FX_BOOL bYFlip, const FX_RECT* pClip = NULL) const;
347 FX_BOOL DitherFS(const FX_DWORD* pPalette, int pal_size, const FX_RECT* pRect = NULL);
463 FX_DWORD mask_color, FX_RECT& dest_rect, FX_BOOL bVertical,
523 int dest_width, int dest_height, const FX_RECT& bitmap_rect, FX_DWORD flags)
    [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.h 42 virtual FX_BOOL GetGlyphBBox(FX_INT32 iGlyphIndex, FX_RECT &rtBBox);
43 virtual FX_BOOL GetBBox(FX_RECT &rtBBox);
  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 63 virtual FX_BOOL FillRect(const FX_RECT* pRect,
73 virtual FX_BOOL GetClipBox(FX_RECT* pRect);
82 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
85 int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 102 FX_BOOL CFX_RenderDevice::SetClip_Rect(const FX_RECT* pRect)
160 FX_RECT rect_i = rect_f.GetOutterRect();
235 FX_RECT rect = bbox.GetOutterRect();
260 FX_RECT src_rect(0, 0, FXSYS_round(rect.Width() * fScaleX), FXSYS_round(rect.Height() * fScaleY));
270 FX_RECT rect(x, y, x + 1, y + 1);
273 FX_BOOL CFX_RenderDevice::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type)
291 FX_RECT src_rect(0, 0, pRect->Width(), pRect->Height());
329 FX_RECT dest_rect(left, top, FXSYS_round(left + pBitmap->GetWidth() / fScaleX), FXSYS_round(top + pBitmap->GetHeight() / fScaleY));
334 FX_RECT src_rect(dest_rect.left - left, dest_rect.top - top,
360 FX_RECT src_rect(0, 0, bg_pixel_width, bg_pixel_height)
    [all...]
  /external/pdfium/core/src/fxge/apple/
apple_int.h 131 virtual FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD fill_color,
135 virtual FX_BOOL GetClipBox(FX_RECT* pRect);
137 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect,
141 int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 138 void DrawShading(CPDF_ShadingPattern* pPattern, CFX_AffineMatrix* pMatrix, FX_RECT& clip_rect,
146 CFX_DIBitmap* GetBackdrop(const CPDF_PageObject* pObj, const FX_RECT& rect, int& left, int& top,
148 CFX_DIBitmap* LoadSMask(CPDF_Dictionary* pSMaskDict, FX_RECT* pClipRect, const CFX_AffineMatrix* pMatrix);
158 FX_BOOL GetObjectClippedRect(const CPDF_PageObject* pObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bLogical, FX_RECT &rect) const;
268 FX_BOOL Initialize(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, FX_RECT* pRect,
282 FX_RECT m_Rect;
293 FX_BOOL Start(CPDF_ImageObject* pImageObj, CFX_AffineMatrix* pImage2Device, const FX_RECT* pClipBox);
310 FX_BOOL Initialize(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, FX_RECT* pRect,
324 FX_RECT m_Rect;
fpdf_render_image.cpp 60 FX_RECT rect(left, top, left + pDIBitmap->GetWidth(), top + pDIBitmap->GetHeight());
95 FX_RECT rect(left, top, left + pDIBitmap->GetWidth(), top + pDIBitmap->GetHeight());
318 FX_RECT image_rect = image_rect_f.GetOutterRect();
477 FX_RECT rect = m_ImageMatrix.GetUnitRect().GetOutterRect();
567 FX_RECT rect = m_ImageMatrix.GetUnitRect().GetOutterRect();
667 FX_RECT image_rect = image_rect_f.GetOutterRect();
676 FX_RECT clip_box = m_pRenderStatus->m_pDevice->GetClipBox();
710 FX_RECT clip_box = m_pRenderStatus->m_pDevice->GetClipBox();
711 FX_RECT dest_rect = clip_box;
713 FX_RECT dest_clip(dest_rect.left - image_rect.left, dest_rect.top - image_rect.top
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_coords.cpp 9 void FX_RECT::Normalize()
22 void FX_RECT::Intersect(const FX_RECT& src)
24 FX_RECT src_n = src;
35 void FX_RECT::Union(const FX_RECT& other_rect)
38 FX_RECT other = other_rect;
66 CFX_FloatRect::CFX_FloatRect(const FX_RECT& rect)
157 FX_RECT CFX_FloatRect::GetOutterRect() const
160 FX_RECT rect
    [all...]
  /external/pdfium/fpdfsdk/include/
fx_systemhandler.h 47 virtual void InvalidateRect(FX_HWND hWnd, FX_RECT rect) = 0;
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 534 struct FX_RECT {
544 FX_RECT(): left(0), top(0), right(0), bottom(0) { }
546 FX_RECT(int left1, int top1, int right1, int bottom1)
571 void Intersect(const FX_RECT& src);
575 Intersect(FX_RECT(left1, top1, right1, bottom1));
578 void Union(const FX_RECT& other_rect);
580 FX_BOOL operator == (const FX_RECT& src) const
593 FX_BOOL Contains(const FX_RECT& other_rect) const
638 CFX_FloatRect(const FX_RECT& rect);
662 FX_RECT GetInnerRect() const
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 210 void GetFontBBox(FX_RECT& rect) const
241 virtual void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0) = 0;
294 FX_RECT m_FontBBox;
357 virtual void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0);
455 FX_RECT m_BBox;
472 virtual void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0);
509 virtual void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 68 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot)
152 FX_RECT rect = this->GetViewBBox(pPageView,pAnnot);
168 FX_RECT rcFFL = this->GetViewBBox(pPageView, pAnnot);
314 FX_RECT rcRect = this->GetViewBBox(pPageView,pAnnot);
649 // FX_RECT rcRet(0,0,0,0);
770 FX_RECT rcRect = this->GetViewBBox(pPageView, m_pWidget);
826 FX_RECT rect = this->GetViewBBox(pPageView,pAnnot);
835 FX_RECT rect = this->GetViewBBox(pPageView,pAnnot);
851 FX_RECT rect = this->GetViewBBox(pPageView, pAnnot);
867 FX_RECT rect = this->GetViewBBox(pPageView, pAnnot)
    [all...]

Completed in 3788 milliseconds

1 2 3