Home
last modified time | relevance | path

Searched refs:FontLib (Results 1 – 25 of 44) sorted by relevance

12

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-font-lib/src/FontLib/TrueType/
H A DFile.php9 namespace FontLib\TrueType;
11 use FontLib\AdobeFontMetrics;
12 use FontLib\Font;
13 use FontLib\BinaryStream;
14 use FontLib\Table\Table;
15 use FontLib\Table\DirectoryEntry;
16 use FontLib\Table\Type\glyf;
17 use FontLib\Table\Type\name;
18 use FontLib\Table\Type\nameRecord;
H A DHeader.php9 namespace FontLib\TrueType;
16 class Header extends \FontLib\Header {
H A DTableDirectoryEntry.php9 namespace FontLib\TrueType;
11 use FontLib\Table\DirectoryEntry;
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-font-lib/src/FontLib/Table/
H A DTable.php8 namespace FontLib\Table;
10 use FontLib\TrueType\File;
11 use FontLib\Font;
12 use FontLib\BinaryStream;
H A DDirectoryEntry.php8 namespace FontLib\Table;
10 use FontLib\TrueType\File;
11 use FontLib\Font;
12 use FontLib\BinaryStream;
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-font-lib/src/FontLib/Glyph/
H A DOutline.php9 namespace FontLib\Glyph;
11 use FontLib\Table\Type\glyf;
12 use FontLib\TrueType\File;
13 use FontLib\BinaryStream;
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-font-lib/src/FontLib/Table/Type/
H A DnameRecord.php8 namespace FontLib\Table\Type;
10 use FontLib\Font;
11 use FontLib\BinaryStream;
H A Dpost.php9 namespace FontLib\Table\Type;
10 use FontLib\Table\Table;
11 use FontLib\TrueType\File;
H A Dglyf.php9 namespace FontLib\Table\Type;
11 use FontLib\Table\Table;
12 use FontLib\Glyph\Outline;
13 use FontLib\Glyph\OutlineSimple;
H A Dname.php9 namespace FontLib\Table\Type;
11 use FontLib\Table\Table;
12 use FontLib\Font;
H A Dmaxp.php9 namespace FontLib\Table\Type;
10 use FontLib\Table\Table;
H A Dhead.php9 namespace FontLib\Table\Type;
10 use FontLib\Table\Table;
H A Dhhea.php9 namespace FontLib\Table\Type;
10 use FontLib\Table\Table;
H A Dos2.php9 namespace FontLib\Table\Type;
10 use FontLib\Table\Table;
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp121 class FontLib;
132 static std::vector<FontLib *> fontLibList;
483 class FontLib { class
485 FontLib() { in FontLib() function in FontLib
765 DISALLOW_COPY_AND_ASSIGN(FontLib);
833 static FontLib *GetFontLib(u32 handle) { in GetFontLib()
1002 FontLib *newLib = new FontLib(paramPtr, errorCodePtr); in sceFontNewLib()
1011 FontLib *fl = GetFontLib(fontLibHandle); in sceFontDoneLib()
1135 FontLib *fontLib = font->GetFontLib(); in sceFontClose()
1281 FontLib *fl = GetFontLib(libHandle); in sceFontGetFontInfoByIndexNumber()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp121 class FontLib;
132 static std::vector<FontLib *> fontLibList;
483 class FontLib {
485 FontLib() {
765 DISALLOW_COPY_AND_ASSIGN(FontLib);
833 static FontLib *GetFontLib(u32 handle) {
1002 FontLib *newLib = new FontLib(paramPtr, errorCodePtr);
1011 FontLib *fl = GetFontLib(fontLibHandle);
1135 FontLib *fontLib = font->GetFontLib();
1281 FontLib *fl = GetFontLib(libHandle);
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp121 class FontLib;
132 static std::vector<FontLib *> fontLibList;
483 class FontLib { class
485 FontLib() { in FontLib() function in FontLib
765 DISALLOW_COPY_AND_ASSIGN(FontLib);
833 static FontLib *GetFontLib(u32 handle) { in GetFontLib()
1002 FontLib *newLib = new FontLib(paramPtr, errorCodePtr); in sceFontNewLib()
1011 FontLib *fl = GetFontLib(fontLibHandle); in sceFontDoneLib()
1135 FontLib *fontLib = font->GetFontLib(); in sceFontClose()
1281 FontLib *fl = GetFontLib(libHandle); in sceFontGetFontInfoByIndexNumber()
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-font-lib/src/FontLib/WOFF/
H A DFile.php9 namespace FontLib\WOFF;
11 use FontLib\Table\DirectoryEntry;
20 class File extends \FontLib\TrueType\File {
H A DHeader.php9 namespace FontLib\WOFF;
16 class Header extends \FontLib\TrueType\Header {
H A DTableDirectoryEntry.php9 namespace FontLib\WOFF;
11 use FontLib\Table\DirectoryEntry;
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-font-lib/src/FontLib/OpenType/
H A DFile.php9 namespace FontLib\OpenType;
16 class File extends \FontLib\TrueType\File {
H A DTableDirectoryEntry.php9 namespace FontLib\OpenType;
16 class TableDirectoryEntry extends \FontLib\TrueType\TableDirectoryEntry {
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-font-lib/src/FontLib/EOT/
H A DHeader.php9 namespace FontLib\EOT;
12 use FontLib\Font;
21 class Header extends \FontLib\Header {
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-font-lib/src/FontLib/
H A DHeader.php8 namespace FontLib; namespace
10 use FontLib\TrueType\File;
H A DFont.php9 namespace FontLib; namespace
11 use FontLib\Exception\FontNotFoundException;

12