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

1 2

  /external/webkit/Source/WebCore/platform/graphics/
UnitBezier.h 13 * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
42 by = 3.0 * (p2y - p1y) - cy;
43 ay = 1.0 - cy - by;
54 return ((ay * t + by) * t + cy) * t;
119 double by; member in struct:WebCore::UnitBezier
  /external/v8/src/
interpreter-irregexp.cc 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
148 // A simple abstraction over the backtracking stack used by the interpreter.
150 // the memory held by the stack is released or remembered in a cache if the
612 int by = static_cast<uint32_t>(insn) >> BYTECODE_SHIFT; local
613 if (subject.length() - current > by) {
614 current = subject.length() - 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
cvlkpyramid.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
505 double bx = 0, by = 0; local
547 by += t0 * iy[x];
567 by += (double) (t * iy[x]);
591 mx = (float) ((Gyy * bx - Gxy * by) * D);
592 my = (float) ((Gxx * by - Gxy * bx) * D);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 14 * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
60 float by = u0.y() - u1.y(); local
63 float f = ay * bx - ax * by;
64 float d = by * cx - bx * cy;
245 // Evaluates the point on the source cubic specified by t, 0 <= t <= 1.0.
292 // since there's no way we are going to get more precision by
326 // Divides the numerator by the denominator safely for the case where
389 // Divide p, q, and r by 3 to simplify the equations.
568 * by Peter Schorn and Frederick Fisher,
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 18 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
118 SkScalar by = FIXEDToSkScalar(polyCurve->apfx[i].y); local
125 cy = SkScalarAve(by, cy);
130 path->quadTo(bx, -by, cx, -cy);
180 // should be selected into the given DC. The returned path is owned by the
187 // Keep in MRU order by removing & reinserting the value.
  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp 11 * License as published by the Free Software Foundation; either
316 // Stop animation, if attributeType is set to CSS by the user, but the attribute itself is not a CSS property.
509 String by = byValue(); local
519 m_animationValid = calculateFromAndByValues(from, by);
521 m_animationValid = calculateFromAndByValues(String(), by);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view_single.c 7 License as published by the Free Software Foundation; either
293 Evas_Coord mx, my, mw, mh, ax, ay, aw, ah, bx, by, bw, bh; local
310 by = my + mh;
313 by = sy;
315 my = by + bh;
326 sr->dx, sr->dy, mx, my, mw, mh, ax, ay, aw, ah, bx, by, bw, bh);
333 ewk_view_repaint_add(sd->_priv, bx, by, bw, bh);
586 * Each view is composed by a set of frames. The set has at least one
ewk_tiled_backing_store.c 7 License as published by the Free Software Foundation; either
1602 Evas_Coord by = cy + (priv->view.offset.base.y - cy) * scale; local
1701 Evas_Coord by = new_y % th; local
1755 Evas_Coord by = priv->view.offset.base.y; local
    [all...]
  /packages/apps/Camera/jni/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/dropbear/libtommath/
bn.tex 80 to implement ``bignum'' math. However, the resulting code has proven to be very useful. It has been used by numerous
87 release as well. This textbook is meant to compliment the project by providing a more solid walkthrough of the development
90 Since both\footnote{Note that the MPI files under mtest/ are copyrighted by Michael Fromberger. They are not required to use LibTomMath.} are in the
96 also build in MSVC, Borland C out of the box. For any other ISO C compiler a makefile will have to be made by the end
120 and static then install (by default) into /usr/lib as well as install the header files in /usr/include. The shared
136 results. ``mtest/mtest'' will generate test vectors using the MPI library by Michael Fromberger\footnote{A copy of MPI
159 ``tommath\_superclass.h''. By default, the symbol ``LTM\_ALL'' shall be defined which simply
169 In the file tommath\_class.h you will see a large list of C ``defines'' followed by a series of ``ifdefs''
259 are the pros and cons of LibTomMath by comparing it to the math routines from GnuPG\footnote{GnuPG v1.2.3 versus LibTomMath v0.28}.
321 The last two codes listed are not actually ``return'ed'' by a function. They are placed in an integer (the caller mus
    [all...]
  /external/libvpx/vp8/common/
postproc.c 4 * Use of this source code is governed by a BSD-style license
402 * a gaussian distribution with sigma determined by q.
1010 int by, bx; local
1018 for (by = 0; by < 16; by += 4)
    [all...]
  /packages/apps/Camera/jni/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);
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 9 // Unless required by applicable law or agreed to in writing, software
22 <internalformat> is given by ETC1_RGB8_OES.
30 by the following 64 bit integer:
254 int by = 0; local
256 by = 2;
259 int yy = by + y;
340 int by = 0; local
342 by = 2;
345 int yy = by + y;
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 14 * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
49 // Adapted from Matrix Inversion by Richard Carling, Graphics Gems <http://tog.acm.org/GraphicsGems/index.html>.
147 // Let a denote the minor determinant of matrix A obtained by
228 // End of code adapted from Matrix Inversion by Richard Carling
241 // Multiply a homogeneous point by a matrix and return the transformed point
326 // Solve the equation by inverting perspectiveMatrix and multiplying
327 // rightHandSide by the inverse. (This is the easiest way, not
466 double bx, by, bz, bw; local
472 bx = qb[0]; by = qb[1]; bz = qb[2]; bw = qb[3];
474 angle = ax * bx + ay * by + az * bz + aw * bw
    [all...]
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 9 // Unless required by applicable law or agreed to in writing, software
22 <internalformat> is given by ETC1_RGB8_OES.
30 by the following 64 bit integer:
254 int by = 0; local
256 by = 2;
259 int yy = by + y;
340 int by = 0; local
342 by = 2;
345 int yy = by + y;
  /bionic/libc/kernel/common/video/
dsscomp.h 96 __s16 by, bcr, bcb; member in struct:omap_dss_cconv_coefs
  /external/kernel-headers/original/video/
dsscomp.h 96 __s16 by, bcr, bcb; member in struct:omap_dss_cconv_coefs
152 * Indicates if display expects left view first followed by right or viceversa
229 * For now managers are specified by display index as opposed to manager
291 * 5) color_mode is supported by overlay
292 * 6) requested scaling is supported by overlay and functional clocks
302 * (2-by-1) for YUV422, (2-by-2) for YUV420. This will
569 * calling ioctl, and rest of the fields are filled in by ioctl. Up to
595 * ioctl, and rest of the fields are filled in by ioctl.
614 * subsequent composition does not update/specify all overlays used by
    [all...]
  /external/svox/pico/lib/
picoos.c 10 * Unless required by applicable law or agreed to in writing, software
392 the size is therefore computed by inspecting the end addresses of the fields 'size' and 'leftCell';
2038 picoos_uint8 by[2]; local
2057 picoos_uint8 by[4]; local
2097 picoos_uint8 * by = data + *pos; local
2107 picoos_uint8 * by = data + *pos; local
2122 picoos_uint8 by[2]; local
2131 picoos_uint8 by[4]; local
2143 picoos_uint8 * by = data + *pos; local
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 10 * Unless required by applicable law or agreed to in writing, software
363 * Layers are viewed by Skia are slightly different than layers in image editing
370 * A way to implement layers is to create an FBO for each layer, backed by an RGBA
399 * is drawn with the rgba color (0,0,0,alpha). The alpha value offered by the
400 * quad is used to multiply the colors in the frame buffer. This is achieved by
554 // Clear the FBO, expand the clear region by 1 to get nice bilinear filtering
591 // Required below, composeLayerRect() will divide by 255
599 // When the layer is stored in an FBO, we can save a bit of fillrate by
1435 int by = bx + 1; local
    [all...]
  /build/core/
definitions.mk 10 # Unless required by applicable law or agreed to in writing, software
20 ## are used by others to construct the final targets.
44 # The list of tags that have been defined by
62 # Full path to all files that are made by some tool
608 define uniq-pairs-by-first-component
668 # modules in general) that are overridden by this list and,
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 14 Contributed by Cygnus Support.
19 it under the terms of the GNU General Public License as published by
54 wants to place a constant string into the code, followed by a
55 comma and then the length of the string. Doing this by hand
60 will mis-count the number of arguments to the outer macro (by not
78 /* The word size used by BFD on the host. This may be 64 with a 32
626 bfd *by;
688 /* Create a new BFD as if by bfd_openr. Rather than opening a file,
689 reconstruct an ELF file by reading the segments out of remote memory
765 /* The actual window used by BFD. Small user-requested read-onl
619 bfd *by; member in struct:bfd_link_needed_list
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 14 Contributed by Cygnus Support.
19 it under the terms of the GNU General Public License as published by
54 wants to place a constant string into the code, followed by a
55 comma and then the length of the string. Doing this by hand
60 will mis-count the number of arguments to the outer macro (by not
78 /* The word size used by BFD on the host. This may be 64 with a 32
626 bfd *by;
688 /* Create a new BFD as if by bfd_openr. Rather than opening a file,
689 reconstruct an ELF file by reading the segments out of remote memory
765 /* The actual window used by BFD. Small user-requested read-onl
619 bfd *by; member in struct:bfd_link_needed_list
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 14 Contributed by Cygnus Support.
19 it under the terms of the GNU General Public License as published by
54 wants to place a constant string into the code, followed by a
55 comma and then the length of the string. Doing this by hand
61 will mis-count the number of arguments to the outer macro (by not
77 /* The word size used by BFD on the host. This may be 64 with a 32
212 they indicate the set of flags used by that backend (not all flags
244 like an a.out NMAGIC file) (the linker sets this by default, but
249 linker sets this by default, but clears it for -r or -n or -N). */
270 /* This BFD has been created by the linker and doesn't correspon
660 bfd *by; member in struct:bfd_link_needed_list
    [all...]

Completed in 774 milliseconds

1 2