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

1 2

  /external/chromium_org/third_party/skia/tests/
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)) {
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);
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},
WritePixelsTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
222 int by = cy - writeY; local
223 uint32_t bmpColor8888 = getBitmapColor(bx, by, bitmap.width(),
  /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:blink::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}};
  /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"
  /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)
  /external/chromium_org/v8/src/
interpreter-irregexp.cc 2 // Use of this source code is governed by a BSD-style license that can be
133 // A simple abstraction over the backtracking stack used by the interpreter.
135 // the memory held by the stack is released or remembered in a cache if the
559 int by = static_cast<uint32_t>(insn) >> BYTECODE_SHIFT; local
560 if (subject.length() - current > by) {
561 current = subject.length() - by;
  /external/mesa3d/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)
  /development/perftests/panorama/feature_stab/db_vlvm/
db_image_homography.cpp 10 * Unless required by applicable law or agreed to in writing, software
30 /*Compute the linear constraint on H obtained by requiring that the
42 /*Compute two constraints on H generated by the correspondence (Xp,X),
52 each constraint is generated by considering the ratio between a
111 generated by a rotation with a common unknown focal length. No specific normalization
116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; local
137 by=x2[1]*m;
143 by dividing out the root l=0 from the equation
144 (l(ax*bx+ay*by)+1)^2*(l(apx^2+apy^2)+1)*(l(bpx^2+bpy^2)+1)=
145 (l(apx*bpx+apy*bpy)+1)^2*(l(ax^2+ay^2)+1)*(l(bx^2+by^2)+1)*
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp 11 * License as published by the Free Software Foundation; either
567 String by = byValue(); local
580 m_animationValid = calculateFromAndByValues(from, by);
582 m_animationValid = calculateFromAndByValues(emptyString(), by);
  /external/opencv/cv/src/
cvrotcalipers.cpp 5 // By downloading, copying, installing or using the software you agree to this license.
29 // This software is provided by the copyright holders and contributors "as is" and
107 /* this is a first base bector (a,b) initialized by (1,0) */
156 double by = vect[i].y; local
158 double convexity = ax * by - ay * bx;
166 ay = by;
181 /* all of edges will be checked while rotating calipers by 90 degrees */
cvconvhull.cpp 5 // By downloading, copying, installing or using the software you agree to this license.
29 // This software is provided by the copyright holders and contributors "as is" and
71 int by = nexty - cury; local
73 if( CV_SIGN(by) != nsign )
78 int convexity = ay*bx - ax*by;/* if >0 then convex angle */
144 float by = nexty - cury; local
146 if( CV_SIGN( by ) != nsign )
151 float convexity = ay*bx - ax*by;/* if >0 then convex angle */
344 // sort the point set by x-coordinate, find min and max y
  /development/perftests/panorama/feature_mos/src/mosaic/
Delaunay.cpp 10 * Unless required by applicable law or agreed to in writing, software
25 #define QQ 9 // Optimal value as determined by testing
61 // Sort the pointers by x-coordinate of site
501 double by = sa[b].Y(); local
504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy);
  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.c 16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
462 can potentially be used for other purposes by different implementations. */
1307 int ci, y; JDIMENSION by; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
postproc.c 4 * Use of this source code is governed by a BSD-style license
449 * a gaussian distribution with sigma determined by q.
1107 int by, bx; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
postproc.c 4 * Use of this source code is governed by a BSD-style license
445 * a gaussian distribution with sigma determined by q.
1103 int by, bx; local
    [all...]

Completed in 6305 milliseconds

1 2