Home
last modified time | relevance | path

Searched refs:glyphID (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DLookups.h61 …inline le_int32 getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LE…
63 …const LEReferenceTo<LookupSubtable> &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &suc…
66 …inline le_int32 getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &su…
68 …lyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &suc…
91 …e::getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LEErrorCode &suc… in LE_VAR_ARRAY()
93 return getGlyphCoverage(base, coverageTableOffset, glyphID, success); in LE_VAR_ARRAY()
96 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, … in getGlyphCoverage() argument
98 return getGlyphCoverage(thisRef, glyphID, success); in getGlyphCoverage()
101 …lyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &suc… in getGlyphCoverage() argument
103 return getGlyphCoverage(thisRef, tableOffset, glyphID, success); in getGlyphCoverage()
H A DCoverageTables.cpp40 le_int32 CoverageTable::getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCo… in getGlyphCoverage() argument
53 return f1Table->getGlyphCoverage(f1Table, glyphID, success); in getGlyphCoverage()
60 return f2Table->getGlyphCoverage(f2Table, glyphID, success); in getGlyphCoverage()
68 …e::getGlyphCoverage(LEReferenceTo<CoverageFormat1Table> &base, LEGlyphID glyphID, LEErrorCode &suc… in getGlyphCoverage() argument
72 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphCoverage()
107 …e::getGlyphCoverage(LEReferenceTo<CoverageFormat2Table> &base, LEGlyphID glyphID, LEErrorCode &suc… in getGlyphCoverage() argument
111 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphCoverage()
H A DClassDefinitionTables.cpp40 le_int32 ClassDefinitionTable::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErr… in getGlyphClass() argument
52 return f1Table->getGlyphClass(f1Table, glyphID, success); in getGlyphClass()
58 return f2Table->getGlyphClass(f2Table, glyphID, success); in getGlyphClass()
92 le_int32 ClassDefFormat1Table::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErr… in getGlyphClass() argument
98 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphClass()
125 le_int32 ClassDefFormat2Table::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErr… in getGlyphClass() argument
128 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphClass()
H A DClassDefinitionTables.h49 …le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) con…
53 le_int32 getGlyphClass(LEGlyphID glyphID) const { in getGlyphClass()
56 return getGlyphClass(base,glyphID,ignored); in getGlyphClass()
73 …le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) cons…
91 …le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) cons…
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DLookups.h61 …inline le_int32 getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LE…
63 …const LEReferenceTo<LookupSubtable> &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &suc…
66 …inline le_int32 getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &su…
68 …lyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &suc…
91 …e::getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LEErrorCode &suc… in LE_VAR_ARRAY()
93 return getGlyphCoverage(base, coverageTableOffset, glyphID, success); in LE_VAR_ARRAY()
96 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, … in getGlyphCoverage() argument
98 return getGlyphCoverage(thisRef, glyphID, success); in getGlyphCoverage()
101 …lyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &suc… in getGlyphCoverage() argument
103 return getGlyphCoverage(thisRef, tableOffset, glyphID, success); in getGlyphCoverage()
H A DCoverageTables.cpp40 le_int32 CoverageTable::getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCo… in getGlyphCoverage() argument
53 return f1Table->getGlyphCoverage(f1Table, glyphID, success); in getGlyphCoverage()
60 return f2Table->getGlyphCoverage(f2Table, glyphID, success); in getGlyphCoverage()
68 …e::getGlyphCoverage(LEReferenceTo<CoverageFormat1Table> &base, LEGlyphID glyphID, LEErrorCode &suc… in getGlyphCoverage() argument
72 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphCoverage()
107 …e::getGlyphCoverage(LEReferenceTo<CoverageFormat2Table> &base, LEGlyphID glyphID, LEErrorCode &suc… in getGlyphCoverage() argument
111 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphCoverage()
H A DClassDefinitionTables.cpp40 le_int32 ClassDefinitionTable::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErr… in getGlyphClass() argument
52 return f1Table->getGlyphClass(f1Table, glyphID, success); in getGlyphClass()
58 return f2Table->getGlyphClass(f2Table, glyphID, success); in getGlyphClass()
92 le_int32 ClassDefFormat1Table::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErr… in getGlyphClass() argument
98 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphClass()
125 le_int32 ClassDefFormat2Table::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErr… in getGlyphClass() argument
128 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphClass()
H A DClassDefinitionTables.h49 …le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) con…
53 le_int32 getGlyphClass(LEGlyphID glyphID) const { in getGlyphClass()
56 return getGlyphClass(base,glyphID,ignored); in getGlyphClass()
73 …le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) cons…
91 …le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) cons…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkGlyph.h55 constexpr explicit SkPackedGlyphID(SkGlyphID glyphID) in SkPackedGlyphID()
56 : fID{(uint32_t)glyphID << kGlyphID} { } in SkPackedGlyphID()
58 constexpr SkPackedGlyphID(SkGlyphID glyphID, SkFixed x, SkFixed y) in SkPackedGlyphID()
59 : fID {PackIDXY(glyphID, x, y)} { } in SkPackedGlyphID()
62 : fID {PackIDSubXSubY(glyphID, x, y)} { } in SkPackedGlyphID()
64 SkPackedGlyphID(SkGlyphID glyphID, SkPoint pt, SkIPoint mask) in SkPackedGlyphID()
65 : fID{PackIDSkPoint(glyphID, pt, mask)} { } in SkPackedGlyphID()
81 SkGlyphID glyphID() const { in glyphID() function
159 return (glyphID << kGlyphID) | sub[0] | sub[1]; in PackIDSkPoint()
163 return PackIDSubXSubY(glyphID, FixedToSub(x), FixedToSub(y)); in PackIDXY()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkGlyph.h54 constexpr explicit SkPackedGlyphID(SkGlyphID glyphID) in SkPackedGlyphID()
55 : fID{(uint32_t)glyphID << kGlyphID} { } in SkPackedGlyphID()
57 constexpr SkPackedGlyphID(SkGlyphID glyphID, SkFixed x, SkFixed y) in SkPackedGlyphID()
58 : fID {PackIDXY(glyphID, x, y)} { } in SkPackedGlyphID()
61 : fID {PackIDSubXSubY(glyphID, x, y)} { } in SkPackedGlyphID()
63 SkPackedGlyphID(SkGlyphID glyphID, SkPoint pt, SkIPoint mask) in SkPackedGlyphID()
64 : fID{PackIDSkPoint(glyphID, pt, mask)} { } in SkPackedGlyphID()
80 SkGlyphID glyphID() const { in glyphID() function
158 return (glyphID << kGlyphID) | sub[0] | sub[1]; in PackIDSkPoint()
162 return PackIDSubXSubY(glyphID, FixedToSub(x), FixedToSub(y)); in PackIDXY()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/fonts/
H A DTestTypeface.cpp94 SkGlyphID glyphID = glyph->getGlyphID(); in getAdvance() local
95 glyphID = glyphID < fTestFont->fCharCodesCount ? glyphID : 0; in getAdvance()
98 glyph->fAdvanceX = SkFixedToFloat(fTestFont->fWidths[glyphID]); in getAdvance()
104 SkPath TestTypeface::getPath(SkGlyphID glyphID) { in getPath() argument
105 glyphID = glyphID < fTestFont->fCharCodesCount ? glyphID : 0; in getPath()
106 return fTestFont->fPaths[glyphID]; in getPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DSkGlyphBufferTest.cpp106 for (auto [i, glyphID, pos] : SkMakeEnumerate(rejects.source())) { in DEF_TEST()
107 REPORTER_ASSERT(reporter, glyphID == std::get<0>(source[i])); in DEF_TEST()
115 for (auto [i, glyphID, pos] : SkMakeEnumerate(rejects.source())) { in DEF_TEST()
118 REPORTER_ASSERT(reporter, glyphID == std::get<0>(source[j])); in DEF_TEST()
126 for (auto [i, glyphID, pos] : SkMakeEnumerate(rejects.source())) { in DEF_TEST()
129 REPORTER_ASSERT(reporter, glyphID == std::get<0>(source[j])); in DEF_TEST()
135 for (auto [i, glyphID, pos] : SkMakeEnumerate(rejects.source())) { in DEF_TEST()
136 REPORTER_ASSERT(reporter, glyphID == std::get<0>(source[i])); in DEF_TEST()
145 for (auto [i, glyphID, pos] : SkMakeEnumerate(rejects.source())) { in DEF_TEST()
148 REPORTER_ASSERT(reporter, glyphID == std::get<0>(source[j])); in DEF_TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/fonts/
H A DTestTypeface.cpp97 SkGlyphID glyphID = glyph->getGlyphID(); in getAdvance() local
98 glyphID = glyphID < fTestFont->fCharCodesCount ? glyphID : 0; in getAdvance()
101 glyph->fAdvanceX = SkFixedToFloat(fTestFont->fWidths[glyphID]); in getAdvance()
107 void TestTypeface::getPath(SkGlyphID glyphID, SkPath* path) { in getPath() argument
108 glyphID = glyphID < fTestFont->fCharCodesCount ? glyphID : 0; in getPath()
109 *path = *fTestFont->fPaths[glyphID]; in getPath()
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ttLib/tables/
H A D_p_o_s_t.py92 for glyphID in range(numGlyphs):
93 index = indices[glyphID]
102 glyphOrder[glyphID] = name
160 for glyphID in range(numGlyphs):
161 glyphName = glyphOrder[glyphID]
184 for glyphID in glyphOrder:
185 glyphID = glyphID.split('#')[0]
186 if glyphID in agl.AGL2UV:
187 indices.append(agl.AGL2UV[glyphID])
188 elif len(glyphID) == 7 and glyphID[:3] == 'uni':
[all …]
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A D_p_o_s_t.py91 for glyphID in range(numGlyphs):
92 index = indices[glyphID]
101 glyphOrder[glyphID] = name
159 for glyphID in range(numGlyphs):
160 glyphName = glyphOrder[glyphID]
183 for glyphID in glyphOrder:
184 glyphID = glyphID.split('#')[0]
185 if glyphID in agl.AGL2UV:
186 indices.append(agl.AGL2UV[glyphID])
187 elif len(glyphID) == 7 and glyphID[:3] == 'uni':
[all …]
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/com/sun/pdfview/font/ttf/
H A DLocaTable.java54 public int getOffset(int glyphID) { in getOffset() argument
55 return offsets[glyphID]; in getOffset()
61 public int getSize(int glyphID) { in getSize() argument
62 return offsets[glyphID + 1] - offsets[glyphID]; in getSize()
H A DHmtxTable.java56 public short getAdvance(int glyphID) { in getAdvance() argument
57 if (glyphID < advanceWidths.length) { in getAdvance()
58 return advanceWidths[glyphID]; in getAdvance()
65 public short getLeftSideBearing(int glyphID) { in getLeftSideBearing() argument
66 return leftSideBearings[glyphID]; in getLeftSideBearing()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkStrike.cpp57 SkGlyph* SkStrike::glyph(SkGlyphID glyphID) { in glyph() argument
58 return this->glyph(SkPackedGlyphID{glyphID}); in glyph()
61 SkGlyph* SkStrike::glyph(SkGlyphID glyphID, SkPoint position) { in glyph() argument
65 return this->glyph(SkPackedGlyphID{glyphID, subX, subY}); in glyph()
114 for (auto glyphID : glyphIDs) { in internalPrepare() local
115 SkGlyph* glyphPtr = this->glyph(glyphID); in internalPrepare()
147 const SkGlyph* SkStrike::getCachedGlyphAnySubPix(SkGlyphID glyphID, in getCachedGlyphAnySubPix() argument
151 SkPackedGlyphID packedGlyphID{glyphID, subX, subY}; in getCachedGlyphAnySubPix()
175 for (auto glyphID : glyphIDs) { in prepareImages() local
176 SkGlyph* glyphPtr = this->glyph(glyphID); in prepareImages()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkStrike.cpp57 SkGlyph* SkStrike::glyph(SkGlyphID glyphID) { in glyph() argument
58 return this->glyph(SkPackedGlyphID{glyphID}); in glyph()
61 SkGlyph* SkStrike::glyph(SkGlyphID glyphID, SkPoint position) { in glyph() argument
65 return this->glyph(SkPackedGlyphID{glyphID, subX, subY}); in glyph()
114 for (auto glyphID : glyphIDs) { in internalPrepare() local
115 SkGlyph* glyphPtr = this->glyph(glyphID); in internalPrepare()
147 const SkGlyph* SkStrike::getCachedGlyphAnySubPix(SkGlyphID glyphID, in getCachedGlyphAnySubPix() argument
151 SkPackedGlyphID packedGlyphID{glyphID, subX, subY}; in getCachedGlyphAnySubPix()
175 for (auto glyphID : glyphIDs) { in prepareImages() local
176 SkGlyph* glyphPtr = this->glyph(glyphID); in prepareImages()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkStrike.cpp57 SkGlyph* SkStrike::glyph(SkGlyphID glyphID) { in glyph() argument
58 return this->glyph(SkPackedGlyphID{glyphID}); in glyph()
61 SkGlyph* SkStrike::glyph(SkGlyphID glyphID, SkPoint position) { in glyph() argument
65 return this->glyph(SkPackedGlyphID{glyphID, subX, subY}); in glyph()
114 for (auto glyphID : glyphIDs) { in internalPrepare() local
115 SkGlyph* glyphPtr = this->glyph(glyphID); in internalPrepare()
147 const SkGlyph* SkStrike::getCachedGlyphAnySubPix(SkGlyphID glyphID, in getCachedGlyphAnySubPix() argument
151 SkPackedGlyphID packedGlyphID{glyphID, subX, subY}; in getCachedGlyphAnySubPix()
175 for (auto glyphID : glyphIDs) { in prepareImages() local
176 SkGlyph* glyphPtr = this->glyph(glyphID); in prepareImages()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkStrike.cpp57 SkGlyph* SkStrike::glyph(SkGlyphID glyphID) { in glyph() argument
58 return this->glyph(SkPackedGlyphID{glyphID}); in glyph()
61 SkGlyph* SkStrike::glyph(SkGlyphID glyphID, SkPoint position) { in glyph() argument
65 return this->glyph(SkPackedGlyphID{glyphID, subX, subY}); in glyph()
114 for (auto glyphID : glyphIDs) { in internalPrepare() local
115 SkGlyph* glyphPtr = this->glyph(glyphID); in internalPrepare()
147 const SkGlyph* SkStrike::getCachedGlyphAnySubPix(SkGlyphID glyphID, in getCachedGlyphAnySubPix() argument
151 SkPackedGlyphID packedGlyphID{glyphID, subX, subY}; in getCachedGlyphAnySubPix()
175 for (auto glyphID : glyphIDs) { in prepareImages() local
176 SkGlyph* glyphPtr = this->glyph(glyphID); in prepareImages()
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/
H A DttFont.py553 return "glyph%.5d" % glyphID
557 glyphName = self.VIDDict[glyphID]
592 glyphID = int(glyphName[5:])
594 glyphID = None
595 if glyphID is None:
596 glyphID = self.last_vid -1
597 self.last_vid = glyphID
600 return glyphID
602 glyphID = d[glyphName]
606 return glyphID
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXLayoutInterface.h61 int getCachedGlyphBBox(uint16_t fontID, uint16_t glyphID, GlyphBBox* bbox);
62 void cacheGlyphBBox(uint16_t fontID, uint16_t glyphID, const GlyphBBox* bbox);
127 void getGlyphBounds(XeTeXLayoutEngine engine, uint32_t glyphID, GlyphBBox* bbox);
129 float getGlyphWidthFromEngine(XeTeXLayoutEngine engine, uint32_t glyphID);
131 void getGlyphHeightDepth(XeTeXLayoutEngine engine, uint32_t glyphID, float* height, float* depth);
133 void getGlyphSidebearings(XeTeXLayoutEngine engine, uint32_t glyphID, float* lsb, float* rsb);
135 float getGlyphItalCorr(XeTeXLayoutEngine engine, uint32_t glyphID);
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXLayoutInterface.h61 int getCachedGlyphBBox(uint16_t fontID, uint16_t glyphID, GlyphBBox* bbox);
62 void cacheGlyphBBox(uint16_t fontID, uint16_t glyphID, const GlyphBBox* bbox);
127 void getGlyphBounds(XeTeXLayoutEngine engine, uint32_t glyphID, GlyphBBox* bbox);
129 float getGlyphWidthFromEngine(XeTeXLayoutEngine engine, uint32_t glyphID);
131 void getGlyphHeightDepth(XeTeXLayoutEngine engine, uint32_t glyphID, float* height, float* depth);
133 void getGlyphSidebearings(XeTeXLayoutEngine engine, uint32_t glyphID, float* lsb, float* rsb);
135 float getGlyphItalCorr(XeTeXLayoutEngine engine, uint32_t glyphID);
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXLayoutInterface.h61 int getCachedGlyphBBox(uint16_t fontID, uint16_t glyphID, GlyphBBox* bbox);
62 void cacheGlyphBBox(uint16_t fontID, uint16_t glyphID, const GlyphBBox* bbox);
127 void getGlyphBounds(XeTeXLayoutEngine engine, uint32_t glyphID, GlyphBBox* bbox);
129 float getGlyphWidthFromEngine(XeTeXLayoutEngine engine, uint32_t glyphID);
131 void getGlyphHeightDepth(XeTeXLayoutEngine engine, uint32_t glyphID, float* height, float* depth);
133 void getGlyphSidebearings(XeTeXLayoutEngine engine, uint32_t glyphID, float* lsb, float* rsb);
135 float getGlyphItalCorr(XeTeXLayoutEngine engine, uint32_t glyphID);

12345678910>>...28