[subset] Minor
This commit is contained in:
parent
83f57e24bf
commit
b1bd0b5f50
|
@ -517,7 +517,7 @@ struct cmap
|
||||||
encodingRecord.sanitize (c, this));
|
encodingRecord.sanitize (c, this));
|
||||||
}
|
}
|
||||||
|
|
||||||
inline hb_bool_t populate_groups(hb_subset_plan_t *plan,
|
inline bool populate_groups(hb_subset_plan_t *plan,
|
||||||
hb_prealloced_array_t<CmapSubtableLongGroup> *groups) const
|
hb_prealloced_array_t<CmapSubtableLongGroup> *groups) const
|
||||||
{
|
{
|
||||||
CmapSubtableLongGroup *group = nullptr;
|
CmapSubtableLongGroup *group = nullptr;
|
||||||
|
@ -551,7 +551,7 @@ struct cmap
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline hb_bool_t _subset (hb_prealloced_array_t<CmapSubtableLongGroup> &groups,
|
inline bool _subset (hb_prealloced_array_t<CmapSubtableLongGroup> &groups,
|
||||||
size_t dest_sz,
|
size_t dest_sz,
|
||||||
void *dest) const
|
void *dest) const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue