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

/external/skia/src/core/
H A DSkPaint.cpp31 // e.g. setTextSize(-1)
333 void SkPaint::setTextSize(SkScalar ts) { function in class:SkPaint
339 SkDebugf("SkPaint::setTextSize() called with negative value\n");
850 fPaint->setTextSize(fTextSize);
990 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
1072 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
1144 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
1202 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
1881 this->setTextSize(read_scalar(pod));
2106 fPaint.setTextSize(SkIntToScala
[all...]
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h567 void (*setTextSize)(ANPPaint*, float); member in struct:ANPPaintInterfaceV0

Completed in 97 milliseconds