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

1 23 4 5

  /external/skia/tests/
PaintTest.cpp 84 SkTypeface* face = paint.getTypeface();
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 351 foldersTypeface = folders.getTypeface();
SendersView.java 99 public static Typeface getTypeface(boolean isUnread) {
  /external/skia/src/core/
SkGlyphCache.cpp 402 const SkTypeface* face = fScalerContext->getTypeface();
597 const SkTypeface* face = cache.getScalerContext()->getTypeface();
SkPaint.cpp     [all...]
SkTextBlob.cpp 22 , fTypeface(SkSafeRef(paint.getTypeface()))
  /frameworks/support/design/src/android/support/design/widget/
TextInputLayout.java 283 public Typeface getTypeface() {
306 mCollapsingTextHelper.setTypefaces(mEditText.getTypeface());
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 144 int maxGlyphID = max_glyphid_for_typeface(paint.getTypeface());
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
TextViewTest.java 339 Assert.assertEquals(typeface, textView.getTypeface());
  /external/skia/src/gpu/text/
GrTextUtils.cpp 264 SkGlyphCache* origPaintCache = SkGlyphCache::DetachCache(skPaint.getTypeface(),
GrAtlasTextBlob.cpp 63 run->fTypeface.reset(SkSafeRef(skPaint.getTypeface()));
  /external/skia/src/utils/
SkDumpCanvas.cpp 531 appendPtr(&msg, p->getTypeface(), "typeface");
SkLua.cpp 917 push_ref(L, get_obj<SkPaint>(L, 1)->getTypeface());
945 SkTypeface* face = get_obj<SkPaint>(L, 1)->getTypeface();
    [all...]
  /frameworks/base/libs/hwui/font/
Font.cpp 46 mFontId = SkTypeface::UniqueID(paint->getTypeface());
  /frameworks/support/compat/tests/java/android/support/v4/widget/
TextViewCompatTest.java 126 mTextView.getTypeface().isItalic() || (mTextView.getPaint().getTextSkewX() < 0));
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
ViewInflater.java 525 textview.setTypeface(textview.getTypeface(), style);
529 Typeface typeface = textview.getTypeface();
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java     [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 407 if (mTextPaint.getTypeface() != tf) {
    [all...]
NumberPicker.java 758 paint.setTypeface(mInputText.getTypeface());
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 377 if (mTextPaint.getTypeface() != tf) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 633 final Typeface savedTypeface = paint.getTypeface();
  /external/skia/tools/json/
SkJSONCanvas.cpp 408 SkTypeface* typeface = paint.getTypeface();
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java     [all...]

Completed in 1822 milliseconds

1 23 4 5