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:face_data
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-graphite2.cc
76
hb_graphite2_face_data_t *
face_data
= (hb_graphite2_face_data_t *) data;
in hb_graphite2_get_table()
local
77
hb_graphite2_tablelist_t *tlist =
face_data
->tlist;
in hb_graphite2_get_table()
89
blob =
face_data
->face->reference_table (tag);
in hb_graphite2_get_table()
100
hb_graphite2_tablelist_t *tlist =
face_data
->tlist;
in hb_graphite2_get_table()
103
if (unlikely (!
face_data
->tlist.cmpexch (tlist, p)))
in hb_graphite2_get_table()
H
A
D
hb-directwrite.cc
554
const hb_directwrite_face_data_t *
face_data
= face->data.directwrite;
in _hb_directwrite_shape()
local
555
IDWriteFactory *dwriteFactory =
face_data
->dwriteFactory;
in _hb_directwrite_shape()
556
IDWriteFontFace *fontFace =
face_data
->fontFace;
in _hb_directwrite_shape()
H
A
D
hb-uniscribe.cc
591
const hb_uniscribe_face_data_t *
face_data
= face->data.uniscribe;
in _hb_uniscribe_shape()
local
593
hb_uniscribe_shaper_funcs_t *funcs =
face_data
->funcs;
in _hb_uniscribe_shape()
H
A
D
hb-coretext.cc
322
const hb_coretext_face_data_t *
face_data
= face->data.coretext;
in _hb_coretext_shaper_font_data_create()
local
323
if (unlikely (!
face_data
)) return nullptr;
in _hb_coretext_shaper_font_data_create()
Completed in 7 milliseconds