HomeSort by relevance Sort by last modified time
    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/Source/WebCore/platform/graphics/android/
FontDataAndroid.cpp 133 advanceWidth = EmojiFont::GetAdvanceWidth(glyph, paint);

Completed in 112 milliseconds