Searched refs:CFX_Rect (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.h | 46 bool GetCharBBox(wchar_t wUnicode, CFX_Rect* bbox); 47 bool GetBBox(CFX_Rect* bbox); 92 std::map<wchar_t, CFX_Rect> m_BBoxMap;
|
D | cfgas_gefont.cpp | 188 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/ |
D | cxfa_ffpageview.h | 28 CFX_Matrix GetDisplayMatrix(const CFX_Rect& rtDisp, int32_t iRotate) const;
|
D | cxfa_ffpageview.cpp | 31 const CFX_Rect& devicePageRect, in GetPageMatrix() 125 CFX_Matrix CXFA_FFPageView::GetDisplayMatrix(const CFX_Rect& rtDisp, in GetDisplayMatrix()
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_page.cpp | 184 CFX_Rect(xPos, yPos, xSize, ySize), iRotate); in GetDisplayMatrix()
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_txtbreak.cpp | 852 CFX_Rect rtBBox; in GetDisplayPos() 862 CFX_Rect rtBox; in GetDisplayPos() 916 CFX_Rect bbox; in GetCharRects()
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.cpp | 217 return CFX_Rect(r.left, r.top, r.Width(), r.Height()).As<float>(); in GetClipRect()
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 581 using CFX_Rect = CFX_RTemplate<int32_t>; variable
|