/external/webkit/Source/WebCore/manual-tests/ |
arrow-key-events.html | 40 item.style.fontSize = '8px';
|
/external/webkit/Source/WebCore/rendering/ |
RenderRubyText.cpp | 78 inset = min<float>(2 * style()->fontSize(), inset);
|
RenderThemeChromiumSkia.cpp | 164 float fontSize = defaultFontSize; 175 fontSize -= (2.0f / pointsPerInch) * pixelsPerInch; 180 fontDescription.setSpecifiedSize(fontSize); 256 float fontScale = style->fontSize() / defaultControlFontPixelSize; 310 float fontScale = style->fontSize() / defaultControlFontPixelSize; 344 float fontScale = style->fontSize() / defaultControlFontPixelSize; 505 void RenderThemeChromiumSkia::setDefaultFontSize(int fontSize) 507 defaultFontSize = static_cast<float>(fontSize);
|
/external/webkit/Source/WebKit/qt/declarative/ |
qdeclarativewebview_p.h | 333 int minimumFontSize() const { return s->fontSize(QWebSettings::MinimumFontSize); } 335 int minimumLogicalFontSize() const { return s->fontSize(QWebSettings::MinimumLogicalFontSize); } 337 int defaultFontSize() const { return s->fontSize(QWebSettings::DefaultFontSize); } 339 int defaultFixedFontSize() const { return s->fontSize(QWebSettings::DefaultFixedFontSize); }
|
/frameworks/base/tools/velocityplot/ |
velocityplot.py | 82 self.fig.suptitle('Velocity Tracker', fontsize=12) 140 axes.text(0.02, 0.02, title, transform=axes.transAxes, fontsize=10, fontweight='bold') 141 axes.set_xlabel('time (s)', fontsize=10, fontweight='bold') 142 axes.set_ylabel(ylabel, fontsize=10, fontweight='bold')
|
/development/apps/Development/src/com/android/development/ |
Details.java | 95 TextView makeView(String str, boolean bold, int fontSize) 102 v.setTextSize(fontSize);
|
/external/chromium/chrome/browser/resources/ |
mobile_setup.html | 163 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
/external/chromium/chrome/browser/sync/resources/ |
gaia_login.html | 7 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-76054.js | 76 status = 'fontsize()'; 77 actual = s.fontsize();
|
/external/webkit/Source/WebCore/rendering/mathml/ |
RenderMathMLSubSup.cpp | 141 return static_cast<int>(style()->fontSize()*gSubSupStretch); 142 return static_cast<int>(style()->fontSize());
|
/frameworks/base/media/java/android/media/ |
TimedText.java | 206 public final int fontSize; 222 * @param fontSize the size of the font. 227 int fontSize, int colorRGBA) { 234 this.fontSize = fontSize; 539 int fontSize = -1; 566 fontSize = parcel.readInt(); 584 isItalic, isUnderlined, fontSize, colorRGBA);
|
/frameworks/base/services/java/com/android/server/wm/ |
Watermark.java | 84 int fontSize = WindowManagerService.getPropertyInt(tokens, 1, 88 mTextPaint.setTextSize(fontSize);
|
/frameworks/base/tests/BrowserTestPlugin/jni/event/ |
EventPlugin.cpp | 67 const int fontSize = (int)(zoomFactorW * 16); 86 gPaintI.setTextSize(paint, fontSize);
|
/frameworks/rs/ |
rs.spec | 456 param float fontSize 463 param float fontSize
|
rsFont.h | 76 static Font * create(Context *rsc, const char *name, float fontSize, uint32_t dpi, 121 bool init(const char *name, float fontSize, uint32_t dpi, const void *data = NULL, uint32_t dataLen = 0);
|
/sdk/assetstudio/src/com/android/assetstudiolib/ |
TextRenderUtil.java | 59 font = new Font(options.fontName, options.fontStyle, options.fontSize); 135 public int fontSize = DEFAULT_FONT_SIZE;
|
/external/llvm/test/CodeGen/Thumb2/ |
2009-08-04-CoalescerBug.ll | 59 br i1 undef, label %bb.i1, label %FontSize.exit 62 br label %FontSize.exit 64 FontSize.exit: ; preds = %bb.i1, %FontHalfXHeight.exit 69 bb.i5: ; preds = %FontSize.exit 73 FontName.exit: ; preds = %bb.i5, %FontSize.exit
|
/external/webkit/Source/WebCore/svg/ |
SVGLength.cpp | 410 float fontSize = style->fontSize(); 411 if (!fontSize) { 416 return value / fontSize; 427 return value * style->fontSize();
|
/frameworks/base/libs/hwui/font/ |
Font.cpp | 36 Font::Font(FontRenderer* state, uint32_t fontId, float fontSize, 39 mState(state), mFontId(fontId), mFontSize(fontSize), 421 Font* Font::create(FontRenderer* state, uint32_t fontId, float fontSize, 428 if (font->mFontId == fontId && font->mFontSize == fontSize && 436 Font* newFont = new Font(state, fontId, fontSize, flags, italicStyle,
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
ComplexTextControllerATSUI.cpp | 296 Fixed fontSize = FloatToFixed(fontData->platformData().m_size); 300 ByteCount styleSizes[4] = { sizeof(fontSize), sizeof(fontID), sizeof(verticalFlip), sizeof(kerningInhibitFactor) }; 302 ATSUAttributeValuePtr styleValues[4] = { &fontSize, &fontID, &verticalFlip, &kerningInhibitFactor };
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
ValueParser.java | 237 FontSize size = FontSize.fromInt(sizeValue); 240 size = FontSize.NORMAL;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
TestDotTreeGenerator.cs | 63 + @" bgcolor=""lightgrey""; node [shape=box, fixedsize=false, fontsize=12, fontname=""Helvetica-bold"", fontcolor=""blue""" + newline
|
/external/v8/test/mjsunit/ |
function-names.js | 119 "fontsize", "big", "blink", "bold", "fixed", "italics", "small",
|
/external/webkit/Tools/DumpRenderTree/mac/ |
TextInputController.m | 143 - (void)addFontAttribute:(NSString *)attrName fontName:(NSString *)fontName size:(float)fontSize 145 [self addAttribute:attrName value:[NSFont fontWithName:fontName size:fontSize] range:NSMakeRange(0, [self length])]; 148 - (void)addFontAttribute:(NSString *)attrName fontName:(NSString *)fontName size:(float)fontSize from:(int)from length:(int)length 150 [self addAttribute:attrName value:[NSFont fontWithName:fontName size:fontSize] range:NSMakeRange((unsigned)from, (unsigned)length)];
|
/packages/apps/Settings/src/com/android/settings/ |
Display.java | 42 mFontSize = (Spinner) findViewById(R.id.fontSize);
|