Searched refs:read_scalar (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp1975 static SkScalar read_scalar(const uint32_t*& ptr) { function
2144 this->setTextSize(read_scalar(pod));
2145 this->setTextScaleX(read_scalar(pod));
2146 this->setTextSkewX(read_scalar(pod));
2147 this->setStrokeWidth(read_scalar(pod));
2148 this->setStrokeMiter(read_scalar(pod));
/external/skia/src/core/
H A DSkPaint.cpp2031 static SkScalar read_scalar(const uint32_t*& ptr) { function
2210 this->setTextSize(read_scalar(pod));
2211 this->setTextScaleX(read_scalar(pod));
2212 this->setTextSkewX(read_scalar(pod));
2213 this->setStrokeWidth(read_scalar(pod));
2214 this->setStrokeMiter(read_scalar(pod));

Completed in 335 milliseconds