Searched refs:setFontSize (Results 1 – 5 of 5) sorted by relevance
74 PendingChanges.prototype.setFontSize = function(fontSizeKey, size) { method in PendingChanges
244 advancedFonts.pendingChanges.setFontSize(fontSizeKey, null);461 advancedFonts.pendingChanges.setFontSize(fontSizeKey, pixelSize);
375 style->setFontSize(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0)); in applyProperty()
1115 void setFontSize(float);1122 setFontSize(fontDescription().specifiedSize()); in setTextAutosizingMultiplier()
1206 void RenderStyle::setFontSize(float size) in setFontSize() function in blink::RenderStyle