OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:find_script_index
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-layout.cc
247
if (g.
find_script_index
(script_tag, script_index))
251
if (g.
find_script_index
(HB_OT_TAG_DEFAULT_SCRIPT, script_index))
256
if (g.
find_script_index
(HB_OT_TAG_DEFAULT_LANGUAGE, script_index))
261
if (g.
find_script_index
(HB_OT_TAG_LATIN_SCRIPT, script_index))
280
if (g.
find_script_index
(*script_tags, script_index)) {
289
if (g.
find_script_index
(HB_OT_TAG_DEFAULT_SCRIPT, script_index)) {
296
if (g.
find_script_index
(HB_OT_TAG_DEFAULT_LANGUAGE, script_index)) {
304
if (g.
find_script_index
(HB_OT_TAG_LATIN_SCRIPT, script_index)) {
hb-ot-layout-jstf-table.hh
209
inline bool
find_script_index
(hb_tag_t tag, unsigned int *index) const
function in struct:OT::JSTF
hb-ot-layout-gsubgpos-private.hh
2248
inline bool
find_script_index
(hb_tag_t tag, unsigned int *index) const
function in struct:OT::GSUBGPOS
[
all
...]
Completed in 253 milliseconds