HomeSort by relevance Sort by last modified time
    Searched full:fontsize (Results 26 - 50 of 178) sorted by null

12 3 4 5 6 7 8

  /external/chromium/chrome/browser/policy/resources/
enrollment.html 11 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  /external/chromium/chrome/browser/printing/cloud_print/resources/
cloud_print_setup_login.html 10 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"
  /external/chromium/chrome/browser/ui/cocoa/
hyperlink_button_cell.mm 49 CGFloat fontSize = [NSFont systemFontSizeForControlSize:[self controlSize]];
50 NSFont* font = [NSFont controlContentFontOfSize:fontSize];
  /external/chromium/webkit/glue/
webmenurunner_mac.h 43 fontSize:(CGFloat)fontSize
webmenurunner_mac.mm 45 fontSize:(CGFloat)fontSize
51 fontSize_ = fontSize;
  /external/webkit/Source/WebKit/win/
WebPreferences.h 95 /* [retval][out] */ int* fontSize);
98 /* [in] */ int fontSize);
101 /* [retval][out] */ int* fontSize);
104 /* [in] */ int fontSize);
107 /* [retval][out] */ int* fontSize);
110 /* [in] */ int fontSize);
113 /* [retval][out] */ int* fontSize);
116 /* [in] */ int fontSize);
WebPreferences.cpp 652 /* [retval][out] */ int* fontSize)
654 *fontSize = integerValueForKey(CFSTR(WebKitDefaultFontSizePreferenceKey));
659 /* [in] */ int fontSize)
661 setIntegerValue(CFSTR(WebKitDefaultFontSizePreferenceKey), fontSize);
666 /* [retval][out] */ int* fontSize)
668 *fontSize = integerValueForKey(CFSTR(WebKitDefaultFixedFontSizePreferenceKey));
673 /* [in] */ int fontSize)
675 setIntegerValue(CFSTR(WebKitDefaultFixedFontSizePreferenceKey), fontSize);
680 /* [retval][out] */ int* fontSize)
682 *fontSize = integerValueForKey(CFSTR(WebKitMinimumFontSizePreferenceKey))
    [all...]
  /external/openfst/src/include/fst/script/
draw-impl.h 55 int fontsize,
62 fontsize_(fontsize), precision_(precision),
183 PrintString(" fontsize = ");
204 PrintString("\", fontsize = ");
  /packages/apps/Settings/res/layout/
display.xml 30 <Spinner android:id="@+id/fontSize"
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
CandidateTextView.java 38 /** Width of fontsize change */
40 /** Fontsize corresponding to width */
42 /** Width of fontsize change beginning */
47 /** Width of fontsize change beginning */
  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp 200 float fontSize = 0;
205 fontSize = systemFontSizeForControlSize(NSSmallControlSize);
210 fontSize = systemFontSizeForControlSize(NSRegularControlSize);
215 fontSize = 10.0f;
220 fontSize = systemFontSizeForControlSize(NSMiniControlSize);
225 fontSize = systemFontSizeForControlSize(NSSmallControlSize);
230 fontSize = systemFontSizeForControlSize(NSRegularControlSize);
235 fontSize = 13.0f;
238 if (fontSize) {
242 cachedDesc->setSpecifiedSize(fontSize);
    [all...]
RenderRubyRun.cpp 290 int logicalLeftOverhang = rubyText->style(firstLine)->fontSize() / 2;
301 if (!startRenderer || !startRenderer->isText() || startRenderer->style(firstLine)->fontSize() > rubyBase->style(firstLine)->fontSize())
304 if (!endRenderer || !endRenderer->isText() || endRenderer->style(firstLine)->fontSize() > rubyBase->style(firstLine)->fontSize())
RenderThemeChromiumWin.cpp 298 float fontSize = 0;
306 fontSize = systemFontSize(metrics.lfSmCaptionFont);
315 fontSize = systemFontSize(metrics.lfMenuFont);
324 fontSize = systemFontSize(metrics.lfStatusFont);
332 fontSize = defaultFontSize - pointsToPixels(2);
336 fontSize = defaultFontSize;
343 if (fontSize) {
347 cachedDesc->setSpecifiedSize(fontSize);
519 void RenderThemeChromiumWin::setDefaultFontSize(int fontSize)
521 RenderThemeChromiumSkia::setDefaultFontSize(fontSize);
    [all...]
  /external/openfst/src/bin/
fstdraw.cc 37 DEFINE_int32(fontsize, 14, "Set fontsize");
  /frameworks/base/libs/hwui/font/
Font.h 67 static Font* create(FontRenderer* state, uint32_t fontId, float fontSize,
91 Font(FontRenderer* state, uint32_t fontId, float fontSize, int flags, uint32_t italicStyle,
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
TextSampleEntry.java 270 int fontSize;
278 fontSize = IsoTypeReader.readUInt8(in);
292 IsoTypeWriter.writeUInt8(bb, fontSize);
  /external/regex-re2/benchlog/
mktable 64 printf JGR " no_auto_hash_marks hash_labels fontsize 9\n";
90 printf JGR " hash_labels fontsize 9\n";
91 # printf JGR "legend defaults font Times-Roman fontsize 10 x 0 y $y hjl vjt\n";
  /external/webkit/Source/WebCore/platform/graphics/chromium/
CrossProcessFontLoading.mm 177 // * fontSize - point size of the font we wish to load.
184 void FontPlatformData::loadFont(NSFont* nsFont, float fontSize, NSFont*& outNSFont, CGFontRef& cgFont)
204 outNSFont = [NSFont fontWithName:@"Times" size:fontSize];
  /external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp 161 SIZE fontSize;
163 GetTextExtentPoint32(g_screenDC, &c, 1, &fontSize);
167 return (float)fontSize.cx * (float)m_platformData.size() / 72.f;
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLFraction.cpp 98 lastChild()->style()->setPaddingTop(Length(static_cast<int>(m_lineThickness + style()->fontSize() * gDenominatorPad), Fixed));
107 Length pad(static_cast<int>(rowStyle->fontSize() * gHorizontalPad), Fixed);
128 m_lineThickness *= ceilf(gFractionBarWidth * style()->fontSize());
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpreferences.cpp 188 void QWKPreferences::setFontSize(FontSize type, int size)
205 int QWKPreferences::fontSize(FontSize type) const
  /frameworks/rs/
rsFont.cpp 40 bool Font::init(const char *name, float fontSize, uint32_t dpi, const void *data, uint32_t dataLen) {
60 mFontSize = fontSize;
63 error = FT_Set_Char_Size(mFace, (FT_F26Dot6)(fontSize * 64.0f), 0, dpi, 0);
294 Font * Font::create(Context *rsc, const char *name, float fontSize, uint32_t dpi,
301 if (ithFont->mFontName == name && ithFont->mFontSize == fontSize && ithFont->mDpi == dpi) {
307 bool isInitialized = newFont->init(name, fontSize, dpi, data, dataLen);
861 float fontSize, uint32_t dpi) {
862 Font *newFont = Font::create(rsc, name, fontSize, dpi);
871 float fontSize, uint32_t dpi,
873 Font *newFont = Font::create(rsc, name, fontSize, dpi, data, data_length)
    [all...]
  /external/chromium/chrome/browser/tab_contents/
popup_menu_helper_mac.mm 44 fontSize:item_font_size
  /external/v8/test/mjsunit/
html-string-funcs.js 47 CheckCompound('fontsize', 'font', 'size');
  /external/webkit/LayoutTests/fast/dom/HTMLFontElement/script-tests/
size-attribute.js 12 var result = computedStyle.fontSize;

Completed in 910 milliseconds

12 3 4 5 6 7 8