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:kerx
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-aat-layout.cc
35
#include "hb-aat-layout-
kerx
-table.hh"
198
* mort/morx/
kerx
/trak
298
* in the `
kerx
` table.
309
return face->table.
kerx
->has_data ();
in hb_aat_layout_has_positioning()
317
hb_blob_t *kerx_blob = font->face->table.
kerx
.get_blob ();
in hb_aat_layout_position()
318
const AAT::
kerx
&
kerx
= *kerx_blob->as<AAT::
kerx
> ();
in hb_aat_layout_position()
local
321
if (!buffer->message (font, "start table
kerx
")) return;
in hb_aat_layout_position()
323
kerx
in hb_aat_layout_position()
[all...]
H
A
D
hb-ot-face-table-list.hh
113
HB_OT_TABLE (AAT,
kerx
)
H
A
D
hb-aat-layout-kerx-table.hh
35
*
kerx
-- Extended Kerning
225
* other subtables in
kerx
. Discovered via testing. */
in driver_context_t()
746
* '
kerx
' subtables (types 1 and 4). */
767
friend struct
kerx
;
813
* The '
kerx
' Table
969
struct
kerx
: KerxTable<
kerx
>
struct
971
friend struct KerxTable<
kerx
>;
Completed in 4 milliseconds