HomeSort by relevance Sort by last modified time
    Searched refs:fontSize (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/chromium/webkit/glue/
webmenurunner_mac.h 43 fontSize:(CGFloat)fontSize
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLSquareRoot.cpp 96 maxHeight = style()->fontSize();
98 int frontWidth = static_cast<int>(style()->fontSize() * gRadicalWidth);
101 int thresholdHeight = static_cast<int>(gThresholdBaseHeight * style()->fontSize());
115 FloatPoint leftEnd(tx , topLeft.y() + gRadicalLeftEndYShift * style()->fontSize());
119 info.context->setStrokeThickness(gRadicalLineThickness * style()->fontSize());
123 info.context->setMiterLimit(style()->fontSize());
152 info.context->setStrokeThickness(gRadicalThickLineThickness * style()->fontSize());
184 maxHeight = style()->fontSize();
187 if (maxHeight > static_cast<int>(gThresholdBaseHeight * style()->fontSize()))
188 style()->setPaddingBottom(Length(static_cast<int>(gRootBottomPadding * style()->fontSize()), Fixed))
    [all...]
RenderMathMLRoot.cpp 115 maxHeight = style()->fontSize();
128 int frontWidth = static_cast<int>(style()->fontSize() * gRadicalWidth);
131 int thresholdHeight = static_cast<int>(gThresholdBaseHeight * style()->fontSize());
142 int rootPad = static_cast<int>(gRootPadding * style()->fontSize());
149 FloatPoint leftEnd(start - frontWidth , topLeft.y() + gRadicalLeftEndYShift * style()->fontSize());
153 info.context->setStrokeThickness(gRadicalLineThickness * style()->fontSize());
157 info.context->setMiterLimit(style()->fontSize());
186 info.context->setStrokeThickness(gRadicalThickLineThickness * style()->fontSize());
215 maxHeight = style()->fontSize();
218 int thresholdHeight = static_cast<int>(gThresholdBaseHeight * style()->fontSize());
    [all...]
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());
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
FontTest.java 30 for (int fontSize = 8; fontSize <= 12; fontSize += 2) {
33 F = Font.create(mRS, mRes, "sans-serif", style, fontSize);
43 F = Font.create(mRS, mRes, "serif", style, fontSize);
53 F = Font.create(mRS, mRes, "mono", style, fontSize);
  /packages/apps/DeskClock/src/com/android/alarmclock/
WidgetUtils.java 33 float fontSize = context.getResources().getDimension(R.dimen.widget_big_font_size);
35 R.id.the_clock1, TypedValue.COMPLEX_UNIT_PX, fontSize * scale);
37 R.id.the_clock2, TypedValue.COMPLEX_UNIT_PX, fontSize * scale);
  /external/webkit/Source/WebCore/rendering/
RenderRubyText.cpp 78 inset = min<float>(2 * style()->fontSize(), inset);
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())
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...]
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);
RenderInputSpeech.cpp 52 float fontScale = style->fontSize() / defaultControlFontPixelSize;
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/webkit/Source/WebKit/win/Interfaces/
IWebPreferences.idl 101 HRESULT defaultFontSize([out, retval] int* fontSize);
102 HRESULT setDefaultFontSize([in] int fontSize);
104 HRESULT defaultFixedFontSize([out, retval] int* fontSize);
105 HRESULT setDefaultFixedFontSize([in] int fontSize);
107 HRESULT minimumFontSize([out, retval] int* fontSize);
108 HRESULT setMinimumFontSize([in] int fontSize);
110 HRESULT minimumLogicalFontSize([out, retval] int* fontSize);
111 HRESULT setMinimumLogicalFontSize([in] int fontSize);
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpreferences.h 52 enum FontSize {
66 void setFontSize(FontSize type, int size);
67 int fontSize(FontSize type) const;
  /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);
  /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/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);
  /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/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];
  /development/apps/Development/src/com/android/development/
Details.java 95 TextView makeView(String str, boolean bold, int fontSize)
102 v.setTextSize(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,
  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp 67 const int fontSize = (int)(zoomFactorW * 16);
86 gPaintI.setTextSize(paint, fontSize);
  /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/webkit/Source/WebCore/svg/
SVGLength.cpp 410 float fontSize = style->fontSize();
411 if (!fontSize) {
416 return value / fontSize;
427 return value * style->fontSize();
  /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...]

Completed in 1873 milliseconds

1 2 3 4