HomeSort by relevance Sort by last modified time
    Searched refs:componentIndex (Results 1 - 22 of 22) sorted by null

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
LigatureEntry.java 32 public int getComponentChar(int componentIndex)
34 return componentChars[componentIndex];
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
FreePathInterpolator.java 67 int componentIndex = 0;
69 float fraction = pointComponents[componentIndex++];
70 float x = pointComponents[componentIndex++];
71 float y = pointComponents[componentIndex++];
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PathInterpolatorBuilder.java 72 int componentIndex = 0;
74 float fraction = pointComponents[componentIndex++];
75 float x = pointComponents[componentIndex++];
76 float y = pointComponents[componentIndex++];
  /frameworks/base/core/java/android/view/animation/
PathInterpolator.java 175 int componentIndex = 0;
177 float fraction = pointComponents[componentIndex++];
178 float x = pointComponents[componentIndex++];
179 float y = pointComponents[componentIndex++];
  /frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
PathInterpolatorCompat.java 167 int componentIndex = 0;
169 float x = mX[componentIndex++];
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexInputTests.cpp 660 deUint32 componentIndex = 0;
699 glslCode << indentStr << "if (" << accessStr << " == -(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "))\n";
703 glslCode << indentStr << "if (" << accessStr << " == uint(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "))\n";
709 glslCode << indentStr << "if (abs(" << accessStr << " + double(0.01 * (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < double(" << threshold[rowNdx] << "))\n";
713 glslCode << indentStr << "if (abs(" << accessStr << " + (0.01 * (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < " << threshold[rowNdx] << ")\n";
718 glslCode << indentStr << "if (abs(" << accessStr << " + (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0)) < " << threshold[rowNdx] << ")\n";
722 glslCode << indentStr << "if (abs(" << accessStr << " - (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0)) < " << threshold[rowNdx] << ")\n";
728 glslCode << indentStr << "if (abs(" << accessStr << " - (-1.0 + " << representableDiff << " * (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < " << threshold[rowNdx] << ")\n";
734 glslCode << indentStr << "if (abs(" << accessStr << " - " << "(" << representableDiff << " * (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < " << threshold[rowNdx] << ")\n";
743 componentIndex++
    [all...]
  /external/libjpeg-turbo/
turbojpeg.h 577 tjregion planeRegion, int componentIndex, int transformIndex,
    [all...]
turbojpeg-jni.c     [all...]
tjbench.c 95 int componentIndex, int transformIndex, tjtransform *transform)
  /external/libjpeg-turbo/java/
TJExample.java 353 Rectangle planeRegion, int componentIndex,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 287 Id createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex);
288 Id createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex);
SpvBuilder.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_id.cpp 292 auto componentIndex = 2;
293 auto componentType = module_.FindDef(inst->words[componentIndex]);
295 DIAG(componentIndex) << "OpTypeVector Component Type <id> '"
296 << inst->words[componentIndex]
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 617 def __getitem__(self, componentIndex):
620 return self.components[componentIndex]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp 284 int16 componentIndex; /* its index in SOF or cPtr->compInfo[] */
773 compptr->componentIndex = (int16) ci;
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 

Completed in 309 milliseconds