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

1 2 3 4 5 6 7 8

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
state.st 1 node [fontsize=11, shape = <if(useBox)>box<else>circle, fixedsize=true, width=.4<endif>]; <name>
action-edge.st 1 <src> -> <target> [fontsize=11, fontname="Courier", arrowsize=.7, label = "<label>"<if(arrowhead)>, arrowhead = <arrowhead><endif>];
edge.st 1 <src> -> <target> [fontsize=11, fontname="Courier", arrowsize=.7, label = "<label>"<if(arrowhead)>, arrowhead = <arrowhead><endif>];
stopstate.st 1 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=true, width=.6<endif>]; <name>
dot.stg 56 <src> -> <target> [fontsize=11, fontname="Courier", arrowsize=.7, label = "<label>"<if(arrowhead)>, arrowhead = <arrowhead><endif>];
60 <src> -> <target> [fontsize=11, fontname="Courier", arrowsize=.7, label = "<label>"<if(arrowhead)>, arrowhead = <arrowhead><endif>];
68 node [fontsize=11, shape = <if(useBox)>box<else>circle, fixedsize=true, width=.4<endif>]; <name>
72 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=true, width=.6<endif>]; <name>
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
FontSize.java 25 public enum FontSize {
32 FontSize(int value) {
37 * Create a FontSize object.
38 * @param value Integer value to be converted to a FontSize object.
39 * @return FontSize object whose value is {@code value}. If no
40 * FontSize object has that value, null is returned.
42 public static FontSize fromInt(int value) {
43 for (FontSize e : FontSize.values()) {
TextAttribute.java 29 public FontSize size;
37 FontSize size, boolean bold, boolean italic, boolean underlined,
  /external/webkit/Source/WebCore/mathml/
mathattrs.in 13 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;
  /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);
  /external/openfst/src/include/fst/script/
draw.h 46 const int fontsize; member in struct:fst::script::FstDrawerArgs
64 int fontsize,
72 fontsize(fontsize), precision(precision),
85 args->nodesep, args->fontsize,
102 int fontsize,
  /external/chromium/chrome/browser/resources/
crashes.html 11 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
flags_warning.html 25 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
guest_session_tab.html 14 <div class="content" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
incognito_tab.html 14 <div class="content" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
http_auth.html 69 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  /external/webkit/Source/WebCore/rendering/mathml/
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...]
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...]
  /external/chromium/chrome/browser/printing/cloud_print/resources/
cloud_print_setup_done.html 10 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  /external/openfst/src/script/
draw.cc 38 int fontsize,
45 fontsize, precision, show_weight_one, ostrm, dest);
  /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/WebKit/qt/Api/
qwebsettings.h 92 enum FontSize {
105 void setFontSize(FontSize type, int size);
106 int fontSize(FontSize type) const;
107 void resetFontSize(FontSize type);
  /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/chromium/chrome/browser/resources/sync_internals/
sync_index.html 24 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  /external/chromium/chrome/browser/resources/shared/js/
i18n_template.js 19 * <span i18n-values="title:myTitle;.style.fontSize:fontSize"></span>
22 * 'fontSize': '13px'

Completed in 457 milliseconds

1 2 3 4 5 6 7 8