OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScriptList
(Results
1 - 8
of
8
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuScriptGroup.h
41
struct
ScriptList
{
54
ScriptList
mSl;
/external/harfbuzz/src/
harfbuzz-gpos.h
70
HB_ScriptList
ScriptList
;
harfbuzz-gsub.h
79
HB_ScriptList
ScriptList
;
/external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos.h
70
HB_ScriptList
ScriptList
;
harfbuzz-gsub.h
79
HB_ScriptList
ScriptList
;
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh
54
* Script,
ScriptList
, LangSys, Feature, FeatureList, Lookup, LookupList
256
typedef RecordListOf<Script>
ScriptList
;
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh
53
* Script,
ScriptList
, LangSys, Feature, FeatureList, Lookup, LookupList
256
typedef RecordListOf<Script>
ScriptList
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp
312
struct
ScriptList
: TableBase {
357
const
ScriptList
*
scriptList
(const SharedBuffer& buffer) const { return validateOffset<
ScriptList
>(buffer, scriptListOffset); }
363
const
ScriptList
* scripts =
scriptList
(buffer);
Completed in 1691 milliseconds