Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DSpriteTextRenderer.java226 mScratch[0] = x; in drawLabel()
227 mScratch[1] = y; in drawLabel()
228 mScratch[2] = 0.0f; in drawLabel()
229 mScratch[3] = 1.0f; in drawLabel()
230 mProjector.project(mScratch, 0, mScratch, 4); in drawLabel()
231 float sx = mScratch[4]; in drawLabel()
232 float sy = mScratch[5]; in drawLabel()
277 private float[] mScratch = new float[8]; field in SpriteTextRenderer