Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.cpp560 CFX_RectF rtLayout = GetRectWithoutRotate(); in IsLayoutRectEmpty() local
561 return rtLayout.width < 0.1f && rtLayout.height < 0.1f; in IsLayoutRectEmpty()