Searched refs:outIndex (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/layout/ |
D | ArabicShaping.cpp | 112 void ArabicShaping::adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorag… in adjustTags() argument 115 FeatureMask featureMask = (FeatureMask) glyphStorage.getAuxData(outIndex, success); in adjustTags() 120 glyphStorage.setAuxData(outIndex, ((featureMask & ~SHAPE_MASK) | shape), success); in adjustTags()
|
D | ArabicShaping.h | 73 static void adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorage);
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
D | VertexBuffer.java | 766 public void copyElement(int inIndex, VertexBuffer outVb, int outIndex){ in copyElement() argument 767 copyElements(inIndex, outVb, outIndex, 1); in copyElement() 782 public void copyElements(int inIndex, VertexBuffer outVb, int outIndex, int len){ in copyElements() argument 787 int outPos = outIndex * components; in copyElements()
|
/external/skia/src/gpu/ |
D | GrTesselatedPathRenderer.cpp | 119 int outIndex = tess->combine(coords, vertexIndex, weight); in combineCB() local 120 *reinterpret_cast<long*>(outData) = outIndex; in combineCB()
|
/external/icu4c/test/cintltst/ |
D | cbiditst.c | 88 static UBool assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex, 3267 assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex, const char *srcChars, in assertRoundTrip() argument 3435 if (outIndex > -1 && !checkMaps(pBiDi, outIndex, srcChars, destChars, in assertRoundTrip()
|