OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Slant
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/ports/
SkFontStyle.h
39
enum
Slant
{
45
SkFontStyle(int weight, int width,
Slant
);
53
Slant
slant
() const { return (
Slant
)fUnion.fR.fSlant; }
function in class:SkFontStyle
/external/skia/include/ports/
SkFontStyle.h
39
enum
Slant
{
45
SkFontStyle(int weight, int width,
Slant
);
53
Slant
slant
() const { return (
Slant
)fUnion.fR.fSlant; }
function in class:SkFontStyle
Completed in 2083 milliseconds