Searched defs:render (Results 1 - 25 of 417) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DPathOpsThreadedCommon.cpp18 void PathOpsThreadedTestRunner::render() { function in class:PathOpsThreadedTestRunner
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/
H A DRenderer.java20 String render(T object); method in interface:Renderer
H A DCommandLineSerializer.java42 public static String render(WorkerSpec message) { method in class:CommandLineSerializer
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
H A DDeviceInfoTest.java36 public void render () { method in class:DeviceInfoTest
H A DAccelerometerTest.java36 public void render () { method in class:AccelerometerTest
H A DActionTest.java58 public void render () { method in class:ActionTest
H A DAlphaTest.java46 public void render () { method in class:AlphaTest
H A DBresenham2Test.java55 public void render () { method in class:Bresenham2Test
H A DComplexActionTest.java69 public void render () { method in class:ComplexActionTest
H A DDeltaTimeTest.java33 public void render () { method in class:DeltaTimeTest
H A DDownloadTest.java54 public void render () { method in class:DownloadTest
H A DExitTest.java25 public void render () { method in class:ExitTest
H A DGroupFadeTest.java54 public void render () { method in class:GroupFadeTest
H A DPngTest.java42 public void render () { method in class:PngTest
H A DRunnablePostTest.java45 public void render () { method in class:RunnablePostTest
H A DShapeRendererAlphaTest.java36 public void render () { method in class:ShapeRendererAlphaTest
H A DSpriteBatchOriginScaleTest.java44 public void render () { method in class:SpriteBatchOriginScaleTest
H A DTextInputDialogTest.java49 public void render () { method in class:TextInputDialogTest
H A DTextureDataTest.java36 public void render () { method in class:TextureDataTest
H A DTextureDownloadTest.java96 public void render () { method in class:TextureDownloadTest
H A DTextureFormatTest.java54 public void render () { method in class:TextureFormatTest
H A DUtfFontTest.java23 public void render () { method in class:UtfFontTest
H A DVibratorTest.java37 public void render () { method in class:VibratorTest
/external/chromium-trace/catapult/third_party/flot/
H A Djquery.flot.canvas.js10 It can also be desirable to render the plot entirely in canvas, particularly
36 var render, getTextInfo, addText; variable
50 if (render == null) {
53 render = Canvas.prototype.render;
58 Canvas.prototype.render = function() {
61 return render.call(this);
67 // For each text layer, render elements marked as active
302 // If so, mark it for inclusion in the next render pass.
H A Djquery.flot.canvas.min.js7 (function($){var options={canvas:true};var render,getTextInfo,addText;var hasOwnProperty=Object.prototype.hasOwnProperty;function init(plot,classes){var Canvas=classes.Canvas;if(render==null){getTextInfo=Canvas.prototype.getTextInfo,addText=Canvas.prototype.addText,render=Canvas.prototype.render}Canvas.prototype.render=function(){if(!plot.getOptions().canvas){return render.call(this)}var context=this.context,cache=this._textCache;context.save();context.textBaseline="mid (…) variable

Completed in 338 milliseconds

1234567891011>>