HomeSort by relevance Sort by last modified time
    Searched refs:rtLayout (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fxfa/src/common/
xfa_doclayout.h 34 void GetRect(CFX_RectF& rtLayout, FX_BOOL bRelative = FALSE) const;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp 327 CFX_RectF rtLayout;
328 GetRectWithoutRotate(rtLayout);
329 return rtLayout.width < 0.1f && rtLayout.height < 0.1f;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_itemlayout.cpp 379 void CXFA_LayoutItem::GetRect(CFX_RectF& rtLayout, FX_BOOL bRelative) const {
413 rtLayout.Set(sPos.x, sPos.y, sSize.x, sSize.y);
    [all...]

Completed in 516 milliseconds