Searched refs:baseFontSize (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DInbandTextTrackPrivateClient.h78 double baseFontSize() const { return m_baseFontSize; } function in class:WebCore::GenericCueData
79 void setBaseFontSize(double baseFontSize) { m_baseFontSize = baseFontSize; } argument
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVAppearancePreferences.h22 IBOutlet NSTextField *baseFontSize; variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVAppearancePreferences.h22 IBOutlet NSTextField *baseFontSize; variable
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/
H A DInbandTextTrackPrivateAVF.cpp285 double baseFontSize; local
286 CFNumberGetValue(valueNumber, kCFNumberFloat64Type, &baseFontSize);
287 cueData->setBaseFontSize(baseFontSize);
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tkHTML/
H A Dss.rb139 baseFontSize = 24
143 (baseFontSize * (1.2**(size.to_f - 4.0))).to_i,
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DInbandTextTrack.cpp200 cue->setBaseFontSizeRelativeToVideoHeight(cueData->baseFontSize());
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderThemeSafari.cpp698 const float baseFontSize = 11.0f; member in namespace:WebCore
820 float fontScale = min(o->style()->fontSize() / baseFontSize, bounds.height() / baseArrowHeight);
904 float fontScale = style->fontSize() / baseFontSize;
931 float fontScale = style->fontSize() / baseFontSize;
H A DRenderThemeMac.mm1403 const float baseFontSize = 11.0f;
1532 float fontScale = min(o->style()->fontSize() / baseFontSize, bounds.height() / (baseArrowHeight * 2 + baseSpaceBetweenArrows));
1631 float fontScale = style->fontSize() / baseFontSize;
1658 float fontScale = style->fontSize() / baseFontSize;

Completed in 108 milliseconds