Searched refs:arrayIndex (Results 1 – 10 of 10) sorted by relevance
91 int arrayIndex = 0; in buildSurface() local97 vertices[arrayIndex++] = interpolationResult; in buildSurface()107 arrayIndex = 0; in buildSurface()110 indices[arrayIndex++] = j + i * uVerticesAmount; in buildSurface()111 indices[arrayIndex++] = j + i * uVerticesAmount + 1; in buildSurface()112 indices[arrayIndex++] = j + i * uVerticesAmount + uVerticesAmount; in buildSurface()113 indices[arrayIndex++] = j + i * uVerticesAmount + 1; in buildSurface()114 indices[arrayIndex++] = j + i * uVerticesAmount + uVerticesAmount + 1; in buildSurface()115 indices[arrayIndex++] = j + i * uVerticesAmount + uVerticesAmount; in buildSurface()127 arrayIndex = 0; in buildSurface()[all …]
60 int arrayIndex = 0; in wrapString() local66 output = addString(output, str.substring(lineStart, i), arrayIndex++); in wrapString()69 output = addString(output, str.substring(lineStart, i), arrayIndex++); in wrapString()74 output = addString(output, str.substring(lineStart), arrayIndex++, output.length+1); in wrapString()77 if (arrayIndex < output.length) { in wrapString()78 output[arrayIndex] = null; in wrapString()
123 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction() local125 stack.push(arrayReference.integerArrayLoad(arrayIndex, valueFactory)); in visitSimpleInstruction()130 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction() local132 stack.push(arrayReference.longArrayLoad(arrayIndex, valueFactory)); in visitSimpleInstruction()137 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction() local139 stack.push(arrayReference.floatArrayLoad(arrayIndex, valueFactory)); in visitSimpleInstruction()144 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction() local146 stack.push(arrayReference.doubleArrayLoad(arrayIndex, valueFactory)); in visitSimpleInstruction()151 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction() local153 stack.push(arrayReference.referenceArrayLoad(arrayIndex, valueFactory)); in visitSimpleInstruction()[all …]
121 int arrayIndex = ((Number) structure.getFieldValue("array_index")).intValue(); in getCurveType() local125 return Ipo.AC_LOC_X + arrayIndex; in getCurveType()128 return Ipo.AC_QUAT_W + arrayIndex; in getCurveType()131 return Ipo.AC_SIZE_X + arrayIndex; in getCurveType()134 return Ipo.OB_ROT_X + arrayIndex; in getCurveType()
356 public void CopyTo( T[] array, int arrayIndex ) in CopyTo() argument361 if ( arrayIndex < 0 ) in CopyTo()364 if ( arrayIndex + Count > array.Length ) in CopyTo()369 array[arrayIndex + i] = this[i]; in CopyTo()
573 private static int arrayIndex(int i) {594 int[] arr = new int[arrayIndex(max - 1) + 1];
360 ByteBuffer arrayIndex = ByteBuffer.allocate(originalIndex.capacity()); in prepareForAnim() local362 arrayIndex.put(originalIndex); in prepareForAnim()363 indices.updateData(arrayIndex); in prepareForAnim()
706 Value *arrayIndex = i->tex.target.isArray() ? i->getSrc(arg - 1) : NULL; in handleTEX() local709 i->setSrc(0, arrayIndex); in handleTEX()714 if (arrayIndex) { in handleTEX()717 bld.mkCvt(OP_CVT, TYPE_U16, src, sTy, arrayIndex)->saturate = sat; in handleTEX()
186 static SkScalar getarray_scalar(lua_State* L, int stackIndex, int arrayIndex) { in getarray_scalar() argument188 lua_rawgeti(L, stackIndex, arrayIndex); in getarray_scalar()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...