Searched refs:componentIndex (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | LigatureEntry.java | 32 public int getComponentChar(int componentIndex) in getComponentChar() argument 34 return componentChars[componentIndex]; in getComponentChar()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 757 deUint32 componentIndex = 0; in getGlslAttributeConditions() local 811 … == clamp(-(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "), " << mi… in getGlslAttributeConditions() 814 …essStr << " == -(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "))\n"; in getGlslAttributeConditions() 822 … clamp(uint(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "), 0, " <<… in getGlslAttributeConditions() 825 …Str << " == uint(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "))\n"; in getGlslAttributeConditions() 831 …* (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < do… in getGlslAttributeConditions() 835 …* (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < " … in getGlslAttributeConditions() 845 …mp(" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0, " << m… in getGlslAttributeConditions() 848 …+ (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0)) < " <… in getGlslAttributeConditions() 856 …mp(" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0, 0, " <… in getGlslAttributeConditions() [all …]
|
/external/libjpeg-turbo/ |
D | turbojpeg.h | 644 tjregion planeRegion, int componentIndex,
|
D | tjexample.c | 75 int componentIndex, int transformIndex, in customFilter() argument
|
D | turbojpeg-jni.c | 999 tjregion planeRegion, int componentIndex, in JNICustomFilter() argument 1049 planeRegionObj, componentIndex, transformIndex, tobj); in JNICustomFilter()
|
D | tjbench.c | 127 int componentIndex, int transformIndex, in dummyDCTFilter() argument
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 323 Id createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex); 324 Id createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex);
|
D | SpvBuilder.cpp | 1465 Id Builder::createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex) in createVectorExtractDynamic() argument 1469 extract->addIdOperand(componentIndex); in createVectorExtractDynamic() 1475 Id Builder::createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex) in createVectorInsertDynamic() argument 1480 insert->addIdOperand(componentIndex); in createVectorInsertDynamic()
|
/external/libjpeg-turbo/java/ |
D | TJExample.java | 67 Rectangle planeRegion, int componentIndex, in customFilter() argument
|
/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()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 829 def __getitem__(self, componentIndex): argument 832 return self.components[componentIndex]
|