Home
last modified time | relevance | path

Searched refs:componentIndex (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLigatureEntry.java30 public int getComponentChar(int componentIndex) in getComponentChar() argument
32 return componentChars[componentIndex]; in getComponentChar()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp509 deUint32 componentIndex = 0; in getGlslAttributeConditions() local
540 …essStr << " == -(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "))\n"; in getGlslAttributeConditions()
544 …Str << " == uint(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "))\n"; in getGlslAttributeConditions()
550 …* (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < do… in getGlslAttributeConditions()
554 …* (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < " … in getGlslAttributeConditions()
559 …+ (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0)) < " <… in getGlslAttributeConditions()
563 …- (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0)) < " <… in getGlslAttributeConditions()
569 …* (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < " … in getGlslAttributeConditions()
575 …* (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < " … in getGlslAttributeConditions()
584 componentIndex++; in getGlslAttributeConditions()
/external/libjpeg-turbo/
Dturbojpeg.h578 tjregion planeRegion, int componentIndex, int transformIndex,
Dturbojpeg-jni.c971 tjregion planeRegion, int componentIndex, int transformIndex, in JNICustomFilter() argument
1019 planeRegionObj, componentIndex, transformIndex, tobj); in JNICustomFilter()
Dtjbench.c95 int componentIndex, int transformIndex, tjtransform *transform) in dummyDCTFilter() argument
/external/libjpeg-turbo/java/
DTJExample.java352 Rectangle planeRegion, int componentIndex, in customFilter() argument
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py617 def __getitem__(self, componentIndex): argument
620 return self.components[componentIndex]
/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp284 int16 componentIndex; /* its index in SOF or cPtr->compInfo[] */ member
773 compptr->componentIndex = (int16) ci; in GetSof()