Home
last modified time | relevance | path

Searched refs:glyph_id_array (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/OpenFontFormat/
H A DCmapSubtableFormat4.vala94 uint16* glyph_id_array = null;
141 glyph_id_array = new uint16[gid_len];
143 glyph_id_array[i] = dis.read_ushort ();
170 index = glyph_id_array [id] + id_delta[i];
187 if (glyph_id_array != null) delete glyph_id_array;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sample/subtly/
H A Dfont_assembler.cc91 IntegerList* glyph_id_array = new IntegerList; in AssembleCMapTable() local
118 glyph_id_array->push_back(glyph_id); in AssembleCMapTable()
137 cmap_builder->set_glyph_id_array(glyph_id_array); in AssembleCMapTable()
139 delete glyph_id_array; in AssembleCMapTable()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sample/subtly/
H A Dfont_assembler.cc91 IntegerList* glyph_id_array = new IntegerList; in AssembleCMapTable() local
118 glyph_id_array->push_back(glyph_id); in AssembleCMapTable()
137 cmap_builder->set_glyph_id_array(glyph_id_array); in AssembleCMapTable()
139 delete glyph_id_array; in AssembleCMapTable()
/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_fontdef_tt.c230 if (attr->cmap.glyph_id_array) in InitAttr()
231 HPDF_FreeMem (fontdef->mmgr, attr->cmap.glyph_id_array); in InitAttr()
993 attr->cmap.glyph_id_array = HPDF_GetMem (fontdef->mmgr, in ParseCMAP_format0()
995 if (!attr->cmap.glyph_id_array) in ParseCMAP_format0()
998 parray = attr->cmap.glyph_id_array; in ParseCMAP_format0()
1000 *parray = attr->cmap.glyph_id_array[i]; in ParseCMAP_format0()
1103 attr->cmap.glyph_id_array = HPDF_GetMem (fontdef->mmgr, in ParseCMAP_format4()
1105 if (!attr->cmap.glyph_id_array) in ParseCMAP_format4()
1108 pglyph_id_array = attr->cmap.glyph_id_array; in ParseCMAP_format4()
1113 attr->cmap.glyph_id_array = NULL; in ParseCMAP_format4()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_fontdef_tt.c230 if (attr->cmap.glyph_id_array) in InitAttr()
231 HPDF_FreeMem (fontdef->mmgr, attr->cmap.glyph_id_array); in InitAttr()
993 attr->cmap.glyph_id_array = HPDF_GetMem (fontdef->mmgr, in ParseCMAP_format0()
995 if (!attr->cmap.glyph_id_array) in ParseCMAP_format0()
998 parray = attr->cmap.glyph_id_array; in ParseCMAP_format0()
1000 *parray = attr->cmap.glyph_id_array[i]; in ParseCMAP_format0()
1103 attr->cmap.glyph_id_array = HPDF_GetMem (fontdef->mmgr, in ParseCMAP_format4()
1105 if (!attr->cmap.glyph_id_array) in ParseCMAP_format4()
1108 pglyph_id_array = attr->cmap.glyph_id_array; in ParseCMAP_format4()
1113 attr->cmap.glyph_id_array = NULL; in ParseCMAP_format4()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_fontdef_tt.c230 if (attr->cmap.glyph_id_array) in InitAttr()
231 HPDF_FreeMem (fontdef->mmgr, attr->cmap.glyph_id_array); in InitAttr()
993 attr->cmap.glyph_id_array = HPDF_GetMem (fontdef->mmgr, in ParseCMAP_format0()
995 if (!attr->cmap.glyph_id_array) in ParseCMAP_format0()
998 parray = attr->cmap.glyph_id_array; in ParseCMAP_format0()
1000 *parray = attr->cmap.glyph_id_array[i]; in ParseCMAP_format0()
1103 attr->cmap.glyph_id_array = HPDF_GetMem (fontdef->mmgr, in ParseCMAP_format4()
1105 if (!attr->cmap.glyph_id_array) in ParseCMAP_format4()
1108 pglyph_id_array = attr->cmap.glyph_id_array; in ParseCMAP_format4()
1113 attr->cmap.glyph_id_array = NULL; in ParseCMAP_format4()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc959 std::vector<int32_t>* glyph_id_array, in Builder() argument
964 glyph_id_array_(glyph_id_array->begin(), glyph_id_array->end()) { in Builder()
1019 std::vector<int32_t>* CMapTable::CMapFormat4::Builder::glyph_id_array() { in glyph_id_array() function in sfntly::CMapTable::CMapFormat4::Builder
1028 set_glyph_id_array(std::vector<int32_t>* glyph_id_array) { in set_glyph_id_array() argument
1029 glyph_id_array_.assign(glyph_id_array->begin(), glyph_id_array->end()); in set_glyph_id_array()
H A Dcmap_table.h377 std::vector<int32_t>* glyph_id_array();
378 void set_glyph_id_array(std::vector<int32_t>* glyph_id_array);
383 Builder(SegmentList* segments, std::vector<int32_t>* glyph_id_array,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc959 IntegerList* glyph_id_array, in Builder() argument
964 glyph_id_array_(glyph_id_array->begin(), glyph_id_array->end()) { in Builder()
1019 IntegerList* CMapTable::CMapFormat4::Builder::glyph_id_array() { in glyph_id_array() function in sfntly::CMapTable::CMapFormat4::Builder
1028 set_glyph_id_array(IntegerList* glyph_id_array) { in set_glyph_id_array() argument
1029 glyph_id_array_.assign(glyph_id_array->begin(), glyph_id_array->end()); in set_glyph_id_array()
H A Dcmap_table.h377 IntegerList* glyph_id_array();
378 void set_glyph_id_array(IntegerList* glyph_id_array);
383 Builder(SegmentList* segments, IntegerList* glyph_id_array,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-cmap-table.hh125 … HBUINT16 *glyph_id_array = c->allocate_size<HBUINT16> (HBUINT16::static_size * num_codepoints); in serialize() local
126 if (glyph_id_array == nullptr) in serialize()
142 glyph_id_array - id_range_offset - i)); in serialize()
149 glyph_id_array[j].set (new_gid); in serialize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-cmap-table.hh125 … HBUINT16 *glyph_id_array = c->allocate_size<HBUINT16> (HBUINT16::static_size * num_codepoints); in serialize() local
126 if (glyph_id_array == nullptr) in serialize()
142 glyph_id_array - id_range_offset - i)); in serialize()
149 glyph_id_array[j].set (new_gid); in serialize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-cmap-table.hh125 … HBUINT16 *glyph_id_array = c->allocate_size<HBUINT16> (HBUINT16::static_size * num_codepoints); in serialize() local
126 if (glyph_id_array == nullptr) in serialize()
142 glyph_id_array - id_range_offset - i)); in serialize()
149 glyph_id_array[j].set (new_gid); in serialize()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-cmap-table.hh125 … HBUINT16 *glyph_id_array = c->allocate_size<HBUINT16> (HBUINT16::static_size * num_codepoints); in serialize() local
126 if (glyph_id_array == nullptr) in serialize()
142 glyph_id_array - id_range_offset - i)); in serialize()
149 glyph_id_array[j].set (new_gid); in serialize()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-cmap-table.hh125 … HBUINT16 *glyph_id_array = c->allocate_size<HBUINT16> (HBUINT16::static_size * num_codepoints); in serialize() local
126 if (glyph_id_array == nullptr) in serialize()
142 glyph_id_array - id_range_offset - i)); in serialize()
149 glyph_id_array[j].set (new_gid); in serialize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-cmap-table.hh125 … HBUINT16 *glyph_id_array = c->allocate_size<HBUINT16> (HBUINT16::static_size * num_codepoints); in serialize() local
126 if (glyph_id_array == nullptr) in serialize()
142 glyph_id_array - id_range_offset - i)); in serialize()
149 glyph_id_array[j].set (new_gid); in serialize()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/include/
H A Dhpdf_fontdef.h231 HPDF_UINT16 *glyph_id_array; member
/dports/print/libharu/libharu-RELEASE_2_3_0/include/
H A Dhpdf_fontdef.h231 HPDF_UINT16 *glyph_id_array; member
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/include/
H A Dhpdf_fontdef.h231 HPDF_UINT16 *glyph_id_array; member