[subset] white and add inline in hb-ot-cmap-table.
This commit is contained in:
parent
24904383df
commit
343dfe8965
|
@ -556,7 +556,7 @@ struct cmap
|
|||
return true;
|
||||
}
|
||||
|
||||
hb_bool_t _subset (hb_prealloced_array_t<CmapSubtableLongGroup> &groups,
|
||||
inline hb_bool_t _subset (hb_prealloced_array_t<CmapSubtableLongGroup> &groups,
|
||||
size_t dest_sz,
|
||||
void *dest) const
|
||||
{
|
||||
|
@ -605,7 +605,7 @@ struct cmap
|
|||
return true;
|
||||
}
|
||||
|
||||
hb_blob_t * subset (hb_subset_plan_t *plan, hb_face_t *source) const
|
||||
inline hb_blob_t * subset (hb_subset_plan_t *plan, hb_face_t *source) const
|
||||
{
|
||||
hb_auto_array_t<CmapSubtableLongGroup> groups;
|
||||
|
||||
|
|
Loading…
Reference in New Issue