Searched defs:setTextSize (Results 1 - 7 of 7) sorted by path

/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 ...
/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/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp60 // e.g. setTextSize(-1)
393 void SkPaint::setTextSize(SkScalar ts) { function in class:SkPaint
400 SkDebugf("SkPaint::setTextSize() called with negative value\n");
961 this->setTextSize(kCanonicalTextSizeForPaths);
2144 this->setTextSize(read_scalar(pod));
2514 fPaint.setTextSize(SkIntToScalar(SkPaint::kCanonicalTextSizeForPaths));
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
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.java160 public void setTextSize(float size) { method in class:ShadowTextView
/external/skia/src/core/
H A DSkPaint.cpp61 // e.g. setTextSize(-1)
411 void SkPaint::setTextSize(SkScalar ts) { function in class:SkPaint
418 SkDebugf("SkPaint::setTextSize() called with negative value\n");
993 this->setTextSize(kCanonicalTextSizeForPaths);
2210 this->setTextSize(read_scalar(pod));
2584 fPaint.setTextSize(SkIntToScalar(SkPaint::kCanonicalTextSizeForPaths));

Completed in 263 milliseconds