Searched refs:set_weight (Results 1 – 13 of 13) sorted by relevance
34 set_weight(PP_TRUETYPEFONTWEIGHT_NORMAL); in TrueTypeFontDesc_Dev()50 set_weight(other.weight()); in TrueTypeFontDesc_Dev()66 set_weight(other.weight()); in operator =()
31 set_weight(PP_FONTWEIGHT_NORMAL); in FontDescription_Dev()42 set_weight(other.weight()); in FontDescription_Dev()
50 void set_weight(PP_FontWeight_Dev w) { pp_font_description_.weight = w; } in set_weight() function
72 void set_weight(PP_TrueTypeFontWeight_Dev weight) { in set_weight() function
36 rule->set_weight(0.5); in SetUp()40 rule->set_weight(2.0); in SetUp()45 rule->set_weight(3.0); in SetUp()
81 rule->set_weight(-1.0); in SetUpOnMainThread()90 rule->set_weight(1.0); in SetUpOnMainThread()
55 set_weight(PP_BROWSERFONT_TRUSTED_WEIGHT_NORMAL); in BrowserFontDescription()67 set_weight(other.weight()); in BrowserFontDescription()
54 void set_weight(PP_BrowserFont_Trusted_Weight w) { in set_weight() function
95 description.set_weight(PP_FONTWEIGHT_BOLD); in CalculateLayout()188 description.set_weight(PP_FONTWEIGHT_BOLD); in PrepareBackground()
620 rule->set_weight(0.1f); in TEST_F()627 rule->set_weight(0.2f); in TEST_F()
223 create_desc.set_weight(PP_TRUETYPEFONTWEIGHT_NORMAL); in TestDescribe()
979 void set_weight(uint8 weight) { weight_ = weight; } in set_weight() function
231 description.set_weight(PP_BROWSERFONT_TRUSTED_WEIGHT_BOLD); in MapFont()243 description.set_weight(WeightToBrowserFontTrustedWeight(weight)); in MapFont()