OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNormal_Weight
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/include/ports/
SkFontStyle.h
19
kNormal_Weight
= 400,
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp
152
*style = SkFontStyle(bold ? SkFontStyle::kBold_Weight : SkFontStyle::
kNormal_Weight
,
182
: SkFontStyle::
kNormal_Weight
,
297
: SkFontStyle::
kNormal_Weight
,
390
SkTypeface* tf = set->matchStyle(SkFontStyle(SkFontStyle::
kNormal_Weight
,
SkFontMgr_android.cpp
238
return SkFontStyle::
kNormal_Weight
;
451
: SkFontStyle::
kNormal_Weight
,
SkFontMgr_fontconfig.cpp
307
{ SkTFixed<FC_WEIGHT_REGULAR>::value, SkTFixed<SkFS::
kNormal_Weight
>::value },
348
{ SkTFixed<SkFS::
kNormal_Weight
>::value, SkTFixed<FC_WEIGHT_REGULAR>::value },
[
all
...]
SkFontHost_mac.cpp
402
: SkFontStyle::
kNormal_Weight
,
409
#define WEIGHT_THRESHOLD ((SkFontStyle::
kNormal_Weight
+ SkFontStyle::kBold_Weight)/2)
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp
58
fUnion.fR.fWeight =
kNormal_Weight
;
SkTypeface.cpp
148
: SkFontStyle::
kNormal_Weight
,
/external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_indirect.cpp
292
: SkFontStyle::
kNormal_Weight
,
Completed in 226 milliseconds