HomeSort by relevance Sort by last modified time
    Searched refs:typeface (Results 176 - 200 of 238) sorted by null

1 2 3 4 5 6 78 910

  /frameworks/minikin/tests/unittest/
FontCollectionItemizeTest.cpp 94 ((FreeTypeMinikinFontForTest*)run.fakedFont.font->typeface().get())->fontPath());
    [all...]
FontFamilyTest.cpp 732 if (dummyFonts[i].get() == closest.font->typeface().get()) {
  /external/skia/src/ports/
SkFontHost_mac.cpp 547 /** Creates a typeface, searching the cache if isLocalStream is false. */
573 /** Creates a typeface from a descriptor, searching the cache. */
648 /** Creates a typeface from a name, searching the cache. */
769 SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac> typeface,
772 : INHERITED(std::move(typeface), effects, desc)
    [all...]
SkFontHost_win.cpp 621 LogFontTypeface* typeface = static_cast<LogFontTypeface*>(this->getTypeface()); local
664 LOGFONT lf = typeface->fLogFont;
    [all...]
  /external/skqp/src/ports/
SkFontHost_mac.cpp 547 /** Creates a typeface, searching the cache if isLocalStream is false. */
573 /** Creates a typeface from a descriptor, searching the cache. */
648 /** Creates a typeface from a name, searching the cache. */
769 SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac> typeface,
772 : INHERITED(std::move(typeface), effects, desc)
    [all...]
SkFontHost_win.cpp 621 LogFontTypeface* typeface = static_cast<LogFontTypeface*>(this->getTypeface()); local
664 LOGFONT lf = typeface->fLogFont;
    [all...]
  /external/skia/experimental/docs/
exampleSlides.js 311 "textBase": { "style":"fill", "color":rgb(0,0,0), "typeface":"description",
  /external/skqp/experimental/docs/
exampleSlides.js 311 "textBase": { "style":"fill", "color":rgb(0,0,0), "typeface":"description",
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java 31 import android.graphics.Typeface;
139 private final Typeface mTypeface;
338 mTypeface = Typeface.create("sans-serif", Typeface.NORMAL);
    [all...]
TextView.java 63 import android.graphics.Typeface;
327 // Enum for the "typeface" XML parameter.
3800 Typeface typeface = mTextPaint.getTypeface(); local
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 910 sk_sp<SkTypeface> typeface(SkSafeRef(m_pTypeFace.Get()));
911 skPaint.setTypeface(typeface);
1100 CFX_TypeFace* typeface = local
    [all...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java 32 import android.graphics.Typeface;
162 private int mTextStyle = Typeface.BOLD;
371 Typeface typeface = Typeface.create(mFontFamily, mTextStyle); local
372 mPaint.setTypeface(typeface);
375 mPaint.setTypeface(Typeface.create(Typeface.DEFAULT, mTextStyle));
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowThemeTest.java 364 new int[]{R.attr.typeface, android.R.attr.buttonStyle});
  /libcore/benchmarks/src/benchmarks/regression/
R.java 2433 public static final int typeface = 0; field in class:R
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp 106 #define SKDEBUGCANVAS_ATTRIBUTE_TYPEFACE "typeface"
1164 SkTypeface* typeface = paint.getTypeface(); local
    [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.cpp 106 #define SKDEBUGCANVAS_ATTRIBUTE_TYPEFACE "typeface"
1164 SkTypeface* typeface = paint.getTypeface(); local
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 

Completed in 271 milliseconds

1 2 3 4 5 6 78 910