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

/frameworks/minikin/sample/
H A DMinikinSkia.cpp29 SkScalar skWidth; local
31 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL);
35 return skWidth;
/frameworks/base/core/jni/android/graphics/
H A DHarfBuzzNGFaceSkia.cpp62 SkScalar skWidth; local
66 paint->getTextWidths(&glyph, sizeof(glyph), &skWidth, &skBounds);
68 ALOGD("returned glyph for %i: width = %f", codepoint, skWidth);
71 *width = SkScalarToHBFixed(skWidth);
/frameworks/base/libs/hwui/hwui/
H A DMinikinSkia.cpp49 SkScalar skWidth; local
51 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL);
53 ALOGD("width for typeface %d glyph %d = %f", mTypeface->uniqueID(), glyph_id, skWidth);
55 return skWidth;
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp87 SkScalar skWidth; local
88 paint.getTextWidths(&glyph, sizeof(glyph), &skWidth, NULL);
89 totalAdvance += skWidth;

Completed in 174 milliseconds