Searched refs:componentIndex (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | LigatureEntry.java | 30 public int getComponentChar(int componentIndex) in getComponentChar() argument 32 return componentChars[componentIndex]; in getComponentChar()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 509 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/ |
D | turbojpeg.h | 578 tjregion planeRegion, int componentIndex, int transformIndex,
|
D | turbojpeg-jni.c | 971 tjregion planeRegion, int componentIndex, int transformIndex, in JNICustomFilter() argument 1019 planeRegionObj, componentIndex, transformIndex, tobj); in JNICustomFilter()
|
D | tjbench.c | 95 int componentIndex, int transformIndex, tjtransform *transform) in dummyDCTFilter() argument
|
/external/libjpeg-turbo/java/ |
D | TJExample.java | 352 Rectangle planeRegion, int componentIndex, in customFilter() argument
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 617 def __getitem__(self, componentIndex): argument 620 return self.components[componentIndex]
|
/external/dng_sdk/source/ |
D | dng_lossless_jpeg.cpp | 284 int16 componentIndex; /* its index in SOF or cPtr->compInfo[] */ member 773 compptr->componentIndex = (int16) ci; in GetSof()
|