Home
last modified time | relevance | path

Searched refs:maxContours (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ttLib/tables/
H A D_m_a_x_p.py69 maxContours = 0
87 maxContours = max(maxContours, nContours)
105 self.maxContours = maxContours
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A D_m_a_x_p.py71 maxContours = 0
89 maxContours = max(maxContours, nContours)
107 self.maxContours = maxContours
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/com/sun/pdfview/font/ttf/
H A DMaxpTable.java44 private int maxContours; field in MaxpTable
213 return this.maxContours & 0xFFFF; in getMaxContours()
220 public void setMaxContours(int maxContours) { in setMaxContours() argument
221 this.maxContours = maxContours; in setMaxContours()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/ot/table/
H A DMaxpTable.java26 private int maxContours; field in MaxpTable
49 maxContours = di.readUnsignedShort(); in MaxpTable()
85 return maxContours; in getMaxContours()
137 .append("\n maxContours: ").append(maxContours) in toString()
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/libttf/
H A Dgcache.c204 USHORT maxContours = font->maxp->maxContours; in ttfAllocCacheData() local
207 font->gcache->glyf.endPtsOfContours = XCALLOC (numCache*maxContours, USHORT); in ttfAllocCacheData()
219 USHORT maxContours = font->maxp->maxContours; in ttfInitCacheData() local
230 cur->glyf.endPtsOfContours = tmp->glyf.endPtsOfContours + maxContours; in ttfInitCacheData()
H A Dmaxp.c33 maxp->maxContours = ttfGetUSHORT(fp); in ttfLoadMAXP()
58 fprintf(fp,"\t maxContours:\t\t %d\n",maxp->maxContours); in ttfPrintMAXP()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DTrueTypeScaler.java148 int maxContours, maxPoints; in TrueTypeScaler() local
151 maxContours = Math.max(/* maxContours */ (int) maxp.getChar(8), in TrueTypeScaler()
168 maxContours, maxPoints, in TrueTypeScaler()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DTrueTypeScaler.java148 int maxContours, maxPoints; in TrueTypeScaler() local
151 maxContours = Math.max(/* maxContours */ (int) maxp.getChar(8), in TrueTypeScaler()
168 maxContours, maxPoints, in TrueTypeScaler()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DTrueTypeScaler.java148 int maxContours, maxPoints; in TrueTypeScaler() local
151 maxContours = Math.max(/* maxContours */ (int) maxp.getChar(8), in TrueTypeScaler()
168 maxContours, maxPoints, in TrueTypeScaler()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DTrueTypeScaler.java148 int maxContours, maxPoints; in TrueTypeScaler() local
151 maxContours = Math.max(/* maxContours */ (int) maxp.getChar(8), in TrueTypeScaler()
168 maxContours, maxPoints, in TrueTypeScaler()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DTrueTypeScaler.java148 int maxContours, maxPoints; in TrueTypeScaler() local
151 maxContours = Math.max(/* maxContours */ (int) maxp.getChar(8), in TrueTypeScaler()
168 maxContours, maxPoints, in TrueTypeScaler()
/dports/print/freetype/freetype-1.3.1/lib/
H A Dttobjs.c149 UShort maxContours ) in New_Glyph_Zone() argument
157 ALLOC( pts->contours, maxContours * sizeof ( Short ) ) ) in New_Glyph_Zone()
357 exec->maxContours = 0; in Context_Destroy()
404 exec->maxContours = 0; in Context_Create()
484 UShort* maxContours, in Update_Zone() argument
488 if ( *maxPoints < newPoints || *maxContours < newContours ) in Update_Zone()
500 *maxContours = newContours; in Update_Zone()
573 &exec->maxContours, in Context_Load()
575 exec->face->maxContours ); in Context_Load()
1311 glyph->face->maxContours, in Glyph_Create()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dttload.c80 maxProfile->maxContours = GET_UShort(); in Load_TrueType_MaxProfile()
99 face->maxContours = MAX( maxProfile->maxCompositeContours, in Load_TrueType_MaxProfile()
100 maxProfile->maxContours ); in Load_TrueType_MaxProfile()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dttload.c80 maxProfile->maxContours = GET_UShort(); in Load_TrueType_MaxProfile()
99 face->maxContours = MAX( maxProfile->maxCompositeContours, in Load_TrueType_MaxProfile()
100 maxProfile->maxContours ); in Load_TrueType_MaxProfile()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dttload.c82 maxProfile->maxContours = GET_UShort(); in Load_TrueType_MaxProfile()
101 face->maxContours = MAX( maxProfile->maxCompositeContours, in Load_TrueType_MaxProfile()
102 maxProfile->maxContours ); in Load_TrueType_MaxProfile()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dttload.c82 maxProfile->maxContours = GET_UShort(); in Load_TrueType_MaxProfile()
101 face->maxContours = MAX( maxProfile->maxCompositeContours, in Load_TrueType_MaxProfile()
102 maxProfile->maxContours ); in Load_TrueType_MaxProfile()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dttload.c82 maxProfile->maxContours = GET_UShort(); in Load_TrueType_MaxProfile()
101 face->maxContours = MAX( maxProfile->maxCompositeContours, in Load_TrueType_MaxProfile()
102 maxProfile->maxContours ); in Load_TrueType_MaxProfile()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dttload.c82 maxProfile->maxContours = GET_UShort(); in Load_TrueType_MaxProfile()
101 face->maxContours = MAX( maxProfile->maxCompositeContours, in Load_TrueType_MaxProfile()
102 maxProfile->maxContours ); in Load_TrueType_MaxProfile()
/dports/print/freetype/freetype-1.3.1/pascal/lib/
H A Dttload.pas316 maxContours := GET_UShort;
354 maxContours := MaxProfile.maxCompositeContours;
355 if maxContours < MaxProfile.maxContours then
356 maxContours := MaxProfile.maxContours;
370 inc( maxContours, 4 );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Dttload.pas317 maxContours := GET_UShort;
355 maxContours := MaxProfile.maxCompositeContours;
356 if maxContours < MaxProfile.maxContours then
357 maxContours := MaxProfile.maxContours;
371 inc( maxContours, 4 );
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dttload.pas317 maxContours := GET_UShort;
355 maxContours := MaxProfile.maxCompositeContours;
356 if maxContours < MaxProfile.maxContours then
357 maxContours := MaxProfile.maxContours;
371 inc( maxContours, 4 );
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Recast/source/
H A DRecastContour.cpp635 int maxContours = rcMax((int)chf.maxRegions, 8); in rcBuildContours() local
636 cset.conts = (rcContour*)rcAlloc(sizeof(rcContour)*maxContours, RC_ALLOC_PERM); in rcBuildContours()
722 if (cset.nconts >= maxContours) in rcBuildContours()
726 const int oldMax = maxContours; in rcBuildContours()
727 maxContours *= 2; in rcBuildContours()
728 rcContour* newConts = (rcContour*)rcAlloc(sizeof(rcContour)*maxContours, RC_ALLOC_PERM); in rcBuildContours()
739 …log(RC_LOG_WARNING, "rcBuildContours: Expanding max contours from %d to %d.", oldMax, maxContours); in rcBuildContours()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Dttload.pas317 maxContours := GET_UShort;
355 maxContours := MaxProfile.maxCompositeContours;
356 if maxContours < MaxProfile.maxContours then
357 maxContours := MaxProfile.maxContours;
371 inc( maxContours, 4 );
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dttload.pas317 maxContours := GET_UShort;
355 maxContours := MaxProfile.maxCompositeContours;
356 if maxContours < MaxProfile.maxContours then
357 maxContours := MaxProfile.maxContours;
371 inc( maxContours, 4 );
/dports/x11-servers/Xfstt/xfstt-1.11/libfstt/
H A Dtable_maxp.cc32 maxContours = readSShort(); in MaxpTable()

12345678910>>...26