Searched defs:setTypeface (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Ddownsamplebitmap.cpp17 static void setTypeface(SkPaint* paint, const char name[], SkTypeface::Style style) { function
115 setTypeface(&paint, "Times", SkTypeface::kNormal);
117 setTypeface(&paint, "Times", SkTypeface::kBold);
119 setTypeface(&paint, "Times", SkTypeface::kItalic);
121 setTypeface(&paint, "Times", SkTypeface::kBoldItalic);
H A Dfilterbitmap.cpp16 static void setTypeface(SkPaint* paint, const char name[], SkTypeface::Style style) { function
132 setTypeface(&paint, "Times", SkTypeface::kNormal);
134 setTypeface(&paint, "Times", SkTypeface::kBold);
136 setTypeface(&paint, "Times", SkTypeface::kItalic);
138 setTypeface(&paint, "Times", SkTypeface::kBoldItalic);
/external/skia/gm/
H A Ddownsamplebitmap.cpp17 static void setTypeface(SkPaint* paint, const char name[], SkTypeface::Style style) { function
18 SkSafeUnref(paint->setTypeface(SkTypeface::CreateFromName(name, style)));
118 setTypeface(&paint, "Times", SkTypeface::kNormal);
120 setTypeface(&paint, "Times", SkTypeface::kBold);
122 setTypeface(&paint, "Times", SkTypeface::kItalic);
124 setTypeface(&paint, "Times", SkTypeface::kBoldItalic);
H A Dfilterbitmap.cpp16 static void setTypeface(SkPaint* paint, const char name[], SkTypeface::Style style) { function
17 SkSafeUnref(paint->setTypeface(SkTypeface::CreateFromName(name, style)));
132 setTypeface(&paint, "Times", SkTypeface::kNormal);
134 setTypeface(&paint, "Times", SkTypeface::kBold);
136 setTypeface(&paint, "Times", SkTypeface::kItalic);
138 setTypeface(&paint, "Times", SkTypeface::kBoldItalic);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java145 public void setTypeface(Typeface typeface) { method in class:ShadowTextView
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp430 SkTypeface* SkPaint::setTypeface(SkTypeface* font) { function in class:SkPaint
2165 this->setTypeface(buffer.readTypeface());
2167 this->setTypeface(NULL);
/external/skia/src/core/
H A DSkPaint.cpp453 SkTypeface* SkPaint::setTypeface(SkTypeface* font) { function in class:SkPaint
2231 this->setTypeface(buffer.readTypeface());
2233 this->setTypeface(NULL);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2206 milliseconds