/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
D | BitmapFontCache.java | 438 return addText(str, x, y, 0, str.length(), 0, Align.left, false); in setText() 445 return addText(str, x, y, 0, str.length(), targetWidth, halign, wrap); in setText() 453 return addText(str, x, y, start, end, targetWidth, halign, wrap); in setText() 461 return addText(str, x, y, start, end, targetWidth, halign, wrap, truncate); in setText() 468 addText(layout, x, y); in setText() 473 public GlyphLayout addText (CharSequence str, float x, float y) { in addText() method in BitmapFontCache 474 return addText(str, x, y, 0, str.length(), 0, Align.left, false, null); in addText() 479 …public GlyphLayout addText (CharSequence str, float x, float y, float targetWidth, int halign, boo… in addText() method in BitmapFontCache 480 return addText(str, x, y, 0, str.length(), targetWidth, halign, wrap, null); in addText() 485 …public GlyphLayout addText (CharSequence str, float x, float y, int start, int end, float targetWi… in addText() method in BitmapFontCache [all …]
|
D | BitmapFont.java | 190 GlyphLayout layout = cache.addText(str, x, y); in draw() 199 GlyphLayout layout = cache.addText(str, x, y, targetWidth, halign, wrap); in draw() 209 GlyphLayout layout = cache.addText(str, x, y, start, end, targetWidth, halign, wrap); in draw() 219 GlyphLayout layout = cache.addText(str, x, y, start, end, targetWidth, halign, wrap, truncate); in draw() 228 cache.addText(layout, x, y); in draw()
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.canvas.js | 36 var render, getTextInfo, addText; 52 addText = Canvas.prototype.addText, 266 Canvas.prototype.addText = function(layer, x, y, text, font, angle, width, halign, valign) { method in Canvas 269 return addText.call(this, layer, x, y, text, font, angle, width, halign, valign);
|
D | jquery.flot.canvas.min.js | 7 …addText;var hasOwnProperty=Object.prototype.hasOwnProperty;function init(plot,classes){var Canvas=… method in Canvas
|
D | jquery.flot.js | 404 Canvas.prototype.addText = function(layer, x, y, text, font, angle, width, halign, valign) { method in Canvas 2226 surface.addText(layer, x, y, tick.label, font, null, null, halign, valign);
|
D | jquery.flot.min.js | 7 …ent:element,positions:[]};element.detach()}return info};Canvas.prototype.addText=function(layer,x,… method in Canvas 8 …ox.width-box.padding;halign="right"}else{x=box.left+box.padding}}surface.addText(layer,x,y,tick.la…
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | BitmapFontTest.java | 193 textX += cache.addText("[[[PINK]pink[]] ", textX, 150).width; in render() 194 textX += cache.addText("[PERU][[peru] ", textX, 150).width; in render() 196 textX += cache.addText("green ", textX, 150).width; in render() 197 …textX += cache.addText("[#A52A2A]br[#A52A2ADF]ow[#A52A2ABF]n f[#A52A2A9F]ad[#A52A2A7F]in[#A52A2A5F… in render()
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
D | PinFailureLogger.java | 62 DropBox.addText("exp_det_cert_pin_failure", sb.toString()); in writeToLog()
|
/external/skia/src/svg/ |
D | SkSVGDevice.cpp | 326 void addText(const SkString& text) { in addText() function in SkSVGDevice::AutoElement 327 fWriter->addText(text.c_str(), text.size()); in addText() 751 elem.addText(builder.text()); in drawText() 765 elem.addText(builder.text()); in drawPosText() 800 textPathElement.addText(builder.text()); in drawTextOnPath()
|
/external/skia/src/xml/ |
D | SkXMLWriter.cpp | 52 void SkXMLWriter::addText(const char text[], size_t length) { in addText() function in SkXMLWriter 175 w->addText(elem, strlen(elem)); in write_dom()
|
/external/skia/include/xml/ |
D | SkXMLWriter.h | 28 void addText(const char text[], size_t length);
|
/external/skia/src/core/ |
D | SkPictureRecord.cpp | 552 this->addText(text, byteLength); in onDrawText() 569 this->addText(text, byteLength); in onDrawPosText() 586 this->addText(text, byteLength); in onDrawPosTextH() 600 this->addText(text, byteLength); in onDrawTextOnPath() 951 void SkPictureRecord::addText(const void* text, size_t byteLength) { in addText() function in SkPictureRecord
|
D | SkPictureRecord.h | 142 void addText(const void* text, size_t byteLength);
|
/external/opencv3/modules/highgui/src/ |
D | window.cpp | 391 void cv::addText( const Mat& img, const String& text, Point org, const QtFont& font) in addText() function in cv 440 void cv::addText( const Mat&, const String&, Point, const QtFont&) in addText() function in cv
|
/external/opencv3/modules/highgui/include/opencv2/ |
D | highgui.hpp | 609 CV_EXPORTS void addText( const Mat& img, const String& text, Point org, const QtFont& font);
|
/external/proguard/src/proguard/ant/ |
D | ConfigurationTask.java | 290 public void addText(String text) throws BuildException in addText() method in ConfigurationTask
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | jquery.flot.min.js | 28 …ion=="left"?(u=n.left+n.width-n.padding,l="right"):u=n.left+n.padding),f.addText(i,u,a,o.label,s,n… 29 …outerHeight(!0),element:l,positions:[]},l.detach()}return f},n.prototype.addText=function(e,t,n,r,…
|