Home
last modified time | relevance | path

Searched defs:glyphData (Results 1 – 25 of 141) sorted by relevance

123456

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/truetype/
H A DTTFGlyphOutputStream.java41 void streamGlyph(byte[] glyphData, int offset, int size) throws IOException; in streamGlyph()
/dports/graphics/netpbm/netpbm-10.91.01/other/
H A Dppmdmkfont.c563 const unsigned char * const glyphData) { in writeMovePen()
578 const unsigned char * const glyphData) { in writeMovePenNoop()
599 const unsigned char * const glyphData) { in writeDrawLine()
627 const unsigned char * const glyphData = fontData[relativeCodePoint]; in writeBuiltinCharacter() local
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/ps/fonts/
H A DPSTTFGlyphOutputStream.java54 public void streamGlyph(byte[] glyphData, int offset, int size) throws IOException { in streamGlyph()
/dports/math/vtk8/VTK-8.2.0/Filters/Modeling/Testing/Python/
H A DTestCookieCutter.py22 glyphData = vtk.vtkPolyData() variable
H A DTestContourLoopExtraction.py51 glyphData = vtk.vtkPolyData() variable
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/Testing/Python/
H A DTestCookieCutter.py22 glyphData = vtk.vtkPolyData() variable
H A DTestContourLoopExtraction.py51 glyphData = vtk.vtkPolyData() variable
/dports/x11-fonts/gofont-ttf/image-f315e440302883054d0c2bd85486878cb4f8572c/font/sfnt/
H A Dsfnt.go999 type glyphData struct { struct
1004 locations []uint32
1010 gsubrs []uint32
1011 singleSubrs []uint32
1012 multiSubrs [][]uint32
1014 fdSelect fdSelect
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/opentype/
H A Dotkern.cpp210 …0(const BLOTFaceImpl* faceI, const void* dataPtr, size_t dataSize, uint32_t* glyphData, BLGlyphPla… in applyKernFormat0()
240 …2(const BLOTFaceImpl* faceI, const void* dataPtr, size_t dataSize, uint32_t* glyphData, BLGlyphPla… in applyKernFormat2()
298 …3(const BLOTFaceImpl* faceI, const void* dataPtr, size_t dataSize, uint32_t* glyphData, BLGlyphPla… in applyKernFormat3()
345 static BL_INLINE void finishKern(const BLOTFaceImpl* faceI, uint32_t* glyphData, BLGlyphPlacement* … in finishKern()
355 static BLResult BL_CDECL applyKern(const BLFontFaceImpl* faceI_, uint32_t* glyphData, BLGlyphPlacem… in applyKern()
H A Dotmetrics.cpp42 static BLResult BL_CDECL getGlyphAdvances(const BLFontFaceImpl* faceI_, const uint32_t* glyphData, … in getGlyphAdvances()
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/font/sfnt/
H A Dsfnt.go1080 type glyphData struct { struct
1085 locations []uint32
1091 gsubrs []uint32
1092 singleSubrs []uint32
1093 multiSubrs [][]uint32
1095 fdSelect fdSelect
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/image/font/sfnt/
H A Dsfnt.go1132 type glyphData struct { struct
1137 locations []uint32
1143 gsubrs []uint32
1144 singleSubrs []uint32
1145 multiSubrs [][]uint32
1147 fdSelect fdSelect
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/image/font/sfnt/
H A Dsfnt.go1080 type glyphData struct { struct
1085 locations []uint32
1091 gsubrs []uint32
1092 singleSubrs []uint32
1093 multiSubrs [][]uint32
1095 fdSelect fdSelect
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/image/font/sfnt/
H A Dsfnt.go1132 type glyphData struct { struct
1137 locations []uint32
1143 gsubrs []uint32
1144 singleSubrs []uint32
1145 multiSubrs [][]uint32
1147 fdSelect fdSelect
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/font/sfnt/
H A Dsfnt.go1080 type glyphData struct { struct
1085 locations []uint32
1091 gsubrs []uint32
1092 singleSubrs []uint32
1093 multiSubrs [][]uint32
1095 fdSelect fdSelect
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/image/font/sfnt/
H A Dsfnt.go1080 type glyphData struct { struct
1085 locations []uint32
1091 gsubrs []uint32
1092 singleSubrs []uint32
1093 multiSubrs [][]uint32
1095 fdSelect fdSelect
/dports/x11/wallutils/wallutils-5.10.0/vendor/golang.org/x/image/image-6944b10bf410/font/sfnt/
H A Dsfnt.go1132 type glyphData struct { struct
1137 locations []uint32
1143 gsubrs []uint32
1144 singleSubrs []uint32
1145 multiSubrs [][]uint32
1147 fdSelect fdSelect
/dports/devel/love07/love-HEAD/src/modules/font/freetype/
H A DTrueTypeRasterizer.cpp90 GlyphData * glyphData = new GlyphData(glyph, glyphMetrics, GlyphData::FORMAT_LUMINANCE_ALPHA); in getGlyphData() local
/dports/devel/love08/love-0.8.0/src/modules/font/freetype/
H A DTrueTypeRasterizer.cpp90 GlyphData * glyphData = new GlyphData(glyph, glyphMetrics, GlyphData::FORMAT_LUMINANCE_ALPHA); in getGlyphData() local
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dglyphbuffer.cpp97 uint32_t* glyphData = d->content; in blInternalGlyphBufferData_setGlyphIds() local
275 BLResult blGlyphBufferSetGlyphIds(BLGlyphBufferCore* self, const void* glyphData, intptr_t glyphAdv… in blGlyphBufferSetGlyphIds()
H A Dfont.cpp389 const uint32_t* glyphData, in blNullFontFaceGetGlyphBounds()
399 const uint32_t* glyphData, in blNullFontFaceGetGlyphAdvances()
421 uint32_t* glyphData, in blNullFontFaceApplyKern()
448 uint32_t* glyphData, in blNullFontFacePositionGlyphs()
826 const uint32_t* glyphData = gbI->content; in blFontGetTextMetrics() local
861 BLResult blFontGetGlyphBounds(const BLFontCore* self, const uint32_t* glyphData, intptr_t glyphAdva… in blFontGetGlyphBounds()
866 BLResult blFontGetGlyphAdvances(const BLFontCore* self, const uint32_t* glyphData, intptr_t glyphAd… in blFontGetGlyphAdvances()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DWidthIterator.cpp126 const GlyphData& glyphData = m_font->glyphDataForCharacter(c, rtl); in advance() local
H A DGlyphPage.h108 void setGlyphDataForIndex(unsigned index, const GlyphData& glyphData) in setGlyphDataForIndex()
/dports/devel/love10/love-0.10.2/src/modules/font/freetype/
H A DTrueTypeRasterizer.cpp111 GlyphData *glyphData = new GlyphData(glyph, glyphMetrics, GlyphData::FORMAT_LUMINANCE_ALPHA); in getGlyphData() local
/dports/devel/love/love-11.3/src/modules/font/freetype/
H A DTrueTypeRasterizer.cpp116 GlyphData *glyphData = new GlyphData(glyph, glyphMetrics, PIXELFORMAT_LA8); in getGlyphData() local

123456