OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arrayof
(Results
1 - 15
of
15
) 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
927
const
ArrayOf
<GlyphID> &substitute = StructAfter<
ArrayOf
<GlyphID> > (lookahead);
953
const
ArrayOf
<GlyphID> &substitute = StructAfter<
ArrayOf
<GlyphID> > (lookahead);
980
const
ArrayOf
<GlyphID> &substitute = StructAfter<
ArrayOf
<GlyphID> > (lookahead);
1007
ArrayOf
<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead)
[
all
...]
hb-open-type-private.hh
857
struct
ArrayOf
: GenericArrayOf<USHORT, Type> {};
865
struct OffsetArrayOf :
ArrayOf
<OffsetTo<Type> > {};
869
struct LongOffsetArrayOf :
ArrayOf
<LongOffsetTo<Type> > {};
955
struct SortedArrayOf :
ArrayOf
<Type> {
hb-ot-layout-common-private.hh
159
struct IndexArray :
ArrayOf
<Index>
434
ArrayOf
<UINT24>
610
ArrayOf
<Offset>
981
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 */
394
const MarkRecord &record =
ArrayOf
<MarkRecord>::operator[](mark_index);
420
return TRACE_RETURN (
ArrayOf
<MarkRecord>::sanitize (c, this));
974
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/chromium_org/mojo/apps/js/bindings/
codec.js
402
function
ArrayOf
(cls) {
406
ArrayOf
.prototype.encodedSize = 8;
408
ArrayOf
.prototype.decode = function(decoder) {
412
ArrayOf
.prototype.encode = function(encoder, val) {
442
exports.
ArrayOf
=
ArrayOf
;
/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));
/external/chromium_org/mojo/public/bindings/generators/
mojom_js_generator.py
78
return "new codec.
ArrayOf
(%s)" % GetJavaScriptType(kind.kind)
Completed in 907 milliseconds