Searched defs:setTextSize (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKit/android/nav/
H A DCachedInput.h65 void setTextSize(int textSize) { mTextSize = textSize; } function in class:android::CachedInput
/external/skia/src/core/
H A DSkPaint.cpp270 void SkPaint::setTextSize(SkScalar ts) function in class:SkPaint
276 SkDebugf("SkPaint::setTextSize() called with non-positive value\n");
697 fPaint->setTextSize(fTextSize);
825 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
911 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
994 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
1054 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
1504 this->setTextSize(read_scalar(pod));
1692 fPaint.setTextSize(SkIntToScalar(SkPaint::kCanonicalTextSizeForPaths));
/external/webkit/WebKit/android/plugins/
H A Dandroid_npapi.h554 void (*setTextSize)(ANPPaint*, float); member in struct:ANPPaintInterfaceV0

Completed in 132 milliseconds