Searched refs:skWidth (Results 1 - 3 of 3) sorted by relevance

/frameworks/minikin/sample/
H A DMinikinSkia.cpp39 SkScalar skWidth; local
41 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL);
45 return skWidth;
/frameworks/base/core/jni/android/graphics/
H A DHarfBuzzNGFaceSkia.cpp60 SkScalar skWidth; local
64 paint->getTextWidths(&glyph, sizeof(glyph), &skWidth, &skBounds);
66 ALOGD("returned glyph for %i: width = %f", codepoint, skWidth);
69 *width = SkScalarToHBFixed(skWidth);
H A DMinikinSkia.cpp59 SkScalar skWidth; local
61 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL);
63 ALOGD("width for typeface %d glyph %d = %f", mTypeface->uniqueID(), glyph_id, skWidth);
65 return skWidth;

Completed in 1588 milliseconds