OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UPRIGHT
(Results
1 - 2
of
2
) sorted by null
/frameworks/minikin/include/minikin/
FontStyle.h
40
UPRIGHT
= false,
43
constexpr FontStyle() : FontStyle(Weight::NORMAL, Slant::
UPRIGHT
) {}
44
constexpr explicit FontStyle(Weight weight) : FontStyle(weight, Slant::
UPRIGHT
) {}
/frameworks/minikin/tests/unittest/
FontFamilyTest.cpp
638
return "
UPRIGHT
";
659
constexpr FontStyle::Slant
UPRIGHT
= FontStyle::Slant::
UPRIGHT
;
663
FontStyle(NORMAL,
UPRIGHT
), // 0
664
FontStyle(BOLD,
UPRIGHT
), // 1
670
FontStyle(THIN,
UPRIGHT
), // 0
671
FontStyle(LIGHT,
UPRIGHT
), // 1
672
FontStyle(NORMAL,
UPRIGHT
), // 2
673
FontStyle(MEDIUM,
UPRIGHT
), // 3
674
FontStyle(BOLD,
UPRIGHT
), //
[
all
...]
Completed in 103 milliseconds