HomeSort by relevance Sort by last modified time
    Searched defs:mLineWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
State.h 270 GLfloat mLineWidth;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 146 int mLineWidth;
174 mLineWidth = (int)(getResources().getDisplayMetrics().density * 1.5);
175 if (mLineWidth < 1) mLineWidth = 1;
176 mMinStep = mLineWidth * 2;
182 mForeground.setStrokeWidth(mLineWidth);

Completed in 1164 milliseconds