/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
D | MaximumProfileTable.java | 42 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/ |
D | MaximumProfileTable.java | 42 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/ |
D | ttobjs.c | 117 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()
|
D | ttobjs.h | 107 FT_UShort maxPoints,
|
D | ttinterp.h | 216 FT_UShort maxPoints; /* capacity of this context's `pts' */ member
|
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/ |
D | ttobjs.c | 118 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()
|
D | ttobjs.h | 108 FT_UShort maxPoints,
|
D | ttinterp.h | 210 FT_UShort maxPoints; /* capacity of this context's `pts' */ member
|
/third_party/freetype/src/truetype/ |
D | ttobjs.c | 117 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()
|
D | ttobjs.h | 107 FT_UShort maxPoints,
|
D | ttinterp.h | 209 FT_UShort maxPoints; /* capacity of this context's `pts' */ member
|
/third_party/flutter/skia/src/sfnt/ |
D | SkOTTable_maxp_TT.h | 21 SK_OT_USHORT maxPoints; member
|
/third_party/skia/src/sfnt/ |
D | SkOTTable_maxp_TT.h | 21 SK_OT_USHORT maxPoints; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-maxp-table.hh | 50 HBUINT16 maxPoints; /* Maximum points in a non-composite glyph. */ member
|
/third_party/harfbuzz/src/ |
D | hb-ot-maxp-table.hh | 50 HBUINT16 maxPoints; /* Maximum points in a non-composite glyph. */ member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-maxp-table.hh | 50 HBUINT16 maxPoints; /* Maximum points in a non-composite glyph. */ member
|
/third_party/icu/icu4c/source/samples/layout/ |
D | sfnt.h | 176 le_uint16 maxPoints; member
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | sfnt.h | 176 le_uint16 maxPoints; member
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | sfnt.h | 176 le_uint16 maxPoints; member
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
D | FontObject.h | 139 le_uint16 maxPoints; member
|
D | sfnt.h | 309 le_uint16 maxPoints; member
|
/third_party/icu/icu4c/source/test/letest/ |
D | FontObject.h | 135 le_uint16 maxPoints; member
|
/third_party/freetype/include/freetype/ |
D | tttables.h | 571 FT_UShort maxPoints; member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/ |
D | tttables.h | 572 FT_UShort maxPoints; member
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | tttables.h | 571 FT_UShort maxPoints; member
|