Home
last modified time | relevance | path

Searched refs:appendUnichar (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/tests/
H A DFontHostTest.cpp83 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()
H A DOSPathTest.cpp71 dir.appendUnichar(SkOSPath::SEPARATOR); in DEF_TEST()
85 dir.appendUnichar(SkOSPath::SEPARATOR); in DEF_TEST()
/third_party/skia/src/utils/
H A DSkOSPath.cpp13 result.appendUnichar(SEPARATOR); in Join()
/third_party/skia/src/core/
H A DSkStringUtils.cpp21 tmp.appendUnichar('f'); in SkAppendScalar()
/third_party/skia/src/sfnt/
H A DSkOTTable_name.cpp57 utf8.appendUnichar(next_unichar_UTF16BE(&utf16be, &length)); in SkString_from_UTF16BE()
88 utf8.appendUnichar(macRoman[i] < 0x80 ? macRoman[i] in SkStringFromMacRoman()
/third_party/skia/modules/skparagraph/gm/
H A Dsimple_gm.cpp146 str.appendUnichar(gSpeach[info->utf8Starts[i]]); in drawFromVisitor()
/third_party/skia/include/core/
H A DSkString.h205 void appendUnichar(SkUnichar uni) { this->insertUnichar((size_t)-1, uni); } in appendUnichar() function in SkString
/third_party/skia/src/svg/
H A DSkSVGDevice.cpp995 this->appendUnichar(unichars[i], positions[i]);
1004 void appendUnichar(SkUnichar c, SkPoint position) {
1016 fText.appendUnichar(c);
1042 fText.appendUnichar(c);
/third_party/skia/gm/
H A Dfontmgr.cpp50 ch.appendUnichar(character); in drawCharacter()
/third_party/skia/samplecode/
H A DSampleQuadStroker.cpp221 fText.appendUnichar(uni);

Completed in 7 milliseconds