#include <iomanip>
#include <assert.h>
#include <sal/log.hxx>
#include "ttcr.hxx"
#include <string.h>
Go to the source code of this file.
|
static sal_Int16 | vcl::GetInt16 (const sal_uInt8 *ptr, sal_uInt32 offset) |
|
static sal_uInt16 | vcl::GetUInt16 (const sal_uInt8 *ptr, sal_uInt32 offset) |
|
static void | vcl::PutInt16 (sal_Int16 val, sal_uInt8 *ptr, sal_uInt32 offset) |
|
static void | vcl::PutUInt16 (sal_uInt16 val, sal_uInt8 *ptr, sal_uInt32 offset) |
|
static void | vcl::PutUInt32 (sal_uInt32 val, sal_uInt8 *ptr, sal_uInt32 offset) |
|
static int | vcl::TableEntryCompareF (const void *l, const void *r) |
|
static sal_uInt32 | vcl::CheckSum (sal_uInt32 *ptr, sal_uInt32 length) |
|
static std::unique_ptr< sal_uInt8[]> | vcl::ttmalloc (sal_uInt32 nbytes) |
|
static std::unique_ptr< sal_uInt8[]> | vcl::PackCmapType0 (CmapSubTable const *s, sal_uInt32 *length) |
|
static std::unique_ptr< sal_uInt8[]> | vcl::PackCmapType6 (CmapSubTable const *s, sal_uInt32 *length) |
|
static std::unique_ptr< sal_uInt8[]> | vcl::PackCmap (CmapSubTable const *s, sal_uInt32 *length) |
|
◆ CMAP_SUBTABLE_INCR
#define CMAP_SUBTABLE_INCR 10 |
◆ CMAP_SUBTABLE_INIT
#define CMAP_SUBTABLE_INIT 10 |