Home
last modified time | relevance | path

Searched refs:CFX_Rect (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.h46 bool GetCharBBox(wchar_t wUnicode, CFX_Rect* bbox);
47 bool GetBBox(CFX_Rect* bbox);
92 std::map<wchar_t, CFX_Rect> m_BBoxMap;
Dcfgas_gefont.cpp188 bool CFGAS_GEFont::GetCharBBox(wchar_t wUnicode, CFX_Rect* bbox) { in GetCharBBox()
208 CFX_Rect rt(rtBBox.left, rtBBox.top, rtBBox.Width(), rtBBox.Height()); in GetCharBBox()
214 bool CFGAS_GEFont::GetBBox(CFX_Rect* bbox) { in GetBBox()
/external/pdfium/xfa/fxfa/
Dcxfa_ffpageview.h28 CFX_Matrix GetDisplayMatrix(const CFX_Rect& rtDisp, int32_t iRotate) const;
Dcxfa_ffpageview.cpp31 const CFX_Rect& devicePageRect, in GetPageMatrix()
125 CFX_Matrix CXFA_FFPageView::GetDisplayMatrix(const CFX_Rect& rtDisp, in GetDisplayMatrix()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp184 CFX_Rect(xPos, yPos, xSize, ySize), iRotate); in GetDisplayMatrix()
/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp852 CFX_Rect rtBBox; in GetDisplayPos()
862 CFX_Rect rtBox; in GetDisplayPos()
916 CFX_Rect bbox; in GetCharRects()
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.cpp217 return CFX_Rect(r.left, r.top, r.Width(), r.Height()).As<float>(); in GetClipRect()
/external/pdfium/core/fxcrt/
Dfx_coordinates.h581 using CFX_Rect = CFX_RTemplate<int32_t>; variable