OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pAscent
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/samples/layout/
paragraph.cpp
105
le_int32
pAscent
, pDescent, pLeading;
125
pAscent
= paragraphLayout->getAscent();
129
if (
pAscent
> ascent) {
130
ascent =
pAscent
;
pflow.c
157
le_int32
pAscent
, pDescent, pLeading;
182
pAscent
= pl_getAscent(paragraphLayout);
186
if (
pAscent
> ascent) {
187
ascent =
pAscent
;
Completed in 29 milliseconds