HomeSort by relevance Sort by last modified time
    Searched refs:setTextSize (Results 51 - 75 of 541) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/gm/
imageblur.cpp 52 textPaint.setTextSize(rand.nextRangeScalar(0, 300));
imageblur2.cpp 71 textPaint.setTextSize(textSize);
imageblurtiled.cpp 54 textPaint.setTextSize(SkIntToScalar(100));
imagemagnifier.cpp 54 paint.setTextSize(rand.nextRangeScalar(0, 300));
imageresizetiled.cpp 61 textPaint.setTextSize(SkIntToScalar(100));
internal_links.cpp 65 paint.setTextSize(SkIntToScalar(25));
  /external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/
helloskia.cpp 43 paint.setTextSize(SkIntToScalar(30)); // Sets the text size to 30 pixels
  /external/chromium_org/third_party/skia/samplecode/
SampleIdentityScale.cpp 59 paint.setTextSize(48);
SampleLCD.cpp 48 paint.setTextSize(textSize);
  /external/chromium_org/third_party/skia/tests/
TLSTest.cpp 24 paint.setTextSize(SkIntToScalar(i));
  /external/skia/gm/
colortype.cpp 57 paint.setTextSize(size);
imageblur.cpp 51 textPaint.setTextSize(rand.nextRangeScalar(0, 300));
imageblurtiled.cpp 53 textPaint.setTextSize(SkIntToScalar(100));
imagemagnifier.cpp 53 paint.setTextSize(rand.nextRangeScalar(0, 300));
imageresizetiled.cpp 58 textPaint.setTextSize(SkIntToScalar(100));
internal_links.cpp 64 paint.setTextSize(SkIntToScalar(25));
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
helloskia.cpp 43 paint.setTextSize(SkIntToScalar(30)); // Sets the text size to 30 pixels
  /external/skia/samplecode/
SampleLCD.cpp 48 paint.setTextSize(textSize);
  /external/skia/tests/
TLSTest.cpp 24 paint.setTextSize(SkIntToScalar(i));
  /frameworks/base/core/java/com/android/internal/widget/
DialogTitle.java 68 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeView.java 72 mPaint.setTextSize(mRandom.nextInt(40) + 10);
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestViewDrawText.java 60 paint.setTextSize(mSize);
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
LayoutInsetsTest.java 33 tv.setTextSize(32);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GlyphCacheActivity.java 56 textview.setTextSize(6 + (int) (Math.random() * 5) * 10);
NewLayersActivity.java 45 mRectPaint.setTextSize(24.0f);

Completed in 1008 milliseconds

1 23 4 5 6 7 8 91011>>