Home
last modified time | relevance | path

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

/external/fio/
Dcairo_text_helpers.c6 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()
Dcairo_text_helpers.h5 double fontsize, const char *text);
9 double fontsize, const char *text);
13 double fontsize, const char *text);
16 double y, double fontsize,
/external/chromium_org/v8/test/webkit/fast/js/
Dstring-fontsize-expected.txt24 This is a test case for String.prototype.fontsize(size).
29 PASS '_'.fontsize('"') is "<font size=\"&quot;\">_</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=\"&quot;\">_</font>"
34 PASS '_'.fontsize('" color="b') is "<font size=\"&quot; color=&quot;b\">_</font>"
35 PASS String.prototype.fontsize.call(0x2A, 0x2A) is "<font size=\"42\">42</font>"
36 FAIL String.prototype.fontsize.call(undefined) should throw TypeError: Type error. Was <font size="…
37 FAIL String.prototype.fontsize.call(null) should throw TypeError: Type error. Was <font size="undef…
[all …]
DObject-getOwnPropertyNames-expected.txt73 …'charAt', 'charCodeAt', 'concat', 'constructor', 'fixed', 'fontcolor', 'fontsize', 'indexOf', 'ita…
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp135 FX_FLOAT fontsize = m_TextState.GetFontSize(); in GetItemInfo() local
136 pInfo->m_OriginX -= fontsize * vx / 1000; in GetItemInfo()
137 pInfo->m_OriginY -= fontsize * vy / 1000; in GetItemInfo()
323 FX_FLOAT fontsize = m_TextState.GetFontSize() / 1000; in GetCharWidth() local
331 return pFont->GetCharWidthF(charcode, 0) * fontsize; in GetCharWidth()
334 return pCIDFont->GetVertWidth(CID) * fontsize; in GetCharWidth()
364 FX_FLOAT fontsize = m_TextState.GetFontSize() / 1000; in GetCharRect() local
379 rect.left = curpos + char_rect.left * fontsize; in GetCharRect()
380 rect.right = curpos + char_rect.right * fontsize; in GetCharRect()
381 rect.top = char_rect.top * fontsize; in GetCharRect()
[all …]
/external/antlr/antlr-3.4/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…
Dedge.st1 <src> -> <target> [fontsize=11, fontname="Courier", arrowsize=.7, label = "<label>"<if(arrowhead)>,…
Dstate.st1 node [fontsize=11, shape = <if(useBox)>box<else>circle, fixedsize=true, width=.4<endif>]; <name>
Daction-edge.st1 <src> -> <target> [fontsize=11, fontname="Courier", arrowsize=.7, label = "<label>"<if(arrowhead)>,…
Dstopstate.st1 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=t…
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DMathMLAttributeNames.in14 fontsize
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
Dexportfig.m118 fontsize = -1; variable
167 case 'fontsize'
168 fontsize = LocalToNum(value); variable
169 if(~LocalIsPositiveScalar(fontsize))
307 if (fontsize == -1)
310 set(allFont,'FontSize',fontsize);
313 if (fontsize == -1)
318 scale = fontsize;
/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/chromium_org/third_party/mesa/src/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/libvorbis/doc/
DVorbis_I_spec.tex37 \fvset{tabsize=4,fontsize=\scriptsize,numbers=left}
/external/chromium_org/v8/test/webkit/fast/js/kde/
Dinbuilt_function_proto-expected.txt69 PASS String.prototype.fontsize.__proto__ is Function.prototype