Home
last modified time | relevance | path

Searched defs:halign (Results 1 – 8 of 8) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DGlyphLayout.java50 …public GlyphLayout (BitmapFont font, CharSequence str, Color color, float targetWidth, int halign,… in GlyphLayout()
55 …(BitmapFont font, CharSequence str, int start, int end, Color color, float targetWidth, int halign, in GlyphLayout()
68 …public void setText (BitmapFont font, CharSequence str, Color color, float targetWidth, int halign in setText()
80 …(BitmapFont font, CharSequence str, int start, int end, Color color, float targetWidth, int halign, in setText()
DBitmapFontCache.java443 …public GlyphLayout setText (CharSequence str, float x, float y, float targetWidth, int halign, boo… in setText()
450 …out setText (CharSequence str, float x, float y, int start, int end, float targetWidth, int halign, in setText()
458 …out setText (CharSequence str, float x, float y, int start, int end, float targetWidth, int halign, in setText()
479 …public GlyphLayout addText (CharSequence str, float x, float y, float targetWidth, int halign, boo… in addText()
485 …out addText (CharSequence str, float x, float y, int start, int end, float targetWidth, int halign, in addText()
501 …out addText (CharSequence str, float x, float y, int start, int end, float targetWidth, int halign, in addText()
DBitmapFont.java197 …aw (Batch batch, CharSequence str, float x, float y, float targetWidth, int halign, boolean wrap) { in draw()
206 …Batch batch, CharSequence str, float x, float y, int start, int end, float targetWidth, int halign, in draw()
216 …Batch batch, CharSequence str, float x, float y, int start, int end, float targetWidth, int halign, in draw()
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.canvas.js266 Canvas.prototype.addText = function(layer, x, y, text, font, angle, width, halign, valign) { argument
Djquery.flot.canvas.min.js7 …pe.hasOwnProperty;function init(plot,classes){var Canvas=classes.Canvas;if(render==null){getTextIn…
Djquery.flot.js404 Canvas.prototype.addText = function(layer, x, y, text, font, angle, width, halign, valign) { argument
2207 halign = "center"; property
Djquery.flot.min.js7 …a:1;o.add=function(c,d){for(var i=0;i<c.length;++i)o[c.charAt(i)]+=d;return o.normalize()};o.scale…
8 ….to<xrange.axis.min||xrange.from>xrange.axis.max||yrange.to<yrange.axis.min||yrange.from>yrange.ax…
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc259 GtkWidget* halign = gtk_alignment_new(1, 0, 0, 0); in SwitchToConnectUI() local