OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:componentIndex
(Results
1 - 12
of
12
) 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
171
int
componentIndex
= 0;
173
float fraction = pointComponents[
componentIndex
++];
174
float x = pointComponents[
componentIndex
++];
175
float y = pointComponents[
componentIndex
++];
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexInputTests.cpp
509
deUint32
componentIndex
= 0;
540
glslCode << "\tif (" << accessStr << " == -(" << totalComponentCount << " * " << indexId << " + " <<
componentIndex
<< "))\n";
544
glslCode << "\tif (" << accessStr << " == uint(" << totalComponentCount << " * " << indexId << " + " <<
componentIndex
<< "))\n";
550
glslCode << "\tif (abs(" << accessStr << " + double(0.01 * (" << totalComponentCount << ".0 * float(" << indexId << ") + " <<
componentIndex
<< ".0))) < double(" << threshold[rowNdx] << "))\n";
554
glslCode << "\tif (abs(" << accessStr << " + (0.01 * (" << totalComponentCount << ".0 * float(" << indexId << ") + " <<
componentIndex
<< ".0))) < " << threshold[rowNdx] << ")\n";
559
glslCode << "\tif (abs(" << accessStr << " + (" << totalComponentCount << ".0 * float(" << indexId << ") + " <<
componentIndex
<< ".0)) < " << threshold[rowNdx] << ")\n";
563
glslCode << "\t if (abs(" << accessStr << " - (" << totalComponentCount << ".0 * float(" << indexId << ") + " <<
componentIndex
<< ".0)) < " << threshold[rowNdx] << ")\n";
569
glslCode << "\tif (abs(" << accessStr << " - (-1.0 + " << representableDiff << " * (" << totalComponentCount << ".0 * float(" << indexId << ") + " <<
componentIndex
<< ".0))) < " << threshold[rowNdx] << ")\n";
575
glslCode << "\tif (abs(" << accessStr << " - " << "(" << representableDiff << " * (" << totalComponentCount << ".0 * float(" << indexId << ") + " <<
componentIndex
<< ".0))) < " << threshold[rowNdx] << ")\n";
584
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
...]
/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/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 941 milliseconds