Lines Matching defs:index
49 * Font faces are typically built from a binary blob and a face index.
92 0, /* index */
146 unsigned int index;
150 _hb_face_for_data_closure_create (hb_blob_t *blob, unsigned int index)
159 closure->index = index;
183 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index, &base_offset);
195 * @index: The index of the face within @blob
198 * a face index into that blob. This is used for blobs of
208 unsigned int index)
217 hb_face_for_data_closure_t *closure = _hb_face_for_data_closure_create (blob, index);
229 face->index = index;
418 * @index: The index to assign
420 * Assigns the specified face-index to @face. Fails if the
429 unsigned int index)
434 face->index = index;
441 * Fetches the face-index corresponding to the given face.
445 * Return value: The index of @face.
452 return face->index;
528 * @start_offset: The index of first table tag to retrieve
556 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index);