OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fWeight
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.h
63
FontFileInfo() : fIndex(0),
fWeight
(0) { }
67
int
fWeight
;
SkRemotableFontMgr_win_dw.cpp
37
fWeight
= (DWRITE_FONT_WEIGHT)pattern.weight();
41
DWRITE_FONT_WEIGHT
fWeight
;
212
HR_GENERAL(fontFamily->GetFirstMatchingFont(dwStyle.
fWeight
, dwStyle.fWidth,
457
dwStyle.
fWeight
,
/external/chromium_org/third_party/skia/include/ports/
SkFontStyle.h
51
int weight() const { return fUnion.fR.
fWeight
; }
62
uint16_t
fWeight
; // 100 .. 900
Completed in 361 milliseconds