OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fDescent
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/icu/source/test/letest/
SimpleFontInstance.h
27
le_int32
fDescent
;
PortableFontInstance.h
37
le_int32
fDescent
;
/external/icu4c/test/letest/
SimpleFontInstance.h
27
le_int32
fDescent
;
PortableFontInstance.h
37
le_int32
fDescent
;
/external/icu4c/samples/layout/
FontMap.h
50
le_int32
fDescent
;
GDIFontInstance.h
60
le_int32
fDescent
;
123
return
fDescent
;
GnomeFontInstance.h
59
le_int32
fDescent
;
133
return
fDescent
;
/external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.h
41
le_int32
fDescent
;
/external/chromium_org/third_party/skia/include/core/
SkAdvancedTypefaceMetrics.h
65
int16_t
fDescent
; // Max depth below baseline (negative).
SkPaint.h
736
SkScalar
fDescent
; //!< The recommended distance below the baseline (will be >= 0)
747
fDescent
- fAscent + fLeading).
760
fDescent
- fAscent + fLeading
[
all
...]
/external/skia/include/core/
SkAdvancedTypefaceMetrics.h
65
int16_t
fDescent
; // Max depth below baseline (negative).
SkPaint.h
736
SkScalar
fDescent
; //!< The recommended distance below the baseline (will be >= 0)
747
fDescent
- fAscent + fLeading).
760
fDescent
- fAscent + fLeading
[
all
...]
/external/icu4c/layoutex/layout/
ParagraphLayout.h
165
le_int32
fDescent
;
614
le_int32
fDescent
;
657
: UObject(), fAscent(0),
fDescent
(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
663
: UObject(), fAscent(0),
fDescent
(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
/external/chromium_org/third_party/skia/src/utils/
SkLua.cpp
590
SkScalar
fDescent
; //!< The recommended distance below the baseline (will be >= 0)
606
setfield_scalar(L, "descent", fm.
fDescent
);
/external/skia/src/utils/
SkLua.cpp
590
SkScalar
fDescent
; //!< The recommended distance below the baseline (will be >= 0)
606
setfield_scalar(L, "descent", fm.
fDescent
);
Completed in 879 milliseconds