Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:appendUnichar
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/tests/
H
A
D
FontHostTest.cpp
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()
H
A
D
OSPathTest.cpp
71
dir.
appendUnichar
(SkOSPath::SEPARATOR);
in DEF_TEST()
85
dir.
appendUnichar
(SkOSPath::SEPARATOR);
in DEF_TEST()
/third_party/skia/src/utils/
H
A
D
SkOSPath.cpp
13
result.
appendUnichar
(SEPARATOR);
in Join()
/third_party/skia/src/core/
H
A
D
SkStringUtils.cpp
21
tmp.
appendUnichar
('f');
in SkAppendScalar()
/third_party/skia/src/sfnt/
H
A
D
SkOTTable_name.cpp
57
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
D
simple_gm.cpp
146
str.
appendUnichar
(gSpeach[info->utf8Starts[i]]);
in drawFromVisitor()
/third_party/skia/include/core/
H
A
D
SkString.h
205
void
appendUnichar
(SkUnichar uni) { this->insertUnichar((size_t)-1, uni); }
in appendUnichar()
function in SkString
/third_party/skia/src/svg/
H
A
D
SkSVGDevice.cpp
995
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
D
fontmgr.cpp
50
ch.
appendUnichar
(character);
in drawCharacter()
/third_party/skia/samplecode/
H
A
D
SampleQuadStroker.cpp
221
fText.
appendUnichar
(uni);
Completed in 7 milliseconds