Home
last modified time | relevance | path

Searched refs:firstGlyphIndex (Results 1 – 25 of 40) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DIndexSubTable.java37 private final int firstGlyphIndex; field in IndexSubTable
54 protected IndexSubTable(ReadableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in IndexSubTable() argument
56 this.firstGlyphIndex = firstGlyphIndex; in IndexSubTable()
67 public int firstGlyphIndex() { in firstGlyphIndex() method in IndexSubTable
68 return this.firstGlyphIndex; in firstGlyphIndex()
124 return IndexSubTable.checkGlyphRange(glyphId, this.firstGlyphIndex(), this.lastGlyphIndex()); in checkGlyphRange()
129 String s = "IndexSubTable: " + "[0x" + Integer.toHexString(this.firstGlyphIndex()) + " : Ox" in toString()
134 for (int g = this.firstGlyphIndex(); g < this.lastGlyphIndex(); g++) { in toString()
142 private int firstGlyphIndex; field in IndexSubTable.Builder
173 int firstGlyphIndex = data.readUShort( in createBuilder() local
[all …]
DIndexSubTableFormat1.java36 private IndexSubTableFormat1(ReadableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in IndexSubTableFormat1() argument
37 super(data, firstGlyphIndex, lastGlyphIndex); in IndexSubTableFormat1()
42 return this.lastGlyphIndex() - this.firstGlyphIndex() + 1; in numGlyphs()
70 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
71 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
72 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
76 WritableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
77 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
78 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
82 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in dataLength() argument
[all …]
DIndexSubTableFormat3.java36 private IndexSubTableFormat3(ReadableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in IndexSubTableFormat3() argument
37 super(data, firstGlyphIndex, lastGlyphIndex); in IndexSubTableFormat3()
42 return this.lastGlyphIndex() - this.firstGlyphIndex() + 1; in numGlyphs()
73 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
74 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
75 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
79 WritableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
80 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
81 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
85 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in dataLength() argument
[all …]
DIndexSubTableFormat2.java51 return this.lastGlyphIndex() - this.firstGlyphIndex() + 1; in numGlyphs()
75 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
76 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
77 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
81 WritableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
82 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
83 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
87 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in dataLength() argument
96 private Builder(WritableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in Builder() argument
97 super(data, firstGlyphIndex, lastGlyphIndex); in Builder()
[all …]
DIndexSubTableFormat5.java39 private IndexSubTableFormat5(ReadableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in IndexSubTableFormat5() argument
40 super(data, firstGlyphIndex, lastGlyphIndex); in IndexSubTableFormat5()
90 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
91 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
92 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
96 WritableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
97 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
98 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
102 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in dataLength() argument
112 private Builder(WritableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in Builder() argument
[all …]
DIndexSubTableFormat4.java37 private IndexSubTableFormat4(ReadableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in IndexSubTableFormat4() argument
38 super(data, firstGlyphIndex, lastGlyphIndex); in IndexSubTableFormat4()
135 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
136 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
137 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
141 WritableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
142 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
143 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
147 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in dataLength() argument
157 private Builder(WritableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in Builder() argument
[all …]
DBitmapSizeTable.java147 if (subTable.firstGlyphIndex() <= glyphId && subTable.lastGlyphIndex() >= glyphId) { in linearSearchIndexSubTables()
162 if (glyphId < subTable.firstGlyphIndex()) { in binarySearchIndexSubTables()
442 if (subTable.firstGlyphIndex() <= glyphId && subTable.lastGlyphIndex() >= glyphId) { in linearSearchIndexSubTables()
458 if (glyphId < subTable.firstGlyphIndex()) { in binarySearchIndexSubTables()
DEblcTable.java393 newData.writeUShort(indexSubTableArrayOffset, indexSubTableBuilder.firstGlyphIndex()); in subSerialize()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DIndexSubTable.java37 private final int firstGlyphIndex; field in IndexSubTable
54 protected IndexSubTable(ReadableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in IndexSubTable() argument
56 this.firstGlyphIndex = firstGlyphIndex; in IndexSubTable()
67 public int firstGlyphIndex() { in firstGlyphIndex() method in IndexSubTable
68 return this.firstGlyphIndex; in firstGlyphIndex()
124 return IndexSubTable.checkGlyphRange(glyphId, this.firstGlyphIndex(), this.lastGlyphIndex()); in checkGlyphRange()
129 String s = "IndexSubTable: " + "[0x" + Integer.toHexString(this.firstGlyphIndex()) + " : Ox" in toString()
134 for (int g = this.firstGlyphIndex(); g < this.lastGlyphIndex(); g++) { in toString()
142 private int firstGlyphIndex; field in IndexSubTable.Builder
173 int firstGlyphIndex = data.readUShort( in createBuilder() local
[all …]
DIndexSubTableFormat1.java36 private IndexSubTableFormat1(ReadableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in IndexSubTableFormat1() argument
37 super(data, firstGlyphIndex, lastGlyphIndex); in IndexSubTableFormat1()
42 return this.lastGlyphIndex() - this.firstGlyphIndex() + 1; in numGlyphs()
70 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
71 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
72 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
76 WritableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
77 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
78 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
82 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in dataLength() argument
[all …]
DIndexSubTableFormat3.java36 private IndexSubTableFormat3(ReadableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in IndexSubTableFormat3() argument
37 super(data, firstGlyphIndex, lastGlyphIndex); in IndexSubTableFormat3()
42 return this.lastGlyphIndex() - this.firstGlyphIndex() + 1; in numGlyphs()
73 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
74 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
75 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
79 WritableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
80 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
81 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
85 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in dataLength() argument
[all …]
DIndexSubTableFormat2.java51 return this.lastGlyphIndex() - this.firstGlyphIndex() + 1; in numGlyphs()
75 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
76 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
77 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
81 WritableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
82 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
83 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
87 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in dataLength() argument
96 private Builder(WritableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in Builder() argument
97 super(data, firstGlyphIndex, lastGlyphIndex); in Builder()
[all …]
DIndexSubTableFormat5.java39 private IndexSubTableFormat5(ReadableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in IndexSubTableFormat5() argument
40 super(data, firstGlyphIndex, lastGlyphIndex); in IndexSubTableFormat5()
90 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
91 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
92 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
96 WritableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
97 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
98 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
102 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in dataLength() argument
112 private Builder(WritableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in Builder() argument
[all …]
DIndexSubTableFormat4.java37 private IndexSubTableFormat4(ReadableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in IndexSubTableFormat4() argument
38 super(data, firstGlyphIndex, lastGlyphIndex); in IndexSubTableFormat4()
135 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
136 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
137 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
141 WritableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in createBuilder() argument
142 int length = Builder.dataLength(data, indexSubTableOffset, firstGlyphIndex, lastGlyphIndex); in createBuilder()
143 return new Builder(data.slice(indexSubTableOffset, length), firstGlyphIndex, lastGlyphIndex); in createBuilder()
147 ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) { in dataLength() argument
157 private Builder(WritableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in Builder() argument
[all …]
DBitmapSizeTable.java147 if (subTable.firstGlyphIndex() <= glyphId && subTable.lastGlyphIndex() >= glyphId) { in linearSearchIndexSubTables()
162 if (glyphId < subTable.firstGlyphIndex()) { in binarySearchIndexSubTables()
442 if (subTable.firstGlyphIndex() <= glyphId && subTable.lastGlyphIndex() >= glyphId) { in linearSearchIndexSubTables()
458 if (glyphId < subTable.firstGlyphIndex()) { in binarySearchIndexSubTables()
DEblcTable.java393 newData.writeUShort(indexSubTableArrayOffset, indexSubTableBuilder.firstGlyphIndex()); in subSerialize()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh208 firstGlyphIndex <= lastGlyphIndex && in sanitize()
209 offsetToSubtable.sanitize (c, base, lastGlyphIndex - firstGlyphIndex + 1)); in sanitize()
224 if (gid < firstGlyphIndex || gid > lastGlyphIndex) return false; in get_image_data()
225 return (base+offsetToSubtable).get_image_data (gid - firstGlyphIndex, in get_image_data()
229 GlyphID firstGlyphIndex; member
251 unsigned int firstGlyphIndex = indexSubtablesZ[i].firstGlyphIndex; in find_table() local
253 if (firstGlyphIndex <= glyph && glyph <= lastGlyphIndex) in find_table()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh367 firstGlyphIndex <= lastGlyphIndex && in sanitize()
368 offsetToSubtable.sanitize (c, base, lastGlyphIndex - firstGlyphIndex + 1)); in sanitize()
421 if (old_gid < next_record->firstGlyphIndex) in add_new_subtable()
424 unsigned int old_idx = (unsigned int) old_gid - next_record->firstGlyphIndex; in add_new_subtable()
461 (*records)[records->length - 1].firstGlyphIndex = 1; in add_new_record()
483 if (firstGlyphIndex > lastGlyphIndex) in add_glyph_for_subset()
485 firstGlyphIndex = gid; in add_glyph_for_subset()
506 if (gid < firstGlyphIndex || gid > lastGlyphIndex) return false; in get_image_data()
507 return (base+offsetToSubtable).get_image_data (gid - firstGlyphIndex, in get_image_data()
511 HBGlyphID16 firstGlyphIndex; member
[all …]
/third_party/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh367 firstGlyphIndex <= lastGlyphIndex && in sanitize()
368 offsetToSubtable.sanitize (c, base, lastGlyphIndex - firstGlyphIndex + 1)); in sanitize()
421 if (old_gid < next_record->firstGlyphIndex) in add_new_subtable()
424 unsigned int old_idx = (unsigned int) old_gid - next_record->firstGlyphIndex; in add_new_subtable()
461 (*records)[records->length - 1].firstGlyphIndex = 1; in add_new_record()
483 if (firstGlyphIndex > lastGlyphIndex) in add_glyph_for_subset()
485 firstGlyphIndex = gid; in add_glyph_for_subset()
506 if (gid < firstGlyphIndex || gid > lastGlyphIndex) return false; in get_image_data()
507 return (base+offsetToSubtable).get_image_data (gid - firstGlyphIndex, in get_image_data()
511 HBGlyphID firstGlyphIndex; member
[all …]
/third_party/flutter/skia/src/sfnt/
DSkOTTable_EBLC.h86 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range member
/third_party/skia/src/sfnt/
DSkOTTable_EBLC.h86 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range member
/third_party/mesa3d/include/GLES2/
Dgl2ext.h3299 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG…
3300 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
3376 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG…
3377 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
Dgl2ext.h3133 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG…
3134 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
3210 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG…
3211 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
Dgl2ext.h3133 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG…
3134 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
3210 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG…
3211 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
/third_party/flutter/skia/third_party/externals/angle2/include/GLES2/
Dgl2ext.h3133 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG…
3134 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
3210 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG…
3211 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…

12