/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/notimportant/ |
D | MyAdapter.java | 56 holder.tvName.setTypeface(mTypeFaceRegular); in getView() 58 holder.tvName.setTypeface(mTypeFaceLight); in getView() 59 holder.tvDesc.setTypeface(mTypeFaceLight); in getView()
|
/external/skia/gm/ |
D | fontmgr.cpp | 54 font.setTypeface(typeface); in drawCharacter() 66 font.setTypeface(fm->legacyMakeTypeface(familyName.c_str(), typeface->fontStyle())); in drawCharacter() 98 font.setTypeface(nullptr); in onDraw() 110 font.setTypeface(sk_sp<SkTypeface>(set->createTypeface(j))); in onDraw() 147 f.setTypeface(sk_sp<SkTypeface>(fset->createTypeface(j))); in iterateFamily() 164 f.setTypeface(std::move(face)); in exploreFamily() 298 labelFont.setTypeface(ToolUtils::create_portable_typeface()); in show_bounds() 350 font.setTypeface(sk_sp<SkTypeface>(set->createTypeface(j))); in onDraw()
|
D | textblobrandomfont.cpp | 61 font.setTypeface(sk_make_sp<SkRandomTypeface>(std::move(typeface), paint, false)); in onOnceBeforeDraw() 88 font.setTypeface(sk_make_sp<SkRandomTypeface>(origEmoji, paint, false)); in onOnceBeforeDraw()
|
/external/skia/docs/examples/ |
D | Paint_setTypeface.cpp | 9 paint.setTypeface(SkTypeface::MakeFromName("monospace", SkFontStyle())); 11 paint.setTypeface(nullptr);
|
D | Typeface_Methods.cpp | 9 paint.setTypeface(SkTypeface::MakeFromName(nullptr, SkFontStyle())); 13 paint.setTypeface(nullptr);
|
D | Paint_refTypeface.cpp | 9 paint1.setTypeface(SkTypeface::MakeFromName("monospace", 14 paint2.setTypeface(paint1.refTypeface());
|
/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/listviewitems/ |
D | LineChartItem.java | 60 xAxis.setTypeface(mTf); in getView() 65 leftAxis.setTypeface(mTf); in getView() 70 rightAxis.setTypeface(mTf); in getView()
|
D | BarChartItem.java | 59 xAxis.setTypeface(mTf); in getView() 64 leftAxis.setTypeface(mTf); in getView() 70 rightAxis.setTypeface(mTf); in getView()
|
/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/fragments/ |
D | ScatterChartFrag.java | 51 leftAxis.setTypeface(tf); in onCreateView() 54 rightAxis.setTypeface(tf); in onCreateView() 59 l.setTypeface(tf); in onCreateView()
|
D | ComplexityFragment.java | 43 l.setTypeface(tf); in onCreateView() 46 leftAxis.setTypeface(tf); in onCreateView()
|
D | SineCosineFragment.java | 43 l.setTypeface(tf); in onCreateView() 46 leftAxis.setTypeface(tf); in onCreateView()
|
D | BarChartFrag.java | 53 l.setTypeface(tf); in onCreateView() 56 leftAxis.setTypeface(tf); in onCreateView()
|
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/env/ |
D | BorderedText.java | 73 public void setTypeface(Typeface typeface) { in setTypeface() method in BorderedText 74 interiorPaint.setTypeface(typeface); in setTypeface() 75 exteriorPaint.setTypeface(typeface); in setTypeface()
|
/external/skia/tests/ |
D | SerialProcsTest.cpp | 204 font.setTypeface(tf0); canvas->drawString("hello", 0, 0, font, paint); in make_picture() 205 font.setTypeface(tf1); canvas->drawString("hello", 0, 0, font, paint); in make_picture() 206 font.setTypeface(tf0); canvas->drawString("hello", 0, 0, font, paint); in make_picture() 207 font.setTypeface(tf1); canvas->drawString("hello", 0, 0, font, paint); in make_picture()
|
D | FontHostStreamTest.cpp | 109 font.setTypeface(deserializedTypeface); in DEF_TEST() 140 font.setTypeface(streamTypeface); in DEF_TEST()
|
D | TextBlobCacheTest.cpp | 139 font.setTypeface(orig); in text_blob_cache_inner() 141 font.setTypeface(sk_make_sp<SkRandomTypeface>(orig, SkPaint(), true)); in text_blob_cache_inner() 250 font.setTypeface(tf); in make_blob() 274 font.setTypeface(tf);
|
/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/ |
D | ListViewBarChartActivity.java | 103 xAxis.setTypeface(tfLight); in getView() 107 leftAxis.setTypeface(tfLight); in getView() 112 rightAxis.setTypeface(tfLight); in getView()
|
D | RealtimeLineChartActivity.java | 77 l.setTypeface(tfLight); in onCreate() 81 xl.setTypeface(tfLight); in onCreate() 88 leftAxis.setTypeface(tfLight); in onCreate()
|
D | LineChartActivity2.java | 102 l.setTypeface(tfLight); in onCreate() 112 xAxis.setTypeface(tfLight); in onCreate() 119 leftAxis.setTypeface(tfLight); in onCreate() 127 rightAxis.setTypeface(tfLight); in onCreate()
|
D | HorizontalBarChartActivity.java | 86 xl.setTypeface(tfLight); in onCreate() 92 yl.setTypeface(tfLight); in onCreate() 99 yr.setTypeface(tfLight); in onCreate()
|
D | BubbleChartActivity.java | 86 l.setTypeface(tfLight); in onCreate() 89 yl.setTypeface(tfLight); in onCreate() 98 xl.setTypeface(tfLight); in onCreate()
|
D | HorizontalBarNegativeChartActivity.java | 89 xl.setTypeface(tfLight); in onCreate() 95 yl.setTypeface(tfLight); in onCreate() 101 yr.setTypeface(tfLight); in onCreate()
|
D | ScatterChartActivity.java | 83 l.setTypeface(tfLight); in onCreate() 87 yl.setTypeface(tfLight); in onCreate() 93 xl.setTypeface(tfLight); in onCreate()
|
/external/skia/modules/skshaper/src/ |
D | SkShaper.cpp | 104 fFont.setTypeface(font.refTypefaceOrDefault()); in FontMgrRunIterator() 105 fFallbackFont.setTypeface(nullptr); in FontMgrRunIterator() 130 fFallbackFont.setTypeface(std::move(candidate)); in consume()
|
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/ |
D | ShadowNativePaintTest.java | 106 paint.setTypeface(Typeface.DEFAULT); in measureTextActuallyMeasuresLength() 121 paint.setTypeface(Typeface.DEFAULT); in breakTextReturnsNonZeroResult() 152 paint.setTypeface(Typeface.DEFAULT); in test_setTypeface_linkedProperly() 555 p.setTypeface(t); in testSet() 577 p.setTypeface(null); in testSet() 686 assertEquals(Typeface.DEFAULT, p.setTypeface(Typeface.DEFAULT)); in testAccessTypeface() 689 assertEquals(Typeface.DEFAULT_BOLD, p.setTypeface(Typeface.DEFAULT_BOLD)); in testAccessTypeface() 692 assertEquals(Typeface.MONOSPACE, p.setTypeface(Typeface.MONOSPACE)); in testAccessTypeface() 695 assertNull(p.setTypeface(null)); in testAccessTypeface() 769 p.setTypeface(typeface); in testGetFontSpacing() [all …]
|