QtBase  v6.3.1
Classes | Namespaces | Functions
hb-subset-cff-common.hh File Reference
#include "hb.hh"
#include "hb-subset-plan.hh"
#include "hb-cff-interp-cs-common.hh"
Include dependency graph for hb-subset-cff-common.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CFF::str_encoder_t
 
struct  CFF::cff_sub_table_info_t
 
struct  CFF::cff_top_dict_op_serializer_t< OPSTR >
 
struct  CFF::cff_font_dict_op_serializer_t
 
struct  CFF::cff_private_dict_op_serializer_t
 
struct  CFF::flatten_param_t
 
struct  CFF::subr_flattener_t< ACC, ENV, OPSET, endchar_op >
 
struct  CFF::subr_closures_t
 
struct  CFF::parsed_cs_op_t
 
struct  CFF::parsed_cs_str_t
 
struct  CFF::parsed_cs_str_vec_t
 
struct  CFF::subr_subset_param_t
 
struct  CFF::subr_remap_t
 
struct  CFF::subr_remaps_t
 
struct  CFF::subr_subsetter_t< SUBSETTER, SUBRS, ACC, ENV, OPSET, endchar_op >
 
struct  CFF::subr_subsetter_t< SUBSETTER, SUBRS, ACC, ENV, OPSET, endchar_op >::drop_hints_param_t
 

Namespaces

 CFF
 

Functions

HB_INTERNAL bool hb_plan_subset_cff_fdselect (const hb_subset_plan_t *plan, unsigned int fdCount, const CFF::FDSelect &src, unsigned int &subset_fd_count, unsigned int &subset_fdselect_size, unsigned int &subset_fdselect_format, hb_vector_t< CFF::code_pair_t > &fdselect_ranges, hb_inc_bimap_t &fdmap)
 
HB_INTERNAL bool hb_serialize_cff_fdselect (hb_serialize_context_t *c, unsigned int num_glyphs, const CFF::FDSelect &src, unsigned int fd_count, unsigned int fdselect_format, unsigned int size, const hb_vector_t< CFF::code_pair_t > &fdselect_ranges)
 

Function Documentation

◆ hb_plan_subset_cff_fdselect()

HB_INTERNAL bool hb_plan_subset_cff_fdselect ( const hb_subset_plan_t plan,
unsigned int  fdCount,
const CFF::FDSelect src,
unsigned int &  subset_fd_count,
unsigned int &  subset_fdselect_size,
unsigned int &  subset_fdselect_format,
hb_vector_t< CFF::code_pair_t > &  fdselect_ranges,
hb_inc_bimap_t fdmap 
)

Definition at line 49 of file hb-subset-cff-common.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hb_serialize_cff_fdselect()

HB_INTERNAL bool hb_serialize_cff_fdselect ( hb_serialize_context_t c,
unsigned int  num_glyphs,
const CFF::FDSelect src,
unsigned int  fd_count,
unsigned int  fdselect_format,
unsigned int  size,
const hb_vector_t< CFF::code_pair_t > &  fdselect_ranges 
)

Definition at line 173 of file hb-subset-cff-common.cc.