HomeSort by relevance Sort by last modified time
    Searched full:quad (Results 26 - 50 of 189) sorted by null

12 3 4 5 6 7 8

  /external/skia/src/core/
SkQuadClipper.h 40 /** Iterator that returns the clipped segements of a quad clipped to a rect.
SkMath.cpp 493 int quad = ((unsigned)radians / (kTableSize * 256)) & 3; local
505 int quad = ((unsigned)radians / kTableSize) & 3; local
508 if (quad & 1) {
511 if (quad & 2) {
514 if (((quad - 1) & 2) == 0) {
SkQuadClipper.cpp 97 // take the 2nd chopped quad
SkGeometry.cpp 274 /** Quad'(t) = At + B, where
296 /* Returns 0 for 1 quad, and 1 for two quads, either way the answer is
340 /* Returns 0 for 1 quad, and 1 for two quads, either way the answer is
1095 /* given a quad-curve and a point (x,y), chop the quad at that point and return
1096 the new quad's offCurve point. Should only return false if the computed pos
1099 static bool quad_pt2OffCurve(const SkPoint quad[3], SkScalar x, SkScalar y, SkPoint* offCurve)
1105 base = &quad[0].fX;
1108 base = &quad[0].fY;
    [all...]
SkStream.cpp 91 uint32_t quad; local
92 if (!this->read(&quad, 4)) {
95 return quad;
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridDrawManager.java 427 GridQuad quad = GridDrawables.sFullscreenGrid[vboIndex];
436 quad.resizeQuad(viewAspect, u, v, imageWidth, imageHeight);
437 quad.bindArrays(gl);
439 quad.unbindArrays(gl);
449 quad.resizeQuad(viewAspect, u, v, imageWidth, imageHeight);
450 quad.bindArrays(gl);
452 quad.unbindArrays(gl);
456 mCurrentFocusItemWidth = quad.getWidth();
457 mCurrentFocusItemHeight = quad.getHeight();
    [all...]
  /external/v8/test/mjsunit/third_party/
string-trim.js 55 {s : '\u2000', t : 'EN QUAD'},
56 {s : '\u2001', t : 'EM QUAD'},
  /external/skia/include/core/
SkGeometry.h 71 0 dst[0..2] is the original quad
78 if the point of maximum curvature exists on the quad segment.
80 1 dst[0..2] is the original quad
  /external/grub/stage2/
disk_inode.h 68 quad ic_size; /* 8: number of bytes in file */
fs.h 227 quad fs_maxfilesize; /* maximum representable file size */
228 quad fs_qbmask; /* ~fs_bmask - for use with quad size */
229 quad fs_qfmask; /* ~fs_fmask - for use with quad size */
  /external/libffi/src/x86/
darwin64.S 345 .quad LUW0-. /* FDE initial location */
347 .quad L$set$2
389 .quad LUW5-. /* FDE initial location */
391 .quad L$set$7
  /external/webkit/WebCore/inspector/
InspectorController.cpp     [all...]
  /external/quake/
README 175 impulse -1 quad cheat
177 impulse 255 quad cheat
  /external/icu4c/i18n/
indiancal.cpp 162 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj; local
170 quad = uprv_floor(dcent / 1461);
173 year = (int32_t)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex);
  /external/kernel-headers/original/asm-x86/
voyager.h 236 /* Submodule number for the Quad Baseboard */
239 /* ASIC defines for the Quad Baseboard */
319 * interface these are needed to find out how SUS initialised any Quad
msr.h 307 " .quad 2b,3b\n\t" \
325 " .quad 1b,3b\n" \
  /external/webkit/JavaScriptCore/icu/unicode/
uversion.h 179 * compression, generating quad level always when strength is quad or more
  /external/webkit/JavaScriptGlue/icu/unicode/
uversion.h 179 * compression, generating quad level always when strength is quad or more
  /external/webkit/WebCore/icu/unicode/
uversion.h 179 * compression, generating quad level always when strength is quad or more
  /external/webkit/WebKit/mac/icu/unicode/
uversion.h 179 * compression, generating quad level always when strength is quad or more
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
fonts.conf 65 <int>0x2000</int> <!-- EN QUAD -->
66 <int>0x2001</int> <!-- EM QUAD -->
  /external/webkit/WebKitTools/DumpRenderTree/qt/
fonts.conf 65 <int>0x2000</int> <!-- EN QUAD -->
66 <int>0x2001</int> <!-- EM QUAD -->
  /external/webkit/WebCore/rendering/
RenderObject.cpp 865 FloatPoint quad[4]; local
868 quad[0] = FloatPoint(x1 + max(-adjbw1, 0), y1);
869 quad[1] = FloatPoint(x1 + max(adjbw1, 0), y2);
870 quad[2] = FloatPoint(x2 - max(adjbw2, 0), y2);
871 quad[3] = FloatPoint(x2 - max(-adjbw2, 0), y1);
874 quad[0] = FloatPoint(x1 + max(adjbw1, 0), y1);
875 quad[1] = FloatPoint(x1 + max(-adjbw1, 0), y2);
876 quad[2] = FloatPoint(x2 - max(-adjbw2, 0), y2);
877 quad[3] = FloatPoint(x2 - max(adjbw2, 0), y1);
880 quad[0] = FloatPoint(x1, y1 + max(-adjbw1, 0))
    [all...]
  /frameworks/base/awt/java/awt/
BasicStroke.java 898 * Adds solid quad segment to the work path.
1001 * Subdivides solid quad curve to make outline for source quad segment and
    [all...]
  /bionic/libc/inet/
inet_pton.c 66 * 1 if `src' is a valid dotted quad, else 0.

Completed in 138 milliseconds

12 3 4 5 6 7 8