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

  /external/pdfium/xfa/fxfa/parser/
cxfa_itemlayoutprocessor.cpp 183 float fLeftInset = 0;
188 fLeftInset = pMarginNode->JSObject()
204 : containerSize.width - fLeftInset - fRightInset;
304 fContentCalculatedWidth = containerSize.width - fLeftInset - fRightInset;
359 float fLeftInset = 0;
364 fLeftInset = pMarginNode->JSObject()
407 (pProcessor->m_pLayoutItem->m_sSize.width - fLeftInset - fRightInset -
413 pTrailerLayoutItem->m_sPos.x = fLeftInset;
427 float fLeftInset = 0;
430 fLeftInset = pMarginNode->JSObject(
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_fffield.cpp 176 float fLeftInset = margin->GetLeftInset();
181 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset);
184 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, 0);
186 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset);
188 rtWidget.Deflate(fLeftInset, 0, fRightInset, 0);
cxfa_widgetacc.cpp 685 float fLeftInset = captionMargin->GetLeftInset();
690 bVert ? (szCap.width += fLeftInset + fRightInset)
693 szCap.width += fLeftInset + fRightInset;
    [all...]

Completed in 410 milliseconds