OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fSlant
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/ports/
SkFontStyle.h
53
Slant slant() const { return (Slant)fUnion.fR.
fSlant
; }
56
return kItalic_Slant == fUnion.fR.
fSlant
;
64
uint8_t
fSlant
; // 0 .. 2
/external/chromium_org/third_party/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp
28
fSlant
= DWRITE_FONT_STYLE_NORMAL;
31
fSlant
= DWRITE_FONT_STYLE_ITALIC;
40
DWRITE_FONT_STYLE
fSlant
;
213
dwStyle.
fSlant
, &font),
458
dwStyle.
fSlant
,
Completed in 84 milliseconds