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

  /external/skia/bench/
GradientBench.cpp 37 static const SkScalar gPos[] = {0.25f, 0.75f};
46 { 2, gColors, gPos, "_pos" },
  /external/skqp/bench/
GradientBench.cpp 37 static const SkScalar gPos[] = {0.25f, 0.75f};
46 { 2, gColors, gPos, "_pos" },
  /external/skia/tests/
GradientTest.cpp 163 static const SkScalar gPos[] = { 0, SK_ScalarHalf, SK_Scalar1 };
173 rec.fPos = gPos;
  /external/skqp/tests/
GradientTest.cpp 163 static const SkScalar gPos[] = { 0, SK_ScalarHalf, SK_Scalar1 };
173 rec.fPos = gPos;
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 35 * <li> gPos - Group position, the position of a group among all the groups
164 midExpGm.gPos, -1, midExpGm, midExpGroupIndex);
177 midExpGm.gPos, childPos, midExpGm, midExpGroupIndex);
219 (flPos - leftExpGm.lastChildFlPos) + leftExpGm.gPos;
237 groupPos = rightExpGm.gPos - (rightExpGm.flPos - flPos);
287 if (pos.groupPos > midExpGm.gPos) {
292 } else if (pos.groupPos < midExpGm.gPos) {
297 } else if (pos.groupPos == midExpGm.gPos) {
345 + (pos.groupPos - leftExpGm.gPos);
360 - (rightExpGm.gPos - pos.groupPos)
    [all...]

Completed in 266 milliseconds