Searched defs:getDefaultPaint (Results 1 - 1 of 1) sorted by last modified time

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DStringTexture.java44 public static TextPaint getDefaultPaint(float textSize, int color) { method in class:StringTexture
55 return newInstance(text, getDefaultPaint(textSize, color));
61 TextPaint paint = getDefaultPaint(textSize, color);

Completed in 57 milliseconds