Home
last modified time | relevance | path

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

/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp533 FX_FLOAT currStartIndent = pElement->GetNumberAttr(LayoutStartIndent); in ProcessElement() local
534 m_StartIndent = ConverWidth(currStartIndent); in ProcessElement()
536 if(StartIndent != currStartIndent) { in ProcessElement()
545 if(StartIndent != currStartIndent) { in ProcessElement()
654 FX_FLOAT currStartIndent = pElement->GetNumberAttr(LayoutStartIndent); in ProcessElement() local
655 if(StartIndent != currStartIndent) { in ProcessElement()
656 reflowWidth += ConverWidth(currStartIndent); in ProcessElement()
657 dx += ConverWidth(currStartIndent); in ProcessElement()