OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAdvanceWidth
(Results
1 - 3
of
3
) sorted by null
/external/skia/emoji/
EmojiFont.h
58
static SkScalar
GetAdvanceWidth
(uint16_t index, const SkPaint& paint);
EmojiFont.cpp
162
SkScalar EmojiFont::
GetAdvanceWidth
(uint16_t glyphID, const SkPaint& paint) {
164
SkDebugf("-------- bad glyph passed to EmojiFont::
GetAdvanceWidth
%d\n",
/external/webkit/WebCore/platform/graphics/android/
FontDataAndroid.cpp
107
return EmojiFont::
GetAdvanceWidth
(glyph, paint);
Completed in 252 milliseconds