OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scriptTags
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFace.cpp
108
hb_tag_t
scriptTags
[maxCount];
109
hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCount,
scriptTags
);
118
return hb_ot_tag_to_script(
scriptTags
[scriptIndex]);
/external/icu4c/layout/
OpenTypeLayoutEngine.h
160
static const LETag
scriptTags
[];
ScriptAndLanguageTags.cpp
17
const LETag OpenTypeLayoutEngine::
scriptTags
[] = {
OpenTypeLayoutEngine.cpp
241
return
scriptTags
[scriptCode];
Completed in 44 milliseconds