HomeSort by relevance Sort by last modified time
    Searched full:fontsize (Results 126 - 150 of 291) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInputSpeech.cpp 50 float fontScale = style->fontSize() / defaultControlFontPixelSize;
RenderRubyText.cpp 80 inset = min<float>(2 * style()->fontSize(), inset);
RenderThemeChromiumMac.mm 657 int fontSize = style->fontSize();
658 if (fontSize >= 16)
660 if (fontSize >= 11)
670 int fontSize = style->fontSize();
671 if (fontSize >= 13)
673 if (fontSize >= 11)
741 float fontSize = style->fontSize();
    [all...]
RenderThemeChromiumSkia.cpp 209 float fontScale = style->fontSize() / defaultControlFontPixelSize;
263 float fontScale = style->fontSize() / defaultControlFontPixelSize;
388 void RenderThemeChromiumSkia::setDefaultFontSize(int fontSize)
390 RenderThemeChromiumFontProvider::setDefaultFontSize(fontSize);
  /external/chromium_org/v8/test/mjsunit/
function-names.js 119 "fontsize", "big", "blink", "bold", "fixed", "italics", "small",
  /external/v8/test/mjsunit/
function-names.js 119 "fontsize", "big", "blink", "bold", "fixed", "italics", "small",
  /packages/apps/Settings/src/com/android/settings/
Display.java 42 mFontSize = (Spinner) findViewById(R.id.fontSize);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 40 self.fontSize=StringVar(self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 40 self.fontSize=StringVar(self)
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp 578 int fontSize = fontData->getLength();
584 originalFont.setCount(fontSize);
585 if (fontData->read(originalFont.begin(), fontSize) == (size_t)fontSize) {
593 fontSize,
603 fontSize = subsetFontSize;
608 return fontSize;
618 return fontSize;
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 578 int fontSize = fontData->getLength();
584 originalFont.setCount(fontSize);
585 if (fontData->read(originalFont.begin(), fontSize) == (size_t)fontSize) {
593 fontSize,
603 fontSize = subsetFontSize;
608 return fontSize;
618 return fontSize;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DotTreeGenerator.cs 65 "\tbgcolor=\"lightgrey\"; node [shape=box, fixedsize=false, fontsize=12, fontname=\"Helvetica-bold\", fontcolor=\"blue\"",
84 * node [shape=plaintext, fixedsize=true, fontsize=11, fontname="Courier",
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DOTTreeGenerator.cs 63 "\tbgcolor=\"lightgrey\"; node [shape=box, fixedsize=false, fontsize=12, fontname=\"Helvetica-bold\", fontcolor=\"blue\"",
82 * node [shape=plaintext, fixedsize=true, fontsize=11, fontname="Courier",
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DotTreeGenerator.cs 65 "\tbgcolor=\"lightgrey\"; node [shape=box, fixedsize=false, fontsize=12, fontname=\"Helvetica-bold\", fontcolor=\"blue\"",
84 * node [shape=plaintext, fixedsize=true, fontsize=11, fontname="Courier",
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DOTTreeGenerator.java 60 "\tbgcolor=\"lightgrey\"; node [shape=box, fixedsize=false, fontsize=12, fontname=\"Helvetica-bold\", fontcolor=\"blue\"\n" +
108 * node [shape=plaintext, fixedsize=true, fontsize=11, fontname="Courier",
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dottreegen.py 56 " node [shape=plaintext, fixedsize=true, fontsize=11, fontname=\"Courier\",\n" +
180 node [shape=plaintext, fixedsize=true, fontsize=11, fontname="Courier",
  /external/chromium/chrome/browser/resources/
about_conflicts.html 210 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  /external/chromium/chrome/browser/resources/bookmark_manager/
main.html 55 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  /external/chromium_org/chrome/browser/resources/
about_conflicts.html 148 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
plugins.html 12 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  /external/chromium_org/chrome/browser/resources/bookmark_manager/
main.html 57 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  /external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/
main.html 57 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  /external/chromium_org/chrome/browser/resources/history/
history.html 59 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.cpp 29 #include "core/css/FontSize.h"
236 fontDescription.setComputedSize(FontSize::getComputedSizeFromSpecifiedSize(&document, scalingFactor, fontDescription.isAbsoluteSize(), fontDescription.specifiedSize(), DoNotUseSmartMinimumForFontSize));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontCacheMac.mm 194 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family, float fontSize)
198 float size = fontSize;

Completed in 422 milliseconds

1 2 3 4 56 7 8 91011>>