[subset] white and add inline in hb-ot-cmap-table.

This commit is contained in:
Garret Rieger 2018-02-12 17:33:48 -08:00
parent 24904383df
commit 343dfe8965
1 changed files with 9 additions and 9 deletions

View File

@ -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;