Lines Matching refs:id
38 FcObject id;
64 _FcObjectLookupOtherTypeByName (const char *str, FcObject *id)
83 ot->id = fc_atomic_int_add (next_id, +1);
84 if (ot->id < (FC_MAX_BASE_OBJECT + FC_EXT_OBJ_INDEX))
99 if (id)
100 *id = ot->id;
111 return o->id;
120 FcObject id;
122 return o->id;
124 if (_FcObjectLookupOtherTypeByName (str, &id))
125 return id;
131 FcObjectLookupOtherNameById (FcObject id)
136 if (ot->id == id)
149 FcObjectLookupOtherTypeById (FcObject id)
154 if (ot->id == id)