Searched refs:fontsize (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.cpp | 53 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/ |
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…
|
/external/wayland/doc/doxygen/dot/ |
D | wayland-architecture.gv | 8 fontsize="18", 17 fontsize="18",
|
D | x-architecture.gv | 8 fontsize="18", 17 fontsize="18",
|
/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/harfbuzz_ng/test/shaping/data/aots/ |
D | hb-aots-tester.cpp | 37 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/ |
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/antlr/runtime/Cpp/include/ |
D | antlr3commontreeadaptor.inl | 400 …"\tbgcolor=\"lightgrey\"; node [shape=box, fixedsize=false, fontsize=12, fontname=\"Helvetica-bol…
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/nmt_with_attention/ |
D | nmt_with_attention.ipynb | 724 " fontdict = {'fontsize': 14}\n",
|
/external/python/cpython2/Doc/library/ |
D | turtle.rst | 1048 :param font: a triple (fontname, fontsize, fonttype)
|
/external/python/cpython3/Doc/library/ |
D | turtle.rst | 1058 :param font: a triple (fontname, fontsize, fonttype)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.css | 2339 font-size: 100%; /* Option for normal fontsize in {{refbegin}} */
|
/external/tensorflow/tensorflow/tools/docker/notebooks/ |
D | 3_mnist_from_scratch.ipynb | 1938 " plt.text(j-xoff, i+.2, int(count), fontsize=9, color='white')"
|