Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp253 int StrToIntPercent( const lChar32 * s, int digitwidth=0 );
254 int StrToIntPercent( const lChar32 * s, int digitwidth ) in StrToIntPercent() function
486 int cs=StrToIntPercent(item->getAttributeValue(attr_colspan).c_str()); in LookupElem()
491 int cs=StrToIntPercent(item->getAttributeValue(attr_rbspan).c_str()); in LookupElem()
496 int rs=StrToIntPercent(item->getAttributeValue(attr_rowspan).c_str()); in LookupElem()
10083 … int cspan = StrToIntPercent( child->getAttributeValue(attr_colspan).c_str() ); in getRenderedWidths()
10086 … cspan = StrToIntPercent( child->getAttributeValue(attr_rbspan).c_str() ); in getRenderedWidths()
10091 … int rspan = StrToIntPercent( child->getAttributeValue(attr_rowspan).c_str() ); in getRenderedWidths()