/external/fio/ |
D | cairo_text_helpers.c | 6 double fontsize, const char *text, int alignment) in draw_aligned_text() argument 32 cairo_set_font_size(cr, fontsize); in draw_aligned_text() 42 double fontsize, const char *text) in draw_centered_text() argument 44 draw_aligned_text(cr, font, x, y, fontsize, text, CENTERED); in draw_centered_text() 49 double fontsize, const char *text) in draw_right_justified_text() argument 51 draw_aligned_text(cr, font, x, y, fontsize, text, RIGHT_JUSTIFIED); in draw_right_justified_text() 56 double fontsize, const char *text) in draw_left_justified_text() argument 58 draw_aligned_text(cr, font, x, y, fontsize, text, LEFT_JUSTIFIED); in draw_left_justified_text() 62 double y, double fontsize, in draw_vertical_centered_text() argument 70 cairo_set_font_size(cr, fontsize); in draw_vertical_centered_text()
|
D | 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,
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.cpp | 47 FX_FLOAT fontsize = m_TextState.GetFontSize(); in GetItemInfo() local 48 pInfo->m_Origin.x -= fontsize * vx / 1000; in GetItemInfo() 49 pInfo->m_Origin.y -= fontsize * vy / 1000; in GetItemInfo() 170 FX_FLOAT fontsize = m_TextState.GetFontSize() / 1000; in GetCharWidth() local 177 return pFont->GetCharWidthF(charcode) * fontsize; in GetCharWidth() 180 return pCIDFont->GetVertWidth(CID) * fontsize; in GetCharWidth() 203 FX_FLOAT fontsize = m_TextState.GetFontSize(); in CalcPositionData() local 208 curpos -= (m_CharPos[i - 1] * fontsize) / 1000; in CalcPositionData() 221 FX_FLOAT char_left = curpos + char_rect.left * fontsize / 1000; in CalcPositionData() 222 FX_FLOAT char_right = curpos + char_rect.right * fontsize / 1000; in CalcPositionData() [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/ |
D | dot.stg | 56 <src> -> <target> [fontsize=11, fontname="Courier", arrowsize=.7, label = "<label>"<if(arrowhead)>,… 60 <src> -> <target> [fontsize=11, fontname="Courier", arrowsize=.7, label = "<label>"<if(arrowhead)>,… 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=t…
|
D | edge.st | 1 <src> -> <target> [fontsize=11, fontname="Courier", arrowsize=.7, label = "<label>"<if(arrowhead)>,…
|
D | action-edge.st | 1 <src> -> <target> [fontsize=11, fontname="Courier", arrowsize=.7, label = "<label>"<if(arrowhead)>,…
|
D | state.st | 1 node [fontsize=11, shape = <if(useBox)>box<else>circle, fixedsize=true, width=.4<endif>]; <name>
|
D | stopstate.st | 1 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=t…
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | 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/webrtc/webrtc/video/ |
D | 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/lisa/libs/utils/analysis/ |
D | frequency_analysis.py | 169 plt.suptitle(title, y=.97, fontsize=16, horizontalalignment='center') 569 fontsize=18) 572 color='g', fontsize=14) 575 color='r', fontsize=14) 623 textcoords='offset points', fontsize=18)
|
D | cpus_analysis.py | 164 textcoords='offset points', fontsize=16)
|
D | tasks_analysis.py | 300 y=.94, fontsize=16, horizontalalignment='center') 619 fontsize=18) 623 fontsize=14)
|
D | eas_analysis.py | 112 y=.92, fontsize=16, horizontalalignment='center') 376 y=.97, fontsize=16, horizontalalignment='center')
|
D | idle_analysis.py | 313 fontsize=18)
|
/external/trappy/trappy/plotter/ |
D | PlotLayout.py | 84 fontsize=AttrConf.TITLE_SIZE,
|
/external/lisa/libs/utils/ |
D | perf_analysis.py | 154 plt.suptitle(title, y=.97, fontsize=16,
|
/external/mesa3d/doxygen/ |
D | gallium.doc | 188 graph [fontname=Arial, fontsize=10]; 189 node [fontcolor=white, fontname=Arial, style=filled, fontsize=10, shape=box]; 190 edge [fontname=Arial, fontsize=10];
|
/external/lisa/ipynb/energy/ |
D | EnergyModel_SystemEnergy.ipynb | 639 " fontsize=16)\n", 813 " ax.set_title('HyKey Power VS Performance curves', fontsize=16)\n", 1272 " .format(cluster.name), fontsize=16)"
|
D | EnergyModel_ClusterEnergy.ipynb | 542 " fontsize=16)\n", 738 " ax.set_title('JUNO Power VS Performance curves', fontsize=16)\n", 1061 " .format(cluster.name), fontsize=16)"
|
/external/python/cpython2/Doc/library/ |
D | turtle.rst | 1048 :param font: a triple (fontname, fontsize, fonttype)
|
/external/lisa/ipynb/tutorial/ |
D | 05_TrappyUsage.ipynb | 4090 " y=.97, fontsize=16, horizontalalignment='center');\n",
|