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:tableIndex
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/src/ports/
H
A
D
SkTypeface_mac_ct.cpp
697
for (int
tableIndex
= 0;
tableIndex
< numTables; ++
tableIndex
) {
698
if (CFFTag == tableTags[
tableIndex
] || CFF2Tag == tableTags[
tableIndex
]) {
715
for (int
tableIndex
= 0;
tableIndex
< numTables; ++
tableIndex
) {
716
if (TYPE1Tag == tableTags[
tableIndex
] || CIDTag == tableTags[
tableIndex
]) {
[all...]
H
A
D
SkFontHost_FreeType.cpp
1700
for (FT_ULong
tableIndex
= 0;
tableIndex
< tableCount; ++
tableIndex
) {
1703
error = FT_Sfnt_Table_Info(face,
tableIndex
, &tableTag, &tablelength);
1707
tags[
tableIndex
] = static_cast<SkFontTableTag>(tableTag);
/third_party/skia/src/sfnt/
H
A
D
SkOTUtils.cpp
50
int
tableIndex
;
in RenameFont()
local
53
for (
tableIndex
= 0;
tableIndex
< numTables; ++
tableIndex
) {
in RenameFont()
61
if (
tableIndex
== numTables) {
in RenameFont()
127
SkSFNTHeader::TableDirectoryEntry* nameTableEntry = reinterpret_cast<SkSFNTHeader::TableDirectoryEntry*>(data + sizeof(SkSFNTHeader)) +
tableIndex
;
in RenameFont()
/third_party/node/test/fixtures/wpt/wasm/jsapi/instance/
H
A
D
constructor-caching.any.js
35
const
tableIndex
= builder.addImportedTable("module", "table", 1);
36
builder.addExportOfKind("exportedTable", kExternalTable,
tableIndex
);
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H
A
D
CMapTable.java
383
private int
tableIndex
= 0;
field in CMapTable.CMapIterator
397
if (this.
tableIndex
< numCMaps()) {
in hasNext()
402
for (; this.
tableIndex
< numCMaps(); this.
tableIndex
++) {
in hasNext()
403
if (filter.accept(cmapId(this.
tableIndex
))) {
in hasNext()
416
return cmap(this.
tableIndex
++);
in next()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H
A
D
PostScriptTableBuilder.java
380
int
tableIndex
= NUM_STANDARD_NAMES;
in build()
386
glyphNameIndex =
tableIndex
++;
in build()
/third_party/skia/src/gpu/
H
A
D
GrDataUtils.cpp
93
for (int
tableIndex
= 0;
tableIndex
< kNumETC1ModifierTables; ++
tableIndex
) {
in create_etc1_block()
96
tableIndex
, pixelIndex);
in create_etc1_block()
100
bestTableIndex =
tableIndex
;
in create_etc1_block()
Completed in 11 milliseconds