Searched defs:setTypeface (Results 1 - 5 of 5) sorted by path

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java145 public void setTypeface(Typeface typeface) { method in class:ShadowTextView
/external/skia/gm/
H A Ddownsamplebitmap.cpp33 static void setTypeface(SkPaint* paint, const char name[], SkTypeface::Style style) { function
129 setTypeface(&paint, "Times", SkTypeface::kNormal);
131 setTypeface(&paint, "Times", SkTypeface::kBold);
133 setTypeface(&paint, "Times", SkTypeface::kItalic);
135 setTypeface(&paint, "Times", SkTypeface::kBoldItalic);
H A Dfilterbitmap.cpp16 static void setTypeface(SkPaint* paint, const char name[], SkTypeface::Style style) { function
127 setTypeface(&paint, "Times", SkTypeface::kNormal);
129 setTypeface(&paint, "Times", SkTypeface::kBold);
131 setTypeface(&paint, "Times", SkTypeface::kItalic);
133 setTypeface(&paint, "Times", SkTypeface::kBoldItalic);
/external/skia/src/core/
H A DSkPaint.cpp341 SkTypeface* SkPaint::setTypeface(SkTypeface* font) { function in class:SkPaint
1985 this->setTypeface(buffer.readTypeface());
1987 this->setTypeface(NULL);

Completed in 265 milliseconds