OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skWidth
(Results
1 - 4
of
4
) sorted by null
/frameworks/minikin/sample/
MinikinSkia.cpp
29
SkScalar
skWidth
;
31
skPaint.getTextWidths(&glyph16, sizeof(glyph16), &
skWidth
, NULL);
35
return
skWidth
;
/frameworks/base/core/jni/android/graphics/
HarfBuzzNGFaceSkia.cpp
62
SkScalar
skWidth
;
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/
MinikinSkia.cpp
49
SkScalar
skWidth
;
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/
TestUtils.cpp
87
SkScalar
skWidth
;
88
paint.getTextWidths(&glyph, sizeof(glyph), &
skWidth
, NULL);
89
totalAdvance +=
skWidth
;
Completed in 171 milliseconds