/external/chromium/chrome/browser/ui/webui/ |
chrome_url_data_manager.cc | 164 localized_strings->SetString("fontsize",
|
/external/libvorbis/doc/ |
Vorbis_I_spec.tex | 37 \fvset{tabsize=4,fontsize=\scriptsize,numbers=left}
|
/external/libvpx/examples/includes/geshi/geshi/ |
dot.php | 53 'fontname', 'fontsize', 'group', 'headclip', 'headlabel', 'headport',
|
/external/v8/test/mjsunit/ |
undeletable-functions.js | 111 "toUpperCase", "toLocaleUpperCase", "link", "anchor", "fontcolor", "fontsize",
|
/external/webkit/Source/WebCore/editing/ |
EditingStyle.h | 166 String fontSize() { return m_applyFontSize; }
|
EditingStyle.cpp | [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderInputSpeech.cpp | 52 float fontScale = style->fontSize() / defaultControlFontPixelSize;
|
RenderThemeWin.cpp | 283 static void fillFontDescription(FontDescription& fontDescription, LOGFONT& logFont, float fontSize) 288 fontDescription.setSpecifiedSize(fontSize); 897 float fontScale = style->fontSize() / defaultControlFontPixelSize; [all...] |
RootInlineBox.cpp | 700 int fontSize = font.pixelSize(); 705 verticalPosition += fontSize / 5 + 1; 707 verticalPosition -= fontSize / 3 + 1; [all...] |
/external/webkit/Source/WebCore/rendering/mathml/ |
RenderMathMLFenced.cpp | 87 newStyle->setPaddingRight(Length(static_cast<int>(gOperatorPadding * style()->fontSize()), Fixed));
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
mozilla | 209 fontsize
|
/frameworks/base/libs/hwui/ |
FontRenderer.cpp | 469 void FontRenderer::setFont(SkPaint* paint, uint32_t fontId, float fontSize) { 482 mCurrentFont = Font::create(this, fontId, fontSize, flags, italicStyle, 563 float fontSize = paint->getTextSize(); 565 fontSize, flags, italicStyle, scaleX, style, strokeWidth);
|
FontRenderer.h | 50 void setFont(SkPaint* paint, uint32_t fontId, float fontSize);
|
/frameworks/base/tools/orientationplot/ |
orientationplot.py | 78 self.fig.suptitle('Window Orientation Listener', fontsize=12) 214 axes.text(0.02, 0.02, title, transform=axes.transAxes, fontsize=10, fontweight='bold') 215 axes.set_xlabel('time (s)', fontsize=10, fontweight='bold') 216 axes.set_ylabel(ylabel, fontsize=10, fontweight='bold')
|
/development/samples/BrowserPlugin/jni/background/ |
BackgroundPlugin.cpp | 144 const int fontSize = (int)(zoomFactorW * 16); 163 gPaintI.setTextSize(paint, fontSize);
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
content_setting_bubble_cocoa.mm | 64 CGFloat fontSize = [NSFont systemFontSizeForControlSize:controlSize]; 66 NSFont* font = [NSFont fontWithName:[[cell font] fontName] size:fontSize];
|
/external/llvm/utils/ |
GenLibDeps.pl | 329 print DOT " fontsize=\"24\"\n"; 368 print DOT " fontsize=\"24\"\n";
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
rhino-python.input | 38 basic = styles.add('normal', tabsize=3, fontSize=12, fontFamily="Courier")
|
/external/chromium/chrome/browser/resources/options/ |
font_settings.js | 126 el.style.fontSize = size + 'px';
|
/external/webkit/Source/WebCore/platform/efl/ |
RenderThemeEfl.h | 158 static void setDefaultFontSize(int fontsize);
|
/external/webkit/Source/WebCore/platform/android/ |
RenderThemeAndroid.cpp | 51 // Add padding to the fontSize of ListBoxes to get their maximum sizes. 255 if (style->fontSize() < 11) 670 float fontScale = style->fontSize() / baseFontSize;
|
/external/llvm/test/CodeGen/Thumb2/ |
2009-08-04-ScavengerAssert.ll | 139 br i1 undef, label %bb2.i, label %FontSize.exit 145 FontSize.exit: ; preds = %bb1.i 153 bb.i5: ; preds = %FontSize.exit 157 FontName.exit: ; preds = %bb.i5, %FontSize.exit 158 %22 = phi %struct.FONT_INFO* [ undef, %bb.i5 ], [ undef, %FontSize.exit ] ; <%struct.FONT_INFO*> [#uses=1]
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebsettings.cpp | 360 \enum QWebSettings::FontSize 542 void QWebSettings::setFontSize(FontSize type, int size) 551 int QWebSettings::fontSize(FontSize type) const 567 void QWebSettings::resetFontSize(FontSize type) [all...] |
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 855 jstring fileName, jfloat fontSize, jint dpi) 860 fontSize, dpi); 867 jstring name, jfloat fontSize, jint dpi, jint native_asset) 874 fontSize, dpi, 881 jfloat fontSize, jint dpi) 896 fontSize, dpi, [all...] |
/external/webkit/Source/WebCore/bindings/objc/ |
DOMCSS.mm | 607 - (NSString *)fontSize 612 - (void)setFontSize:(NSString *)fontSize 614 [self setProperty:@"font-size" value:fontSize priority:@""];
|