OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GSUB
(Results
1 - 3
of
3
) sorted by null
/external/sfntly/cpp/src/sfntly/
tag.cc
48
const int32_t Tag::
GSUB
= TAG('G', 'S', 'U', 'B');
tag.h
62
static const int32_t
GSUB
;
/external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh
1331
const GSUB &
gsub
= *(hb_ot_layout_from_face (c->face)->
gsub
);
local
1338
const GSUB &
gsub
= *(hb_ot_layout_from_face (c->face)->
gsub
);
local
[
all
...]
Completed in 57 milliseconds