Searched refs:appendUnichar (Results 1 – 10 of 10) sorted by relevance
83 str.appendUnichar((t >> 24) & 0xFF); in test_fontstream()84 str.appendUnichar((t >> 16) & 0xFF); in test_fontstream()85 str.appendUnichar((t >> 8) & 0xFF); in test_fontstream()86 str.appendUnichar((t >> 0) & 0xFF); in test_fontstream()
71 dir.appendUnichar(SkOSPath::SEPARATOR); in DEF_TEST()85 dir.appendUnichar(SkOSPath::SEPARATOR); in DEF_TEST()
57 utf8.appendUnichar(next_unichar_UTF16BE(&utf16be, &length)); in SkString_from_UTF16BE()88 utf8.appendUnichar(macRoman[i] < 0x80 ? macRoman[i] in SkStringFromMacRoman()
13 result.appendUnichar(SEPARATOR); in Join()
21 tmp.appendUnichar('f'); in SkAppendScalar()
995 this->appendUnichar(unichars[i], positions[i]); in SVGTextBuilder()1004 void appendUnichar(SkUnichar c, SkPoint position) { in appendUnichar() function in SVGTextBuilder1016 fText.appendUnichar(c); in appendUnichar()1042 fText.appendUnichar(c); in appendUnichar()
146 str.appendUnichar(gSpeach[info->utf8Starts[i]]); in drawFromVisitor()
205 void appendUnichar(SkUnichar uni) { this->insertUnichar((size_t)-1, uni); } in appendUnichar() function
50 ch.appendUnichar(character); in drawCharacter()
221 fText.appendUnichar(uni); in onChar()