Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp111 le_int32 pAscent, pDescent, pLeading; in Paragraph() local
132 pAscent = paragraphLayout->getAscent(); in Paragraph()
136 if (pAscent > ascent) { in Paragraph()
137 ascent = pAscent; in Paragraph()
Dpflow.c160 le_int32 pAscent, pDescent, pLeading; in pf_create() local
185 pAscent = pl_getAscent(paragraphLayout); in pf_create()
189 if (pAscent > ascent) { in pf_create()
190 ascent = pAscent; in pf_create()