Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp827 le_int32 maxDL = 0; in computeMetrics() local
848 if (dl > maxDL) { in computeMetrics()
849 maxDL = dl; in computeMetrics()
853 fLeading = maxDL - fDescent; in computeMetrics()
1239 le_int32 maxDL = 0; in computeMetrics() local
1259 if (dl > maxDL) { in computeMetrics()
1260 maxDL = dl; in computeMetrics()
1264 fLeading = maxDL - fDescent; in computeMetrics()