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

1 23 4

  /external/skia/include/core/
SkPaint.h 625 SkTypeface* getTypeface() const { return fTypeface; }
    [all...]
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 114 dst->setTypeface(src.getTypeface());
  /external/skia/tests/
PaintTest.cpp 84 SkTypeface* face = paint.getTypeface();
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 351 foldersTypeface = folders.getTypeface();
SendersView.java 99 public static Typeface getTypeface(boolean isUnread) {
ConversationItemView.java     [all...]
  /external/skia/src/core/
SkPaint.cpp     [all...]
SkGlyphCache.cpp 348 const SkTypeface* face = fScalerContext->getTypeface();
SkTextBlob.cpp 22 , fTypeface(SkSafeRef(paint.getTypeface()))
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TextViewTest.java 339 Assert.assertEquals(typeface, textView.getTypeface());
  /external/skia/src/utils/
SkDumpCanvas.cpp 551 appendPtr(&msg, p->getTypeface(), "typeface");
SkLua.cpp 916 push_ref(L, get_obj<SkPaint>(L, 1)->getTypeface());
944 SkTypeface* face = get_obj<SkPaint>(L, 1)->getTypeface();
    [all...]
  /frameworks/base/libs/hwui/font/
Font.cpp 49 mFontId = SkTypeface::UniqueID(paint->getTypeface());
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java     [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 403 if (mTextPaint.getTypeface() != tf) {
    [all...]
NumberPicker.java 755 paint.setTypeface(mInputText.getTypeface());
    [all...]
TextView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 328 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/src/gpu/
GrAtlasTextContext.cpp 344 run->fTypeface.reset(SkSafeRef(skPaint.getTypeface()));
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 141 int maxGlyphID = max_glyphid_for_typeface(paint.getTypeface());
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java     [all...]
  /packages/apps/FMRadio/src/com/android/fmradio/views/
FmScroller.java     [all...]
  /frameworks/base/media/java/android/media/
WebVttRenderer.java     [all...]

Completed in 4869 milliseconds

1 23 4