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:getGlyphCount
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/modules/skparagraph/src/
H
A
D
TextLineBaseImpl.cpp
29
size_t TextLineBaseImpl::
getGlyphCount
() const
in getGlyphCount()
function in skia::textlayout::TextLineBaseImpl
35
return fVisitorTextLine->
getGlyphCount
();
in getGlyphCount()
H
A
D
TextLineBaseImpl.h
31
size_t
getGlyphCount
() const override;
H
A
D
TextLine.h
197
size_t
getGlyphCount
() const;
H
A
D
TextLine.cpp
2220
size_t TextLine::
getGlyphCount
() const
function in skia::textlayout::TextLine
/third_party/skia/modules/skparagraph/include/
H
A
D
TextLineBase.h
30
virtual size_t
getGlyphCount
() const = 0;
/third_party/icu/icu4c/source/layoutex/layout/
H
A
D
ParagraphLayout.h
239
inline le_int32
getGlyphCount
() const;
690
inline le_int32 ParagraphLayout::VisualRun::
getGlyphCount
() const
in getGlyphCount()
function in ParagraphLayout::VisualRun
/third_party/icu/icu4c/source/layoutex/
H
A
D
playout.cpp
257
return vr->
getGlyphCount
();
in pl_getVisualRunGlyphCount()
H
A
D
ParagraphLayout.cpp
1208
le_int32 glyphCount = lastRun->
getGlyphCount
();
in getWidth()
/third_party/icu/icu4c/source/samples/layout/
H
A
D
paragraph.cpp
250
le_int32 glyphCount = visualRun->
getGlyphCount
();
in draw()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H
A
D
paragraph.cpp
250
le_int32 glyphCount = visualRun->
getGlyphCount
();
in draw()
/third_party/icu/icu4c/source/test/letest/
H
A
D
letest.cpp
66
glyphCount = engine->
getGlyphCount
();
in ParamTest()
68
log_err("Calling
getGlyphCount
() on an empty layout returned %d.\n", glyphCount);
in ParamTest()
900
le_int32 glyphCount = visualRun->
getGlyphCount
();
in GlyphToCharTest()
Completed in 12 milliseconds