Home
last modified time | relevance | path

Searched refs:component_idx (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh517 unsigned int component_idx = buffer->cur().codepoint + offset; in transition() local
518 component_idx = Types::wordOffsetToIndex (component_idx, table, component.arrayZ); in transition()
519 const HBUINT16 &componentData = component[component_idx]; in transition()
/external/Microsoft-GSL/include/gsl/
Dmulti_span130 // Preconditions: component_idx < rank
133 constexpr reference operator[](std::size_t component_idx)
135 Expects(component_idx < Rank); // Component index must be less than rank
136 return elems[component_idx];
139 // Preconditions: component_idx < rank
142 constexpr const_reference operator[](std::size_t component_idx) const
144 Expects(component_idx < Rank); // Component index must be less than rank
145 return elems[component_idx];