Searched refs:axisIndex (Results 1 – 2 of 2) sorted by relevance
86 int axisIndex = getAxisIndexForProductIndex(index, axis); in get() local87 return axes.get(axis).get(axisIndex); in get()
1362 int coord = axisIndex < coord_len ? coords[axisIndex] : 0; in evaluate()1374 USHORT axisIndex; member