OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:componentIndex
(Results
1 - 15
of
15
) 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/android/support/graphics/drawable/
PathInterpolatorCompat.java
166
int
componentIndex
= 0;
168
float x = mX[
componentIndex
++];
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexInputTests.cpp
554
deUint32
componentIndex
= 0;
585
glslCode << "\tif (" << accessStr << " == -(" << totalComponentCount << " * " << indexId << " + " <<
componentIndex
<< "))\n";
589
glslCode << "\tif (" << accessStr << " == uint(" << totalComponentCount << " * " << indexId << " + " <<
componentIndex
<< "))\n";
595
glslCode << "\tif (abs(" << accessStr << " + double(0.01 * (" << totalComponentCount << ".0 * float(" << indexId << ") + " <<
componentIndex
<< ".0))) < double(" << threshold[rowNdx] << "))\n";
599
glslCode << "\tif (abs(" << accessStr << " + (0.01 * (" << totalComponentCount << ".0 * float(" << indexId << ") + " <<
componentIndex
<< ".0))) < " << threshold[rowNdx] << ")\n";
604
glslCode << "\tif (abs(" << accessStr << " + (" << totalComponentCount << ".0 * float(" << indexId << ") + " <<
componentIndex
<< ".0)) < " << threshold[rowNdx] << ")\n";
608
glslCode << "\t if (abs(" << accessStr << " - (" << totalComponentCount << ".0 * float(" << indexId << ") + " <<
componentIndex
<< ".0)) < " << threshold[rowNdx] << ")\n";
614
glslCode << "\tif (abs(" << accessStr << " - (-1.0 + " << representableDiff << " * (" << totalComponentCount << ".0 * float(" << indexId << ") + " <<
componentIndex
<< ".0))) < " << threshold[rowNdx] << ")\n";
620
glslCode << "\tif (abs(" << accessStr << " - " << "(" << representableDiff << " * (" << totalComponentCount << ".0 * float(" << indexId << ") + " <<
componentIndex
<< ".0))) < " << threshold[rowNdx] << ")\n";
629
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/sdk/current/support/graphics/drawable/
android-support-animatedvectordrawable.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar
/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
/external/zxing/core/
core.jar
Completed in 684 milliseconds