Home
last modified time | relevance | path

Searched refs:maxComponentDepth (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ttLib/tables/
H A D_m_a_x_p.py73 maxComponentDepth = 0
93 maxComponentDepth = max(maxComponentDepth, componentDepth)
109 self.maxComponentDepth = maxComponentDepth
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A D_m_a_x_p.py75 maxComponentDepth = 0
95 maxComponentDepth = max(maxComponentDepth, componentDepth)
111 self.maxComponentDepth = maxComponentDepth
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/com/sun/pdfview/font/ttf/
H A DMaxpTable.java77 private int maxComponentDepth; field in MaxpTable
389 return this.maxComponentDepth & 0xFFFF; in getMaxComponentDepth()
396 public void setMaxComponentDepth(int maxComponentDepth) { in setMaxComponentDepth() argument
397 this.maxComponentDepth = maxComponentDepth; in setMaxComponentDepth()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/ot/table/
H A DMaxpTable.java37 private int maxComponentDepth; field in MaxpTable
60 maxComponentDepth = di.readUnsignedShort(); in MaxpTable()
69 return maxComponentDepth; in getMaxComponentDepth()
148 .append("\n maxComponentDepth: ").append(maxComponentDepth); in toString()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h38 SK_OT_USHORT maxComponentDepth; member
45 static_assert(offsetof(SkOTTableMaximumProfile_TT, maxComponentDepth) == 30, "SkOTTableMaximumProfi…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h38 SK_OT_USHORT maxComponentDepth; member
45 static_assert(offsetof(SkOTTableMaximumProfile_TT, maxComponentDepth) == 30, "SkOTTableMaximumProfi…
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h38 SK_OT_USHORT maxComponentDepth; member
45 static_assert(offsetof(SkOTTableMaximumProfile_TT, maxComponentDepth) == 30, "SkOTTableMaximumProfi…
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h38 SK_OT_USHORT maxComponentDepth; member
45 static_assert(offsetof(SkOTTableMaximumProfile_TT, maxComponentDepth) == 30, "SkOTTableMaximumProfi…
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h38 SK_OT_USHORT maxComponentDepth; member
45 static_assert(offsetof(SkOTTableMaximumProfile_TT, maxComponentDepth) == 30, "SkOTTableMaximumProfi…
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h38 SK_OT_USHORT maxComponentDepth; member
45 static_assert(offsetof(SkOTTableMaximumProfile_TT, maxComponentDepth) == 30, "SkOTTableMaximumProfi…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h38 SK_OT_USHORT maxComponentDepth; member
45 static_assert(offsetof(SkOTTableMaximumProfile_TT, maxComponentDepth) == 30, "SkOTTableMaximumProfi…
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h38 SK_OT_USHORT maxComponentDepth; member
45 static_assert(offsetof(SkOTTableMaximumProfile_TT, maxComponentDepth) == 30, "SkOTTableMaximumProfi…
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/libttf/
H A Dmaxp.c44 maxp->maxComponentDepth = ttfGetUSHORT(fp); in ttfLoadMAXP()
69 fprintf(fp,"\t maxCompoenetDepth:\t %d\n",maxp->maxComponentDepth); in ttfPrintMAXP()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dttload.c93 maxProfile->maxComponentDepth = GET_UShort(); in Load_TrueType_MaxProfile()
102 maxProfile->maxComponentDepth; in Load_TrueType_MaxProfile()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dttload.c93 maxProfile->maxComponentDepth = GET_UShort(); in Load_TrueType_MaxProfile()
102 maxProfile->maxComponentDepth; in Load_TrueType_MaxProfile()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dttload.c95 maxProfile->maxComponentDepth = GET_UShort(); in Load_TrueType_MaxProfile()
104 maxProfile->maxComponentDepth; in Load_TrueType_MaxProfile()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dttload.c95 maxProfile->maxComponentDepth = GET_UShort(); in Load_TrueType_MaxProfile()
104 maxProfile->maxComponentDepth; in Load_TrueType_MaxProfile()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dttload.c95 maxProfile->maxComponentDepth = GET_UShort(); in Load_TrueType_MaxProfile()
104 maxProfile->maxComponentDepth; in Load_TrueType_MaxProfile()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dttload.c95 maxProfile->maxComponentDepth = GET_UShort(); in Load_TrueType_MaxProfile()
104 maxProfile->maxComponentDepth; in Load_TrueType_MaxProfile()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/external/freetype-2.4.12/src/sfnt/
H A Dttload.c655 FT_FRAME_USHORT( maxComponentDepth ), in tt_face_load_maxp()
679 maxProfile->maxComponentDepth = 0; in tt_face_load_maxp()
707 if ( maxProfile->maxComponentDepth > 100 ) in tt_face_load_maxp()
711 maxProfile->maxComponentDepth )); in tt_face_load_maxp()
712 maxProfile->maxComponentDepth = 100; in tt_face_load_maxp()
/dports/devel/upp/upp/bazaar/FreeType/src/sfnt/
H A Dttload.c652 FT_FRAME_USHORT( maxComponentDepth ), in tt_face_load_maxp()
676 maxProfile->maxComponentDepth = 0; in tt_face_load_maxp()
704 if ( maxProfile->maxComponentDepth > 100 ) in tt_face_load_maxp()
708 maxProfile->maxComponentDepth )); in tt_face_load_maxp()
709 maxProfile->maxComponentDepth = 100; in tt_face_load_maxp()
/dports/devel/upp/upp/uppsrc/plugin/FT_fontsys/src/sfnt/
H A Dttload.c653 FT_FRAME_USHORT( maxComponentDepth ), in tt_face_load_maxp()
677 maxProfile->maxComponentDepth = 0; in tt_face_load_maxp()
705 if ( maxProfile->maxComponentDepth > 100 ) in tt_face_load_maxp()
709 maxProfile->maxComponentDepth )); in tt_face_load_maxp()
710 maxProfile->maxComponentDepth = 100; in tt_face_load_maxp()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/freetype2/src/sfnt/
H A Dttload.hpp658 FT_FRAME_USHORT( maxComponentDepth ), in tt_face_load_maxp()
682 maxProfile->maxComponentDepth = 0; in tt_face_load_maxp()
710 if ( maxProfile->maxComponentDepth > 100 ) in tt_face_load_maxp()
714 maxProfile->maxComponentDepth )); in tt_face_load_maxp()
715 maxProfile->maxComponentDepth = 100; in tt_face_load_maxp()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/freetype/src/sfnt/
H A Dttload.c653 FT_FRAME_USHORT( maxComponentDepth ), in tt_face_load_maxp()
677 maxProfile->maxComponentDepth = 0; in tt_face_load_maxp()
705 if ( maxProfile->maxComponentDepth > 100 ) in tt_face_load_maxp()
709 maxProfile->maxComponentDepth )); in tt_face_load_maxp()
710 maxProfile->maxComponentDepth = 100; in tt_face_load_maxp()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/freetype/vtkfreetype/src/sfnt/
H A Dttload.c653 FT_FRAME_USHORT( maxComponentDepth ), in tt_face_load_maxp()
677 maxProfile->maxComponentDepth = 0; in tt_face_load_maxp()
705 if ( maxProfile->maxComponentDepth > 100 ) in tt_face_load_maxp()
709 maxProfile->maxComponentDepth )); in tt_face_load_maxp()
710 maxProfile->maxComponentDepth = 100; in tt_face_load_maxp()

12345678910>>...17