OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arrayof
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh
[
all
...]
hb-ot-layout-gsub-table.hh
186
ArrayOf
<GlyphID>
310
ArrayOf
<GlyphID>
438
typedef
ArrayOf
<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in
928
const
ArrayOf
<GlyphID> &substitute = StructAfter<
ArrayOf
<GlyphID> > (lookahead);
954
const
ArrayOf
<GlyphID> &substitute = StructAfter<
ArrayOf
<GlyphID> > (lookahead);
981
const
ArrayOf
<GlyphID> &substitute = StructAfter<
ArrayOf
<GlyphID> > (lookahead);
1006
ArrayOf
<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead)
[
all
...]
hb-open-type-private.hh
851
struct
ArrayOf
: GenericArrayOf<USHORT, Type> {};
859
struct OffsetArrayOf :
ArrayOf
<OffsetTo<Type> > {};
863
struct LongOffsetArrayOf :
ArrayOf
<LongOffsetTo<Type> > {};
949
struct SortedArrayOf :
ArrayOf
<Type> {
hb-ot-layout-common-private.hh
158
struct IndexArray :
ArrayOf
<Index>
433
ArrayOf
<UINT24>
609
ArrayOf
<Offset>
967
ArrayOf
<USHORT>
[
all
...]
hb-ot-layout-gdef-table.hh
44
typedef
ArrayOf
<USHORT> AttachPoint; /* Array of contour point indices--in
hb-ot-layout-gpos-table.hh
385
struct MarkArray :
ArrayOf
<MarkRecord> /* Array of MarkRecords--in Coverage order */
393
const MarkRecord &record =
ArrayOf
<MarkRecord>::operator[](mark_index);
419
return TRACE_RETURN (
ArrayOf
<MarkRecord>::sanitize (c, this));
967
ArrayOf
<EntryExitRecord>
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh
[
all
...]
hb-ot-layout-gsub-table.hh
186
ArrayOf
<GlyphID>
303
ArrayOf
<GlyphID>
431
typedef
ArrayOf
<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in
921
const
ArrayOf
<GlyphID> &substitute = StructAfter<
ArrayOf
<GlyphID> > (lookahead);
947
const
ArrayOf
<GlyphID> &substitute = StructAfter<
ArrayOf
<GlyphID> > (lookahead);
974
const
ArrayOf
<GlyphID> &substitute = StructAfter<
ArrayOf
<GlyphID> > (lookahead);
999
ArrayOf
<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead)
[
all
...]
hb-open-type-private.hh
851
struct
ArrayOf
: GenericArrayOf<USHORT, Type> {};
859
struct OffsetArrayOf :
ArrayOf
<OffsetTo<Type> > {};
863
struct LongOffsetArrayOf :
ArrayOf
<LongOffsetTo<Type> > {};
949
struct SortedArrayOf :
ArrayOf
<Type> {
hb-ot-layout-common-private.hh
159
struct IndexArray :
ArrayOf
<Index>
434
ArrayOf
<UINT24>
610
ArrayOf
<Offset>
968
ArrayOf
<USHORT>
[
all
...]
hb-ot-layout-gdef-table.hh
44
typedef
ArrayOf
<USHORT> AttachPoint; /* Array of contour point indices--in
hb-ot-layout-gpos-table.hh
385
struct MarkArray :
ArrayOf
<MarkRecord> /* Array of MarkRecords--in Coverage order */
393
const MarkRecord &record =
ArrayOf
<MarkRecord>::operator[](mark_index);
419
return TRACE_RETURN (
ArrayOf
<MarkRecord>::sanitize (c, this));
969
ArrayOf
<EntryExitRecord>
[
all
...]
/external/emma/core/java12/com/vladium/jcd/lib/
Types.java
501
return
arrayOf
(typedescriptor.substring (1));
512
Class
arrayOf
(String typedescriptor) throws ClassNotFoundException
519
component =
arrayOf
(typedescriptor.substring (1));
559
return
arrayOf
(typedescriptor.substring (1));
568
String
arrayOf
(String typedescriptor)
577
component =
arrayOf
(typedescriptor.substring (1));
Completed in 560 milliseconds