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

1 2 3 4

  /ndk/build/core/
definitions-utils.mk 9 # Unless required by applicable law or agreed to in writing, software
50 # Note : This is equivalent to the 'uniq' function provided by GMSL,
81 # Function : filter-by
88 filter-by = $(strip \
92 -test-filter-by = \
94 $(call test-expect,,$(call filter-by,,-local-func))\
95 $(call test-expect,foo,$(call filter-by,foo,-local-func))\
96 $(call test-expect,foo,$(call filter-by,foo bar,-local-func))\
97 $(call test-expect,foo foo,$(call filter-by,aaa foo bar foo,-local-func))\
99 $(call test-expect,,$(call filter-by,,-local-func))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
UnitBezier.h 13 * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
44 by = 3.0 * (p2y - p1y) - cy;
45 ay = 1.0 - cy - by;
86 return ((ay * t + by) * t + cy) * t;
155 double by; member in struct:WebCore::UnitBezier
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicParameterization_TestUtility.cpp 1 // included by CubicParameterization.cpp
13 double ay, by, cy, dy; local
15 alt_set_abcd(&cubic[0].y, ay, by, cy, dy);
17 set_abcd(&cubic[0].y, ay, by, cy, dy);
20 if (!try_alt) calc_bc(dy, by, cy);
27 double by = cubic[1].y;
30 calc_ABCD(ax, bx, cx, dx, ay, by, cy, dy, coeffs);
34 coeffs[index] = (*calc_proc[procIndex])(ax, bx, cx, dx, ay, by, cy, dy);
EdgeWalkerQuadratic4x4_Test.cpp 4 * Use of this source code is governed by a BSD-style license that can be
23 int by = state.b >> 2; local
43 path.quadTo(bx, by, cx, cy);
53 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
EdgeWalkerPolygon4x4_Test.cpp 4 * Use of this source code is governed by a BSD-style license that can be
20 int by = state.b >> 2; local
40 path.lineTo(bx, by);
52 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
114 int by = state.b >> 2; local
135 path.lineTo(bx, by);
145 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
181 int by = b >> 2; local
188 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
211 int by = state.b >> 2 local
276 int by = b >> 2; local
    [all...]
EdgeWalkerPolygons_Mismatches.cpp 4 * Use of this source code is governed by a BSD-style license that can be
1595 int by = miss.b >> 2; local
    [all...]
LineQuadraticIntersection_Test.cpp 4 * Use of this source code is governed by a BSD-style license that can be
174 // find a point on a quad by choosing a t from 0 to 1
187 int by = state.b >> 2; local
190 Quadratic quad = {{ax, ay}, {bx, by}, {cx, cy}};
  /external/chromium_org/third_party/skia/tests/
PathOpsSimplifyDegenerateThreadedTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
21 int by = state.fB >> 2; local
40 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
50 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
78 int by = b >> 2; local
82 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);
PathOpsSimplifyQuadThreadedTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
22 int by = state.fB >> 2; local
42 path.quadTo(SkIntToScalar(bx), SkIntToScalar(by),
55 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
22 int by = state.fB >> 2; local
42 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
55 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
PathOpsSimplifyTrianglesThreadedTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
22 int by = state.fB >> 2; local
43 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
53 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
83 int by = b >> 2; local
90 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
PathOpsQuadLineIntersectionThreadedTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
68 // find a point on a quad by choosing a t from 0 to 1
80 int by = state.fB >> 2; local
83 SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
  /external/skia/experimental/Intersection/
CubicParameterization_TestUtility.cpp 1 // included by CubicParameterization.cpp
13 double ay, by, cy, dy; local
15 alt_set_abcd(&cubic[0].y, ay, by, cy, dy);
17 set_abcd(&cubic[0].y, ay, by, cy, dy);
20 if (!try_alt) calc_bc(dy, by, cy);
27 double by = cubic[1].y;
30 calc_ABCD(ax, bx, cx, dx, ay, by, cy, dy, coeffs);
34 coeffs[index] = (*calc_proc[procIndex])(ax, bx, cx, dx, ay, by, cy, dy);
EdgeWalkerQuadratic4x4_Test.cpp 4 * Use of this source code is governed by a BSD-style license that can be
23 int by = state.b >> 2; local
43 path.quadTo(bx, by, cx, cy);
53 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
EdgeWalkerPolygon4x4_Test.cpp 4 * Use of this source code is governed by a BSD-style license that can be
20 int by = state.b >> 2; local
40 path.lineTo(bx, by);
52 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
114 int by = state.b >> 2; local
135 path.lineTo(bx, by);
145 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
181 int by = b >> 2; local
188 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
211 int by = state.b >> 2 local
276 int by = b >> 2; local
    [all...]
EdgeWalkerPolygons_Mismatches.cpp 4 * Use of this source code is governed by a BSD-style license that can be
1595 int by = miss.b >> 2; local
    [all...]
  /external/skia/tests/
PathOpsSimplifyDegenerateThreadedTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
21 int by = state.fB >> 2; local
40 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
50 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
78 int by = b >> 2; local
82 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);
PathOpsSimplifyQuadThreadedTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
22 int by = state.fB >> 2; local
42 path.quadTo(SkIntToScalar(bx), SkIntToScalar(by),
55 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
22 int by = state.fB >> 2; local
42 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
55 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
PathOpsSimplifyTrianglesThreadedTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
22 int by = state.fB >> 2; local
43 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
53 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
83 int by = b >> 2; local
90 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
PathOpsQuadLineIntersectionThreadedTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
68 // find a point on a quad by choosing a t from 0 to 1
80 int by = state.fB >> 2; local
83 SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 10 * Unless required by applicable law or agreed to in writing, software
25 byte [] by; field in class:YuvTest
47 by = new byte[w*h];
51 for (int i=0; i < by.length; i++) {
52 by[i] = (byte)r.nextInt(256);
66 ay.copyFrom(by);
87 tmp[i++] = by[j];
133 tmp[i++] = by[j];
176 tmp[i++] = by[j];
  /external/chromium_org/tools/site_compare/commands/
maskmaker.py 2 # Use of this source code is governed by a BSD-style license that can be
7 Works by repeated invokation of a browser and scraping of the resulting page.
15 import time # Used for sleep() and naming masks by time namespace
230 print (" Scrape differed from baseline by %.2f percent, ignoring"
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 10 * Unless required by applicable law or agreed to in writing, software
96 // B(bx,by) is the slope vector of the tangent at p2.
98 final float by = (mYCoords[p3] - mP1Y) / 2.0f; local
99 final float crossProdAB = ax * by - ay * bx;
100 final float dotProdAB = ax * bx + ay * by;
120 // B(bx,by) is the slope vector of the tangent at p1.
122 final float by = (mP2Y - mYCoords[p0]) / 2.0f; local
123 final float crossProdAB = ax * by - ay * bx;
124 final float dotProdAB = ax * bx + ay * by;
142 * can be defined by
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 147 int mbx, mby, bx, by; local
213 for (by = 0; by < MACROBLOCK_HEIGHT_IN_BLOCKS; ++by)
230 for (by = 0; by < MACROBLOCK_HEIGHT_IN_BLOCKS / 2; ++by)

Completed in 937 milliseconds

1 2 3 4