/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/v8/test/webkit/fast/js/ |
D | string-fontsize-expected.txt | 24 This is a test case for String.prototype.fontsize(size). 29 PASS '_'.fontsize('"') is "<font size=\""\">_</font>" 30 PASS '_'.fontsize('b') is "<font size=\"b\">_</font>" 31 PASS '<'.fontsize('b') is "<font size=\"b\"><</font>" 32 PASS '_'.fontsize(0x2A) is "<font size=\"42\">_</font>" 33 PASS '_'.fontsize('"') is "<font size=\""\">_</font>" 34 PASS '_'.fontsize('" color="b') is "<font size=\"" color="b\">_</font>" 35 PASS String.prototype.fontsize.call(0x2A, 0x2A) is "<font size=\"42\">42</font>" 36 …IL String.prototype.fontsize.call(undefined) should throw TypeError: Type error. Threw exception T… 37 FAIL String.prototype.fontsize.call(null) should throw TypeError: Type error. Threw exception TypeE… [all …]
|
D | Object-getOwnPropertyNames-expected.txt | 73 …'charAt', 'charCodeAt', 'concat', 'constructor', 'fixed', 'fontcolor', 'fontsize', 'indexOf', 'ita…
|
/external/openfst/src/include/fst/script/ |
D | draw.h | 47 const int fontsize; member 65 int fontsize, in FstDrawerArgs() 73 fontsize(fontsize), precision(precision), in FstDrawerArgs() 86 args->nodesep, args->fontsize, in DrawFst() 103 int fontsize,
|
D | draw-impl.h | 55 int fontsize, in FstDrawer() argument 62 fontsize_(fontsize), precision_(precision), in FstDrawer()
|
/external/v8/test/mjsunit/es6/ |
D | string-html.js | 79 assertEquals('_'.fontsize('b'), '<font size="b">_</font>'); 80 assertEquals('<'.fontsize('<'), '<font size="<"><</font>'); 81 assertEquals('_'.fontsize(0x2A), '<font size="42">_</font>'); 82 assertEquals('_'.fontsize('\x22'), '<font size=""">_</font>'); 83 assertEquals(String.prototype.fontsize.call(0x2A, 0x2A), 86 String.prototype.fontsize.call(undefined); method in String 89 String.prototype.fontsize.call(null); method in String 91 assertEquals(String.prototype.fontsize.length, 1);
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 134 FX_FLOAT fontsize = m_TextState.GetFontSize(); in GetItemInfo() local 135 pInfo->m_OriginX -= fontsize * vx / 1000; in GetItemInfo() 136 pInfo->m_OriginY -= fontsize * vy / 1000; in GetItemInfo() 320 FX_FLOAT fontsize = m_TextState.GetFontSize() / 1000; in GetCharWidth() local 328 return pFont->GetCharWidthF(charcode, 0) * fontsize; in GetCharWidth() 331 return pCIDFont->GetVertWidth(CID) * fontsize; in GetCharWidth() 360 FX_FLOAT fontsize = m_TextState.GetFontSize() / 1000; in GetCharRect() local 375 rect.left = curpos + char_rect.left * fontsize; in GetCharRect() 376 rect.right = curpos + char_rect.right * fontsize; in GetCharRect() 377 rect.top = char_rect.top * fontsize; in GetCharRect() [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 | state.st | 1 node [fontsize=11, shape = <if(useBox)>box<else>circle, fixedsize=true, width=.4<endif>]; <name>
|
D | action-edge.st | 1 <src> -> <target> [fontsize=11, fontname="Courier", arrowsize=.7, label = "<label>"<if(arrowhead)>,…
|
D | stopstate.st | 1 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=t…
|
/external/openfst/src/script/ |
D | draw.cc | 38 int fontsize, in DrawFst() argument 45 fontsize, precision, show_weight_one, ostrm, dest); in DrawFst()
|
/external/openfst/src/bin/ |
D | fstdraw.cc | 35 DEFINE_int32(fontsize, 14, "Set fontsize");
|
/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/libvorbis/doc/ |
D | Vorbis_I_spec.tex | 37 \fvset{tabsize=4,fontsize=\scriptsize,numbers=left}
|
/external/v8/test/webkit/fast/js/kde/ |
D | inbuilt_function_proto-expected.txt | 69 PASS String.prototype.fontsize.__proto__ is Function.prototype
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/bench/ |
D | wikipedia.css | 2339 font-size: 100%; /* Option for normal fontsize in {{refbegin}} */
|