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:glyphIds
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H
A
D
CMapTableBuilder.java
53
List<Integer>
glyphIds
;
field in CMapTableBuilder.CMap4Segment
58
this.
glyphIds
= new ArrayList<Integer>();
in CMap4Segment()
62
int firstId =
glyphIds
.get(0);
in isContiguous()
63
for (int index = 1; index <
glyphIds
.size(); index++) {
in isContiguous()
64
if (
glyphIds
.get(index) != firstId + index) {
in isContiguous()
88
return
glyphIds
;
in getGlyphIds()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H
A
D
RuleExtractor.java
69
for (GlyphGroup
glyphIds
: groups) {
in extract()
70
glyphIds
.copyTo(result);
in extract()
157
for (NumRecordTable
glyphIds
: table) {
in extract()
160
GlyphList glyphList = extract(
glyphIds
);
in extract()
175
for (NumRecordTable
glyphIds
: table) {
in extract()
178
GlyphList glyphList = extract(
glyphIds
);
in extract()
H
A
D
Rule.java
387
static Set<Rule> deltaRules(List<Integer>
glyphIds
, int delta) {
in deltaRules()
argument
389
for (int glyphId :
glyphIds
) {
in deltaRules()
/third_party/skia/include/core/
H
A
D
SkTextBlob.h
513
SK_API void GetGlyphIDforTextBlob(const SkTextBlob* blob, std::vector<SkGlyphID>&
glyphIds
);
/third_party/skia/src/core/
H
A
D
SkTextBlob.cpp
1016
void GetGlyphIDforTextBlob(const SkTextBlob* blob, std::vector<SkGlyphID>&
glyphIds
)
in GetGlyphIDforTextBlob()
argument
1026
glyphIds
.push_back(glyphIDs[i]);
in GetGlyphIDforTextBlob()
Completed in 7 milliseconds