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

1 2 3 4

  /external/ImageMagick/www/api/
drawing-wand.php 582 <p>DrawGetClipPath() obtains the current clipping path ID. The value returned must be deallocated by the user when it is no longer needed.</p>
604 <p>DrawGetClipRule() returns the current polygon fill rule to be used by the clipping path.</p>
648 <p>DrawGetDensity() obtains the vertical and horizontal resolution. The value returned must be deallocated by the user when it is no longer needed.</p>
790 <p>DrawGetFont() returns a null-terminaged string specifying the font used when annotating with text. The value returned must be freed by the user when no longer needed.</p>
812 <p>DrawGetFontFamily() returns the font family to use when annotating with text. The value returned must be freed by the user when it is no longer needed.</p>
2150 <p>DrawPathStart() declares the start of a path drawing list which is terminated by a matching DrawPathFinish() command. All other DrawPath commands must be enclosed between a DrawPathStart() and a DrawPathFinish() command. This is because path drawing commands are subordinate commands and they do not function by themselves.<\/p> function
    [all...]
  /external/clang/test/Modules/Inputs/include_next/y/
b.h 1 enum { by = 4 }; enumerator in enum:__anon7712
  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.cpp 46 int bx1, bx2, by; local
47 GetItemSizes(IDCANCEL, bx1, by);
48 GetItemSizes(IDOK, bx2, by);
49 int y = ySize - my - by;
54 MoveItem(IDCANCEL, x, y, bx1, by);
55 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
  /external/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),
58 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},
  /ndk/build/core/
definitions-utils.mk 9 # Unless required by applicable law or agreed to in writing, software
57 # Note : This is equivalent to the 'uniq' function provided by GMSL,
88 # Function : filter-by
95 filter-by = $(strip \
99 -test-filter-by = \
101 $(call test-expect,,$(call filter-by,,-local-func))\
102 $(call test-expect,foo,$(call filter-by,foo,-local-func))\
103 $(call test-expect,foo,$(call filter-by,foo bar,-local-func))\
104 $(call test-expect,foo foo,$(call filter-by,aaa foo bar foo,-local-func))\
106 $(call test-expect,,$(call filter-by,,-local-func))
    [all...]
  /external/skia/src/pathops/
SkPathOpsConic.cpp 4 * Use of this source code is governed by a BSD-style license that can be
154 double by = 2 * dy - (ay + cy) / 2; local
156 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}}},
  /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...]
  /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);
90 tmp[i++] = by[j];
136 tmp[i++] = by[j];
180 tmp[i++] = by[j];
225 tmp[i++] = by[j]
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 10 * Unless required by applicable law or agreed to in writing, software
33 byte [] by; field in class:RSYuvTest
52 by = new byte[w*h];
56 for (int i=0; i < by.length; i++) {
57 by[i] = (byte)r.nextInt(256);
71 ay.copyFrom(by);
91 tmp[i++] = by[j];
130 tmp[i++] = by[j];
169 tmp[i++] = by[j];
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
Mat33.java 13 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
29 * A 3-by-3 matrix. Stored in column-major order.
233 float by = ey.z * ez.x - ey.x * ez.z; local
235 float det = ex.x * bx + ex.y * by + ex.z * bz;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
VoronoiDiagram.java 182 float by = b.center.y - y; local
184 float b2 = bx * bx + by * 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)
  /external/opencv3/modules/photo/src/
fast_nlmeans_denoising_invoker.hpp 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
126 // additional optimization of precalced weights to replace division(averaging) by binary shift
307 int by = start_by + y; local
310 col_dist_sums[new_last_col_num][y][x] += D::template calcDist<T>(extended_src_, ay + ty, ax, by + ty, bx);
fast_nlmeans_multi_denoising_invoker.hpp 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
134 // additional optimization of precalced weights to replace division(averaging) by binary shift
342 int by = start_by + y; local
350 cur_extended_src.at<T>(by + ty, bx));
  /external/pdfium/third_party/libopenjpeg20/
mct.c 27 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
219 const __m128i by = _mm_set1_epi32(934); local
257 lo = _mm_mul_epi32(lo, by);
258 hi = _mm_mul_epi32(hi, by);
  /external/v8/src/regexp/
interpreter-irregexp.cc 2 // Use of this source code is governed by a BSD-style license that can be
127 // A simple abstraction over the backtracking stack used by the interpreter.
129 // the memory held by the stack is released or remembered in a cache if the
572 int by = static_cast<uint32_t>(insn) >> BYTECODE_SHIFT; local
573 if (subject.length() - current > by) {
574 current = subject.length() - by;
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbshelve.py 3 # Copyright (c) 1997-2001 by Total Control Software
41 import cPickle # Will be converted to "pickle" by "2to3" namespace
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbshelve.py 3 # Copyright (c) 1997-2001 by Total Control Software
41 import cPickle # Will be converted to "pickle" by "2to3" namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 3 # Copyright (c) 1997-2001 by Total Control Software
41 import cPickle # Will be converted to "pickle" by "2to3" namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 3 # Copyright (c) 1997-2001 by Total Control Software
41 import cPickle # Will be converted to "pickle" by "2to3" namespace
  /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...]

Completed in 2243 milliseconds

1 2 3 4