Home
last modified time | relevance | path

Searched refs:getGlyphCount (Results 51 – 75 of 154) sorted by relevance

1234567

/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DSegmentArrayProcessor.cpp65 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
H A DGXLayoutEngine2.cpp72 return glyphStorage.getGlyphCount(); in computeGlyphs()
H A DGXLayoutEngine.cpp76 return glyphStorage.getGlyphCount(); in computeGlyphs()
H A DSegmentArrayProcessor2.cpp65 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
H A DStateTableProcessor.cpp78 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DSegmentArrayProcessor2.cpp65 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
H A DStateTableProcessor.cpp78 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
/dports/devel/icu/icu/source/layoutex/layout/
H A DParagraphLayout.h239 inline le_int32 getGlyphCount() const;
690 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const in getGlyphCount() function
/dports/devel/icu-lx/icu/source/layoutex/layout/
H A DParagraphLayout.h239 inline le_int32 getGlyphCount() const;
690 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const in getGlyphCount() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkScalerContext.h282 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0; in glyphIDToChar()
285 unsigned getGlyphCount() { return this->generateGlyphCount(); } in getGlyphCount() function
/dports/devel/py-pyicu/PyICU-2.4.3/
H A Dlayoutengine.cpp382 DECLARE_METHOD(t_layoutengine, getGlyphCount, METH_NOARGS),
492 return PyInt_FromLong(self->object->getGlyphCount()); in t_layoutengine_getGlyphCount()
497 le_int32 num = self->object->getGlyphCount(); in t_layoutengine_getGlyphs()
513 le_int32 num = self->object->getGlyphCount(); in t_layoutengine_getCharIndices()
529 le_int32 num = self->object->getGlyphCount() + 1; in t_layoutengine_getGlyphPositions()
/dports/devel/icu-le-hb/icu-le-hb-1.0.3-7-g04505b2/src/
H A DLayoutEngine.h138 le_int32 getGlyphCount() const;
H A DLayoutEngine.cpp215 le_int32 LayoutEngine::getGlyphCount() const in getGlyphCount() function in LayoutEngine
348 return fGlyphStorage->getGlyphCount(); in layoutChars()
H A Dloengine.cpp70 return le->getGlyphCount(); in le_getGlyphCount()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkStrike.cpp103 unsigned SkStrike::getGlyphCount() const { in getGlyphCount() function in SkStrike
104 return fScalerContext->getGlyphCount(); in getGlyphCount()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkStrike.cpp103 unsigned SkStrike::getGlyphCount() const { in getGlyphCount() function in SkStrike
104 return fScalerContext->getGlyphCount(); in getGlyphCount()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkStrike.cpp103 unsigned SkStrike::getGlyphCount() const { in getGlyphCount() function in SkStrike
104 return fScalerContext->getGlyphCount(); in getGlyphCount()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkStrike.cpp103 unsigned SkStrike::getGlyphCount() const { in getGlyphCount() function in SkStrike
104 return fScalerContext->getGlyphCount(); in getGlyphCount()
/dports/devel/love/love-11.3/src/modules/font/
H A Dwrap_Rasterizer.cpp97 lua_pushinteger(L, t->getGlyphCount()); in w_Rasterizer_getGlyphCount()
H A DImageRasterizer.cpp141 int ImageRasterizer::getGlyphCount() const in getGlyphCount() function in love::font::ImageRasterizer
/dports/devel/love10/love-0.10.2/src/modules/font/
H A Dwrap_Rasterizer.cpp97 lua_pushinteger(L, t->getGlyphCount()); in w_Rasterizer_getGlyphCount()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrPathRendering.cpp63 return fScalerContext->getGlyphCount(); in getNumPaths()
/dports/devel/py-pyicu/PyICU-2.4.3/test/
H A Dtest_LayoutEngine.py124 self.assertEqual(self.layout.getGlyphCount(), 13)
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrPathRendering.cpp59 return fScalerContext->getGlyphCount(); in getNumPaths()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/complexscripts/scripts/
H A DDefaultScriptProcessor.java84 int ng = gs.getGlyphCount(); in reorderCombiningMarks()

1234567