Home
last modified time | relevance | path

Searched refs:maxStackElements (Results 251 – 275 of 371) sorted by relevance

1...<<1112131415

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libfreetype/src/sfnt/
H A Dttload.c725 FT_FRAME_USHORT( maxStackElements ), in tt_face_load_maxp()
749 maxProfile->maxStackElements = 0; in tt_face_load_maxp()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libfreetype/src/sfnt/
H A Dttload.c750 FT_FRAME_USHORT( maxStackElements ), in tt_face_load_maxp()
774 maxProfile->maxStackElements = 0; in tt_face_load_maxp()
/dports/mail/thunderbird/thunderbird-91.8.0/modules/freetype2/src/sfnt/
H A Dttload.c750 FT_FRAME_USHORT( maxStackElements ), in tt_face_load_maxp()
774 maxProfile->maxStackElements = 0; in tt_face_load_maxp()
/dports/lang/spidermonkey78/firefox-78.9.0/modules/freetype2/src/sfnt/
H A Dttload.c751 FT_FRAME_USHORT( maxStackElements ), in tt_face_load_maxp()
775 maxProfile->maxStackElements = 0; in tt_face_load_maxp()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libfreetype/src/sfnt/
H A Dttload.c743 FT_FRAME_USHORT( maxStackElements ), in tt_face_load_maxp()
767 maxProfile->maxStackElements = 0; in tt_face_load_maxp()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttload.c743 FT_FRAME_USHORT( maxStackElements ), in tt_face_load_maxp()
767 maxProfile->maxStackElements = 0; in tt_face_load_maxp()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttload.c743 FT_FRAME_USHORT( maxStackElements ), in tt_face_load_maxp()
767 maxProfile->maxStackElements = 0; in tt_face_load_maxp()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttload.c743 FT_FRAME_USHORT( maxStackElements ), in tt_face_load_maxp()
767 maxProfile->maxStackElements = 0; in tt_face_load_maxp()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttload.c743 FT_FRAME_USHORT( maxStackElements ), in tt_face_load_maxp()
767 maxProfile->maxStackElements = 0; in tt_face_load_maxp()
/dports/graphics/sdl2_ttf/SDL2_ttf-2.0.15/external/freetype-2.9.1/src/sfnt/
H A Dttload.c725 FT_FRAME_USHORT( maxStackElements ), in tt_face_load_maxp()
749 maxProfile->maxStackElements = 0; in tt_face_load_maxp()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/sfnt/
H A Dttload.c743 FT_FRAME_USHORT( maxStackElements ), in tt_face_load_maxp()
767 maxProfile->maxStackElements = 0; in tt_face_load_maxp()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dtt_table.w126 p += sfnt_put_ushort(p, table->maxStackElements);
152 table->maxStackElements = sfnt_get_ushort(sfont);
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dtt_table.w126 p += sfnt_put_ushort(p, table->maxStackElements);
152 table->maxStackElements = sfnt_get_ushort(sfont);
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dtt_table.w126 p += sfnt_put_ushort(p, table->maxStackElements);
152 table->maxStackElements = sfnt_get_ushort(sfont);
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/font/
H A Dft_truetype.h286 tt_ushort maxStackElements; member
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/font/
H A Dft_truetype.h286 tt_ushort maxStackElements; member
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/include/
H A Dtables.h391 USHORT maxStackElements; member
/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfTTFWriter.h131 pdf_ttf_ushort maxStackElements; ///< Maximum stack depth member
/dports/devel/fpc-fcl-pdf/fpc-3.2.2/packages/fcl-pdf/src/
H A Dfpparsettf.pp100 maxStackElements : UInt16;
494 maxStackElements :=BEtoN(maxStackElements);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-pdf/src/
H A Dfpparsettf.pp100 maxStackElements : UInt16;
494 maxStackElements :=BEtoN(maxStackElements);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Dttobjs.pas1154 stackSize := face^.MaxProfile.maxStackElements + 32;
1328 face^.maxProfile.maxStackElements+32 );
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dttobjs.pas1153 stackSize := face^.MaxProfile.maxStackElements + 32;
1327 face^.maxProfile.maxStackElements+32 );
/dports/print/freetype/freetype-1.3.1/pascal/lib/
H A Dttobjs.pas1156 stackSize := face^.MaxProfile.maxStackElements + 32;
1332 face^.maxProfile.maxStackElements+32 );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Dttobjs.pas1154 stackSize := face^.MaxProfile.maxStackElements + 32;
1328 face^.maxProfile.maxStackElements+32 );
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dttobjs.pas1153 stackSize := face^.MaxProfile.maxStackElements + 32;
1327 face^.maxProfile.maxStackElements+32 );

1...<<1112131415