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

  /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/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/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++];
  /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/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/dng_sdk/source/
dng_lossless_jpeg.cpp 284 int16 componentIndex; /* its index in SOF or cPtr->compInfo[] */
773 compptr->componentIndex = (int16) ci;
    [all...]
  /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 
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 
  /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/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 
  /external/zxing/core/
core.jar 

Completed in 256 milliseconds