Searched refs:weight (Results 251 - 275 of 757) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_app_launch_splash.css56 font-weight: bold;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmobile_dialogs.css35 font-weight: bold;
H A Dnfc_debug.css79 font-weight: bold;
H A Dpower.css34 font-weight: bold;
/external/chromium_org/chrome/browser/resources/chromeos/network_ui/
H A Dnetwork_ui.css45 font-weight: bold;
/external/chromium_org/chrome/browser/resources/contextual_search/
H A Dpromo.css7 font-weight: 400;
/external/chromium_org/chrome/browser/resources/options/
H A Dsubpages_tab_controls.css27 font-weight: bold;
H A Dsupervised_user_import.css46 font-weight: bold;
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dprint_preview.css39 font-weight: normal;
123 font-weight: 300;
150 font-weight: bold;
162 font-weight: bold;
/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Dcopies_settings.css35 font-weight: 600;
/external/chromium_org/chrome/browser/resources/sync_file_system_internals/
H A Dmain.css28 font-weight: bold;
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
H A Dchrome_shared.css30 font-weight: normal;
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
H A Dpopup.css57 font-weight: 700;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
H A Dpopup.css26 font-weight: bold;
/external/chromium_org/chrome/renderer/resources/
H A Dplugin_placeholders.css15 font-weight: normal;
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/
H A Dchrome_shared2.css32 font-weight: normal;
/external/chromium_org/components/onc/docs/
H A Donc_spec.css16 font-weight: bold;
/external/chromium_org/ppapi/api/dev/
H A Dppb_font_dev.idl31 * Specifies the font weight. Normally users will only use NORMAL or BOLD.
83 PP_FontWeight_Dev weight;
H A Dppb_truetype_font_dev.idl124 /** This value specifies the font weight. */
125 PP_TrueTypeFontWeight_Dev weight;
/external/chromium_org/ppapi/api/trusted/
H A Dppb_browser_font_trusted.idl31 * Specifies the font weight. Normally users will only use NORMAL or BOLD.
85 PP_BrowserFont_Trusted_Weight weight;
/external/chromium_org/ppapi/cpp/dev/
H A Dtruetype_font_dev.cc50 set_weight(other.weight());
66 set_weight(other.weight());
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDescriptionTest.cpp41 EXPECT_EQ(source.weight(), target.weight());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
H A Dstyle.css8 font-weight: inherit;
146 font-weight: bold;
221 font-weight: bold;
269 font-weight: bold;
/external/chromium_org/third_party/fontconfig/include/src/
H A Dfcobjshash.h88 char FcObjectTypeNamePool_str6[sizeof("weight")];
137 "weight",
/external/chromium_org/third_party/skia/gm/
H A Dbeziereffects.cpp252 SkScalar weight = rand.nextRangeF(0.f, 2.f); variable
277 int cnt = chop_conic(controlPts, dst, weight);
278 GrPathUtils::getConicKLM(controlPts, weight, klmEqs);
351 int split_conic(const SkPoint src[3], SkConic dst[2], const SkScalar weight) { argument
355 dst[0].set(src, weight);
361 conic.set(src, weight);
371 int chop_conic(const SkPoint src[3], SkConic dst[4], const SkScalar weight) { argument
373 int conicCnt = split_conic(src, dstTemp, weight);

Completed in 2421 milliseconds

<<11121314151617181920>>