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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
text_measure.js 28 'fontSize',
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js 96 link.style.fontSize = styles.fontSize + 'px';
142 fontSize: 11
155 styles.fontSize = parseInt(params.fs, 10);
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/
CSSPropertySetterGetter.html 36 'fontSize' : '13px',
CSSPropertyUpdateValue.html 36 'fontSize' : '13px',
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontSize.cpp 30 #include "core/css/FontSize.h"
38 float FontSize::getComputedSizeFromSpecifiedSize(const Document* document, float zoomFactor, bool isAbsoluteSize, float specifiedSize, ESmartMinimumForFontSize useSmartMinimumForFontSize)
123 float FontSize::fontSizeForKeyword(const Document* document, int keyword, bool shouldUseFixedDefaultSize)
156 int FontSize::legacyFontSize(const Document* document, int pixelFontSize, bool shouldUseFixedDefaultSize)
  /external/chromium/webkit/glue/
webmenurunner_mac.mm 45 fontSize:(CGFloat)fontSize
51 fontSize_ = fontSize;
  /external/chromium_org/content/browser/renderer_host/
webmenurunner_mac.mm 24 fontSize:(CGFloat)fontSize
30 fontSize_ = fontSize;
  /external/chromium_org/third_party/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/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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyRun.cpp 304 if (!startRenderer || !startRenderer->isText() || startRenderer->style(firstLine)->fontSize() > rubyBase->style(firstLine)->fontSize())
307 if (!endRenderer || !endRenderer->isText() || endRenderer->style(firstLine)->fontSize() > rubyBase->style(firstLine)->fontSize())
313 int halfWidthOfFontSize = rubyText->style(firstLine)->fontSize() / 2;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 59 void SVGFontData::initializeFontData(SimpleFontData* fontData, float fontSize)
77 float scale = scaleEmToUnits(fontSize, unitsPerEm);
81 float lineGap = 0.1f * fontSize;
121 float SVGFontData::widthForSVGGlyph(Glyph glyph, float fontSize) const
131 return svgGlyph.horizontalAdvanceX * scaleEmToUnits(fontSize, svgFontFaceElement->unitsPerEm());
SVGLengthContext.cpp 228 float fontSize = style->specifiedFontSize();
229 if (!fontSize) {
234 return value / fontSize;
  /frameworks/rs/
rsFont.cpp 42 bool Font::init(const char *name, float fontSize, uint32_t dpi, const void *data, uint32_t dataLen) {
62 mFontSize = fontSize;
65 error = FT_Set_Char_Size(mFace, (FT_F26Dot6)(fontSize * 64.0f), 0, dpi, 0);
296 Font * Font::create(Context *rsc, const char *name, float fontSize, uint32_t dpi,
303 if (ithFont->mFontName == name && ithFont->mFontSize == fontSize && ithFont->mDpi == dpi) {
309 bool isInitialized = newFont->init(name, fontSize, dpi, data, dataLen);
866 float fontSize, uint32_t dpi) {
867 Font *newFont = Font::create(rsc, name, fontSize, dpi);
876 float fontSize, uint32_t dpi,
878 Font *newFont = Font::create(rsc, name, fontSize, dpi, data, data_length)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.cpp 66 SimpleFontData::SimpleFontData(PassRefPtr<CustomFontData> customData, float fontSize, bool syntheticBold, bool syntheticItalic)
67 : m_platformData(FontPlatformData(fontSize, syntheticBold, syntheticItalic))
78 m_customFontData->initializeFontData(this, fontSize);
SimpleFontData.h 66 static PassRefPtr<SimpleFontData> create(PassRefPtr<CustomFontData> customData, float fontSize, bool syntheticBold, bool syntheticItalic)
68 return adoptRef(new SimpleFontData(customData, fontSize, syntheticBold, syntheticItalic));
182 SimpleFontData(PassRefPtr<CustomFontData> customData, float fontSize, bool syntheticBold, bool syntheticItalic);
  /external/chromium/chrome/browser/tab_contents/
popup_menu_helper_mac.mm 44 fontSize:item_font_size
  /external/chromium_org/third_party/WebKit/ManualTests/
arrow-key-events.html 40 item.style.fontSize = '8px';
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 29 #include "core/css/FontSize.h"
98 setSize(scope.fontDescription(), effectiveZoom, FontSize::fontSizeForKeyword(m_document, CSSValueMedium, false));
144 setSize(scope.fontDescription(), effectiveZoom, FontSize::fontSizeForKeyword(m_document, CSSValueXxSmall + scope.fontDescription().keywordSize() - 1, false));
239 setSize(scope.fontDescription(), effectiveZoom, FontSize::fontSizeForKeyword(m_document, CSSValueXxSmall + scope.fontDescription().keywordSize() - 1, !oldFamilyUsedFixedDefaultSize));
246 float size = FontSize::fontSizeForKeyword(m_document, CSSValueMedium, scope.fontDescription().useFixedDefaultSize());
311 size = FontSize::fontSizeForKeyword(m_document, valueID, scope.fontDescription().useFixedDefaultSize());
524 return FontSize::getComputedSizeFromSpecifiedSize(m_document, zoomFactor, fontDescription.isAbsoluteSize(), specifiedSize);
603 size = FontSize::fontSizeForKeyword(m_document, CSSValueXxSmall + scope.fontDescription().keywordSize() - 1, scope.fontDescription().useFixedDefaultSize());
653 int size = FontSize::fontSizeForKeyword(m_document, CSSValueMedium, false);
  /external/chromium_org/ui/keyboard/resources/
main.js 11 keyboard.style.fontSize = (height / FONT_SIZE_RATIO / ROW_LENGTH) + 'px';
  /external/chromium_org/v8/test/mjsunit/
html-string-funcs.js 47 CheckCompound('fontsize', 'font', 'size');
  /external/v8/test/mjsunit/
html-string-funcs.js 47 CheckCompound('fontsize', 'font', 'size');
  /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">

Completed in 429 milliseconds

1 2 34 5 6 7 8 91011>>