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

1 23 4 5 6 7 8 91011>>

  /external/skia/gm/
colorwheel.cpp 44 paint.setTextSize(18.0f);
getpostextpath.cpp 31 paint.setTextSize(SkIntToScalar(48));
imageblur.cpp 30 textPaint.setTextSize(rand.nextRangeScalar(0, 300));
imageblurtiled.cpp 55 textPaint.setTextSize(SkIntToScalar(100));
imageresizetiled.cpp 43 textPaint.setTextSize(SkIntToScalar(100));
internal_links.cpp 65 paint.setTextSize(SkIntToScalar(25));
mipmap.cpp 37 paint.setTextSize(30);
pdf_never_embed.cpp 34 p.setTextSize(60);
textblobblockreordering.cpp 27 paint.setTextSize(56);
textblobgeometrychange.cpp 35 paint.setTextSize(20);
textblobuseaftergpufree.cpp 44 paint.setTextSize(20);
  /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/
SampleIdentityScale.cpp 60 paint.setTextSize(48);
SampleLCD.cpp 48 paint.setTextSize(textSize);
  /external/skia/tests/
TLSTest.cpp 24 paint.setTextSize(SkIntToScalar(i));
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
HudFragment.java 97 hudViewBwe.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5);
98 hudViewConnection.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5);
99 hudViewVideoSend.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5);
100 hudViewVideoRecv.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5);
  /frameworks/base/core/java/com/android/internal/widget/
DialogTitle.java 68 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
  /frameworks/base/libs/hwui/tests/common/scenes/
GlyphStressAnimation.cpp 57 paint.setTextSize(10 + (frameNr % 20) + i * 20);
TextAnimation.cpp 38 paint.setTextSize(50);
  /frameworks/base/libs/hwui/tests/unit/
FontRendererTests.cpp 33 paint.setTextSize(10);
SkiaCanvasTests.cpp 36 paint.setTextSize(20);
TextDropShadowCacheTests.cpp 31 paint.setTextSize(20);
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeView.java 72 mPaint.setTextSize(mRandom.nextInt(40) + 10);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
SpTexts.java 67 text.setTextSize(TypedValue.COMPLEX_UNIT_SP, sp);
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestViewDrawText.java 60 paint.setTextSize(mSize);

Completed in 705 milliseconds

1 23 4 5 6 7 8 91011>>