Searched defs:unmapped (Results 1 – 3 of 3) sorted by relevance
130 static const spv::Id unmapped; // unchanged from default value variable
255 const spv::Id spirvbin_t::unmapped = spv::Id(-10000); member in spv::spirvbin_t
2170 int *unmapped = coords_length ? (int *) hb_calloc (coords_length, sizeof (coords[0])) : nullptr; in hb_font_set_var_coords_normalized() local