Home
last modified time | relevance | path

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

/external/icu4c/samples/layout/
Dparagraph.cpp105 le_int32 pAscent, pDescent, pLeading; in Paragraph() local
125 pAscent = paragraphLayout->getAscent(); in Paragraph()
129 if (pAscent > ascent) { in Paragraph()
130 ascent = pAscent; in Paragraph()
Dpflow.c157 le_int32 pAscent, pDescent, pLeading; in pf_create() local
182 pAscent = pl_getAscent(paragraphLayout); in pf_create()
186 if (pAscent > ascent) { in pf_create()
187 ascent = pAscent; in pf_create()