Home
last modified time | relevance | path

Searched refs:maxPoints (Results 1 – 25 of 34) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DMaximumProfileTable.java42 maxPoints(6), enumConstant
74 public int maxPoints() { in maxPoints() method in MaximumProfileTable
75 return this.data.readUShort(Offset.maxPoints.offset); in maxPoints()
169 public int maxPoints() { in maxPoints() method in MaximumProfileTable.Builder
170 return this.internalReadData().readUShort(Offset.maxPoints.offset); in maxPoints()
173 public void maxPoints(int maxPoints) { in maxPoints() method in MaximumProfileTable.Builder
174 this.internalWriteData().writeUShort(Offset.maxPoints.offset, maxPoints); in maxPoints()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DMaximumProfileTable.java42 maxPoints(6), enumConstant
74 public int maxPoints() { in maxPoints() method in MaximumProfileTable
75 return this.data.readUShort(Offset.maxPoints.offset); in maxPoints()
169 public int maxPoints() { in maxPoints() method in MaximumProfileTable.Builder
170 return this.internalReadData().readUShort(Offset.maxPoints.offset); in maxPoints()
173 public void maxPoints(int maxPoints) { in maxPoints() method in MaximumProfileTable.Builder
174 this.internalWriteData().writeUShort(Offset.maxPoints.offset, maxPoints); in maxPoints()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttobjs.c117 FT_UShort maxPoints, in tt_glyphzone_new() argument
127 if ( FT_NEW_ARRAY( zone->org, maxPoints ) || in tt_glyphzone_new()
128 FT_NEW_ARRAY( zone->cur, maxPoints ) || in tt_glyphzone_new()
129 FT_NEW_ARRAY( zone->orus, maxPoints ) || in tt_glyphzone_new()
130 FT_NEW_ARRAY( zone->tags, maxPoints ) || in tt_glyphzone_new()
137 zone->max_points = maxPoints; in tt_glyphzone_new()
Dttobjs.h107 FT_UShort maxPoints,
Dttinterp.h216 FT_UShort maxPoints; /* capacity of this context's `pts' */ member
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttobjs.c118 FT_UShort maxPoints, in tt_glyphzone_new() argument
128 if ( FT_NEW_ARRAY( zone->org, maxPoints ) || in tt_glyphzone_new()
129 FT_NEW_ARRAY( zone->cur, maxPoints ) || in tt_glyphzone_new()
130 FT_NEW_ARRAY( zone->orus, maxPoints ) || in tt_glyphzone_new()
131 FT_NEW_ARRAY( zone->tags, maxPoints ) || in tt_glyphzone_new()
138 zone->max_points = maxPoints; in tt_glyphzone_new()
Dttobjs.h108 FT_UShort maxPoints,
Dttinterp.h210 FT_UShort maxPoints; /* capacity of this context's `pts' */ member
/third_party/freetype/src/truetype/
Dttobjs.c117 FT_UShort maxPoints, in tt_glyphzone_new() argument
127 if ( FT_NEW_ARRAY( zone->org, maxPoints ) || in tt_glyphzone_new()
128 FT_NEW_ARRAY( zone->cur, maxPoints ) || in tt_glyphzone_new()
129 FT_NEW_ARRAY( zone->orus, maxPoints ) || in tt_glyphzone_new()
130 FT_NEW_ARRAY( zone->tags, maxPoints ) || in tt_glyphzone_new()
137 zone->max_points = maxPoints; in tt_glyphzone_new()
Dttobjs.h107 FT_UShort maxPoints,
Dttinterp.h209 FT_UShort maxPoints; /* capacity of this context's `pts' */ member
/third_party/flutter/skia/src/sfnt/
DSkOTTable_maxp_TT.h21 SK_OT_USHORT maxPoints; member
/third_party/skia/src/sfnt/
DSkOTTable_maxp_TT.h21 SK_OT_USHORT maxPoints; member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-maxp-table.hh50 HBUINT16 maxPoints; /* Maximum points in a non-composite glyph. */ member
/third_party/harfbuzz/src/
Dhb-ot-maxp-table.hh50 HBUINT16 maxPoints; /* Maximum points in a non-composite glyph. */ member
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-maxp-table.hh50 HBUINT16 maxPoints; /* Maximum points in a non-composite glyph. */ member
/third_party/icu/icu4c/source/samples/layout/
Dsfnt.h176 le_uint16 maxPoints; member
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dsfnt.h176 le_uint16 maxPoints; member
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
Dsfnt.h176 le_uint16 maxPoints; member
/third_party/icu/icu4c/source/test/perf/leperf/
DFontObject.h139 le_uint16 maxPoints; member
Dsfnt.h309 le_uint16 maxPoints; member
/third_party/icu/icu4c/source/test/letest/
DFontObject.h135 le_uint16 maxPoints; member
/third_party/freetype/include/freetype/
Dtttables.h571 FT_UShort maxPoints; member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dtttables.h572 FT_UShort maxPoints; member
/third_party/skia/third_party/externals/freetype/include/freetype/
Dtttables.h571 FT_UShort maxPoints; member

12