Lines Matching defs:props
291 TEXTRANGE_PROPERTIES props;
701 range->props.potfRecords = reinterpret_cast<OPENTYPE_FEATURE_RECORD *> (offset);
702 range->props.cotfRecords = feature_records.len - offset;
728 range->props.potfRecords = feature_records.array + reinterpret_cast<uintptr_t> (range->props.potfRecords);
832 bidi_state.uBidiLevel = HB_DIRECTION_IS_FORWARD (buffer->props.direction) ? 0 : 1;
848 OPENTYPE_TAG language_tag = hb_uint32_swap (hb_ot_tag_from_language (buffer->props.language));
854 bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction);
875 &range->props != range_properties[range_properties.len - 1])
877 TEXTRANGE_PROPERTIES **props = range_properties.push ();
879 if (unlikely (!props || !c))
885 *props = &range->props;