Home
last modified time | relevance | path

Searched refs:fontsize (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp53 float fontsize = m_TextState.GetFontSize(); in GetItemInfo() local
54 pInfo->m_Origin.x -= fontsize * vx / 1000; in GetItemInfo()
55 pInfo->m_Origin.y -= fontsize * vy / 1000; in GetItemInfo()
179 float fontsize = m_TextState.GetFontSize() / 1000; in GetCharWidth() local
186 return pFont->GetCharWidthF(charcode) * fontsize; in GetCharWidth()
189 return pCIDFont->GetVertWidth(CID) * fontsize; in GetCharWidth()
212 float fontsize = m_TextState.GetFontSize(); in CalcPositionData() local
217 curpos -= (m_CharPos[i - 1] * fontsize) / 1000; in CalcPositionData()
230 float char_left = curpos + char_rect.left * fontsize / 1000; in CalcPositionData()
231 float char_right = curpos + char_rect.right * fontsize / 1000; in CalcPositionData()
[all …]
/external/antlr/tool/src/main/resources/org/antlr/tool/templates/dot/
Ddot.stg56 <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…
/external/wayland/doc/doxygen/dot/
Dwayland-architecture.gv8 fontsize="18",
17 fontsize="18",
Dx-architecture.gv8 fontsize="18",
17 fontsize="18",
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dplot_dynamics.py73 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/
Dfull_stack_plot.py253 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/harfbuzz_ng/test/shaping/data/aots/
Dhb-aots-tester.cpp37 long fontsize = ftell(f); in runTest() local
39 char *fontdata = (char *)malloc (fontsize); in runTest()
40 fread(fontdata, fontsize, 1, f); in runTest()
48 hb_blob_t *blob = hb_blob_create(fontdata, fontsize, in runTest()
/external/mesa3d/doxygen/
Dgallium.doc188 graph [fontname=Arial, fontsize=10];
189 node [fontcolor=white, fontname=Arial, style=filled, fontsize=10, shape=box];
190 edge [fontname=Arial, fontsize=10];
/external/antlr/runtime/Cpp/include/
Dantlr3commontreeadaptor.inl400 …"\tbgcolor=\"lightgrey\"; node [shape=box, fixedsize=false, fontsize=12, fontname=\"Helvetica-bol…
/external/tensorflow/tensorflow/contrib/eager/python/examples/nmt_with_attention/
Dnmt_with_attention.ipynb724 " fontdict = {'fontsize': 14}\n",
/external/python/cpython2/Doc/library/
Dturtle.rst1048 :param font: a triple (fontname, fontsize, fonttype)
/external/python/cpython3/Doc/library/
Dturtle.rst1058 :param font: a triple (fontname, fontsize, fonttype)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.css2339 font-size: 100%; /* Option for normal fontsize in {{refbegin}} */
/external/tensorflow/tensorflow/tools/docker/notebooks/
D3_mnist_from_scratch.ipynb1938 " plt.text(j-xoff, i+.2, int(count), fontsize=9, color='white')"