HomeSort by relevance Sort by last modified time
    Searched refs:setTypeface (Results 151 - 175 of 328) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
ThumbnailRadioButton.java 102 paint.setTypeface(getTypeface());
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/linux/
FontPlatformDataLinux.cpp 98 paint->setTypeface(m_typeface.get());
  /external/chromium_org/third_party/skia/bench/
CmapBench.cpp 80 fPaint.setTypeface(SkTypeface::RefDefault())->unref();
  /external/chromium_org/third_party/skia/gm/
coloremoji.cpp 51 paint.setTypeface(fTypeface);
gammatext.cpp 31 paint->setTypeface(tf)->unref();
217 SkSafeUnref(paint->setTypeface(face));
textblob.cpp 72 p.setTypeface(fTypeface);
116 font.setTypeface(fTypeface);
typeface.cpp 65 paint.setTypeface(fFaces[i]);
204 paint.setTypeface(fFaces[i]);
variedtext.cpp 89 fPaint.setTypeface(fTypefaces[i]);
118 fPaint.setTypeface(fTypefaces[i]);
  /external/chromium_org/third_party/skia/samplecode/
SampleFontScalerTest.cpp 96 SkSafeUnref(paint.setTypeface(SkTypeface::CreateFromName("Times Roman", SkTypeface::kNormal)));
ClockFaceView.cpp 236 paint.setTypeface(SkTypeface::CreateFromName("sans-serif",
241 paint.setTypeface(fFace);
SampleXfermodesBlur.cpp 35 paint->setTypeface(face);
99 paint.setTypeface(SkTypeface::CreateFromName("Arial Unicode MS", SkTypeface::kNormal));
  /external/skia/bench/
CmapBench.cpp 80 fPaint.setTypeface(SkTypeface::RefDefault())->unref();
  /external/skia/gm/
coloremoji.cpp 57 paint.setTypeface(fTypeface);
deviceproperties.cpp 58 SkSafeUnref(paint.setTypeface(SkTypeface::CreateFromName("Times Roman", SkTypeface::kNormal)));
typeface.cpp 65 paint.setTypeface(fFaces[i]);
204 paint.setTypeface(fFaces[i]);
variedtext.cpp 89 fPaint.setTypeface(fTypefaces[i]);
118 fPaint.setTypeface(fTypefaces[i]);
  /external/skia/samplecode/
SampleFontScalerTest.cpp 96 SkSafeUnref(paint.setTypeface(SkTypeface::CreateFromName("Times Roman", SkTypeface::kNormal)));
ClockFaceView.cpp 221 paint.setTypeface(SkTypeface::CreateFromName("sans-serif",
226 paint.setTypeface(fFace);
SampleXfermodesBlur.cpp 35 paint->setTypeface(face);
99 paint.setTypeface(SkTypeface::CreateFromName("Arial Unicode MS", SkTypeface::kNormal));
  /frameworks/base/core/java/android/widget/
TextViewWithCircularIndicator.java 73 mCirclePaint.setTypeface(Typeface.create(mCirclePaint.getTypeface(), Typeface.BOLD));
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
TypefaceTest.java 78 p.setTypeface(mFaces[j]);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
RowHeaderPresenter.java 113 fontMeasurePaint.setTypeface(textView.getTypeface());
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactDrawable.java 52 sPaint.setTypeface(Typeface.create("sans-serif-light", Typeface.NORMAL));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 387 paint.setTypeface(key.selectTypeface(params));
441 paint.setTypeface(Typeface.DEFAULT_BOLD);
509 paint.setTypeface(params.mTypeface);
531 paint.setTypeface(mKeyDrawParams.mTypeface);
535 paint.setTypeface(key.selectTypeface(mKeyDrawParams));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
GpsTestActivity.java 63 mTextView.setTypeface(Typeface.MONOSPACE);

Completed in 8816 milliseconds

1 2 3 4 5 67 8 91011>>