Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dcxfa_textlayout.h102 void UpdateAlign(FX_FLOAT fHeight, FX_FLOAT fBottom);
Dcxfa_textlayout.cpp421 UpdateAlign(size.height, fLinePos); in Layout()
458 UpdateAlign(szText.height, fLinePos); in Layout()
622 void CXFA_TextLayout::UpdateAlign(FX_FLOAT fHeight, FX_FLOAT fBottom) { in UpdateAlign() function in CXFA_TextLayout