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

1 2

  /external/fio/
cairo_text_helpers.h 5 double fontsize, const char *text);
9 double fontsize, const char *text);
13 double fontsize, const char *text);
16 double y, double fontsize,
cairo_text_helpers.c 6 double fontsize, const char *text, int alignment)
32 cairo_set_font_size(cr, fontsize);
42 double fontsize, const char *text)
44 draw_aligned_text(cr, font, x, y, fontsize, text, CENTERED);
49 double fontsize, const char *text)
51 draw_aligned_text(cr, font, x, y, fontsize, text, RIGHT_JUSTIFIED);
56 double fontsize, const char *text)
58 draw_aligned_text(cr, font, x, y, fontsize, text, LEFT_JUSTIFIED);
62 double y, double fontsize,
70 cairo_set_font_size(cr, fontsize);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
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>
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 53 float fontsize = m_TextState.GetFontSize(); local
54 pInfo->m_Origin.x -= fontsize * vx / 1000;
55 pInfo->m_Origin.y -= fontsize * vy / 1000;
179 float fontsize = m_TextState.GetFontSize() / 1000; local
186 return pFont->GetCharWidthF(charcode) * fontsize;
189 return pCIDFont->GetVertWidth(CID) * fontsize;
212 float fontsize = m_TextState.GetFontSize(); local
217 curpos -= (m_CharPos[i - 1] * fontsize) / 1000;
230 float char_left = curpos + char_rect.left * fontsize / 1000;
231 float char_right = curpos + char_rect.right * fontsize / 1000
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_dynamics.py 73 ax.set_xlabel(v.getXLabel(), fontsize='large')
74 ax.set_ylabel(v.getYLabel(), fontsize='large')
122 shadow=True, fontsize='large', ncol=len(v.samples))
  /external/lisa/libs/utils/analysis/
irq_analysis.py 64 plt.suptitle(title, y=.97, fontsize=16, horizontalalignment='center')
frequency_analysis.py 188 plt.suptitle(title, y=.97, fontsize=16, horizontalalignment='center')
290 plt.suptitle(title, y=.97, fontsize=16, horizontalalignment='center')
695 fontsize=18)
698 color='g', fontsize=14)
701 color='r', fontsize=14)
749 textcoords='offset points', fontsize=18)
tasks_analysis.py 292 y=.94, fontsize=16, horizontalalignment='center')
603 fontsize=18)
607 fontsize=14)
eas_analysis.py 112 y=.92, fontsize=16, horizontalalignment='center')
376 y=.97, fontsize=16, horizontalalignment='center')
idle_analysis.py 315 fontsize=18)
  /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')
  /external/webrtc/webrtc/video/
full_stack_plot.py 253 ax1.set_xlabel("Frame", fontsize="large")
256 ax2.set_xlabel("Frame", fontsize="large")
280 ax1.legend(loc="upper left", shadow=True, fontsize="large")
281 ax2.legend(loc="upper right", shadow=True, fontsize="large")
283 ax1.legend(loc="best", shadow=True, fontsize="large")
  /external/trappy/trappy/plotter/
PlotLayout.py 84 fontsize=AttrConf.TITLE_SIZE,
  /frameworks/base/tools/orientationplot/
orientationplot.py 78 self.fig.suptitle('Window Orientation Listener', fontsize=12)
214 axes.text(0.02, 0.02, title, transform=axes.transAxes, fontsize=10, fontweight='bold')
215 axes.set_xlabel('time (s)', fontsize=10, fontweight='bold')
216 axes.set_ylabel(ylabel, fontsize=10, fontweight='bold')
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
dotgraph.go 129 fmt.Fprintf(b, `subgraph cluster_L { "%s" [shape=box fontsize=16`, title)
177 fontSize := baseFontSize
179 fontSize += int(math.Ceil(maxFontGrowth * math.Sqrt(float64(abs64(flat))/maxFlat)))
189 attr := fmt.Sprintf(`label="%s" id="node%d" fontsize=%d shape=%s tooltip="%s (%s)" color="%s" fillcolor="%s"`,
190 label, nodeID, fontSize, shape, node.Info.PrintableName(), cumValue,
250 nodelets += fmt.Sprintf(`N%d_%d [label = "%s" id="N%d_%d" fontsize=8 shape=box3d tooltip="%s"]`+"\n", nodeID, i, t.Name, nodeID, i, weight)
277 nodelets += fmt.Sprintf(`N%s_%d [label = "%s" id="N%s_%d" fontsize=8 shape=box3d tooltip="%s"]`+"\n", source, j, t.Name, source, j, weight)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
dotgraph.go 129 fmt.Fprintf(b, `subgraph cluster_L { "%s" [shape=box fontsize=16`, title)
177 fontSize := baseFontSize
179 fontSize += int(math.Ceil(maxFontGrowth * math.Sqrt(float64(abs64(flat))/maxFlat)))
189 attr := fmt.Sprintf(`label="%s" id="node%d" fontsize=%d shape=%s tooltip="%s (%s)" color="%s" fillcolor="%s"`,
190 label, nodeID, fontSize, shape, node.Info.PrintableName(), cumValue,
250 nodelets += fmt.Sprintf(`N%d_%d [label = "%s" id="N%d_%d" fontsize=8 shape=box3d tooltip="%s"]`+"\n", nodeID, i, t.Name, nodeID, i, weight)
277 nodelets += fmt.Sprintf(`N%s_%d [label = "%s" id="N%s_%d" fontsize=8 shape=box3d tooltip="%s"]`+"\n", source, j, t.Name, source, j, weight)
  /external/lisa/libs/utils/
perf_analysis.py 154 plt.suptitle(title, y=.97, fontsize=16,
  /external/v8/src/js/
string.js 162 CHECK_OBJECT_COERCIBLE(this, "String.prototype.fontsize");
300 "fontsize", StringFontsize,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 75 | node [shape=plaintext, fixedsize=true, fontsize=11, fontname="Courier",
  /external/python/cpython2/Lib/lib-tk/
turtle.py     [all...]
  /external/python/cpython3/Lib/
turtle.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py     [all...]

Completed in 337 milliseconds

1 2