Home
last modified time | relevance | path

Searched defs:fAscent (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/skia/modules/skottie/include/
H A DTextShaper.h72 fAscent; member
163 fAscent = 0; member
/aosp_15_r20/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h171 le_int32 fAscent; variable
620 le_int32 fAscent; variable
/aosp_15_r20/external/icu/icu4c/source/test/perf/leperf/
H A DSimpleFontInstance.h32 le_int32 fAscent; variable
H A DPortableFontInstance.h42 le_int32 fAscent; variable
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/leperf/
H A DSimpleFontInstance.h32 le_int32 fAscent; variable
H A DPortableFontInstance.h42 le_int32 fAscent; variable
/aosp_15_r20/external/cronet/third_party/icu/source/test/letest/
H A DSimpleFontInstance.h28 le_int32 fAscent; variable
H A DPortableFontInstance.h38 le_int32 fAscent; variable
/aosp_15_r20/external/icu/icu4c/source/test/letest/
H A DSimpleFontInstance.h28 le_int32 fAscent; variable
H A DPortableFontInstance.h38 le_int32 fAscent; variable
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpvt_word.h23 float fAscent; variable
/aosp_15_r20/external/cronet/third_party/icu/source/samples/layout/
H A DFontMap.h53 le_int32 fAscent; variable
H A Dparagraph.h71 le_int32 fAscent; variable
H A DGDIFontInstance.h65 le_int32 fAscent; variable
H A DGnomeFontInstance.h64 le_int32 fAscent; variable
H A Dpflow.c61 le_int32 fAscent; member
/aosp_15_r20/external/skia/modules/skparagraph/include/
H A DMetrics.h72 double fAscent = SK_ScalarMax; variable
/aosp_15_r20/external/skia/src/core/
H A DSkAdvancedTypefaceMetrics.h63 int16_t fAscent = 0; // Max height above baseline, not including accents. member
/aosp_15_r20/external/skia/include/core/
H A DSkFontMetrics.h54 SkScalar fAscent; //!< distance to reserve above baseline, typically negative member
/aosp_15_r20/external/skia/modules/skottie/src/text/
H A DTextAdapter.h92 fAscent; // ^ member
H A DTextAnimator.h80 fAscent; // max ascent for all fragments in span member
/aosp_15_r20/external/pdfium/xfa/fgas/layout/
H A Dcfgas_rtfbreak.cpp721 const float fAscent = iMaxHeight ? fFontSize * iAscent / iMaxHeight : 0; in GetDisplayPos() local
H A Dcfgas_txtbreak.cpp648 const float fAscent = iMaxHeight ? fFontSize * iAscent / iMaxHeight : 0; in GetDisplayPos() local
/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DRun.h509 SkScalar fAscent; variable