Searched defs:lineWidth (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java497 int color, float lineWidth) {
498 prepareDraw(offset, color, lineWidth);
502 private void prepareDraw(int offset, int color, float lineWidth) { argument
505 if (lineWidth > 0) {
506 GLES20.glLineWidth(lineWidth);
496 draw(int type, int offset, int count, float x, float y, float width, float height, int color, float lineWidth) argument
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java497 int color, float lineWidth) {
498 prepareDraw(offset, color, lineWidth);
502 private void prepareDraw(int offset, int color, float lineWidth) { argument
505 if (lineWidth > 0) {
506 GLES20.glLineWidth(lineWidth);
496 draw(int type, int offset, int count, float x, float y, float width, float height, int color, float lineWidth) argument

Completed in 131 milliseconds