HomeSort by relevance Sort by last modified time
    Searched refs:quad (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/WebCore/rendering/
TransformState.h 46 // If quad is non-null, it will be mapped
47 TransformState(TransformDirection mappingDirection, const FloatPoint& p, const FloatQuad* quad = 0)
50 , m_mapQuad(quad != 0)
53 if (quad)
54 m_lastPlanarQuad = *quad;
67 // Return the coords of the point or quad in the last flattened layer
71 // Return the point or quad mapped through the current transform
90 static PassRefPtr<HitTestingTransformState> create(const FloatPoint& p, const FloatQuad& quad)
92 return adoptRef(new HitTestingTransformState(p, quad));
114 HitTestingTransformState(const FloatPoint& p, const FloatQuad& quad)
    [all...]
RenderObject.h 558 // Convert a local quad to absolute coordinates, taking transforms into account.
559 FloatQuad localToAbsoluteQuad(const FloatQuad& quad, bool fixed = false) const
561 return localToContainerQuad(quad, 0, fixed);
563 // Convert a local quad into the coordinate system of container, taking transforms into account.
    [all...]
RenderObject.cpp 878 FloatPoint quad[4]; local
881 quad[0] = FloatPoint(x1 + max(-adjbw1, 0), y1);
882 quad[1] = FloatPoint(x1 + max(adjbw1, 0), y2);
883 quad[2] = FloatPoint(x2 - max(adjbw2, 0), y2);
884 quad[3] = FloatPoint(x2 - max(-adjbw2, 0), y1);
887 quad[0] = FloatPoint(x1 + max(adjbw1, 0), y1);
888 quad[1] = FloatPoint(x1 + max(-adjbw1, 0), y2);
889 quad[2] = FloatPoint(x2 - max(-adjbw2, 0), y2);
890 quad[3] = FloatPoint(x2 - max(adjbw2, 0), y1);
893 quad[0] = FloatPoint(x1, y1 + max(-adjbw1, 0))
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-s390x.pl 169 .quad 0x428a2f98d728ae22,0x7137449123ef65cd
170 .quad 0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc
171 .quad 0x3956c25bf348b538,0x59f111f1b605d019
172 .quad 0x923f82a4af194f9b,0xab1c5ed5da6d8118
173 .quad 0xd807aa98a3030242,0x12835b0145706fbe
174 .quad 0x243185be4ee4b28c,0x550c7dc3d5ffb4e2
175 .quad 0x72be5d74f27b896f,0x80deb1fe3b1696b1
176 .quad 0x9bdc06a725c71235,0xc19bf174cf692694
177 .quad 0xe49b69c19ef14ad2,0xefbe4786384f25e3
178 .quad 0x0fc19dc68b8cd5b5,0x240ca1cc77ac9c6
    [all...]
sha512-x86_64.pl 304 .quad 0x428a2f98d728ae22,0x7137449123ef65cd
305 .quad 0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc
306 .quad 0x3956c25bf348b538,0x59f111f1b605d019
307 .quad 0x923f82a4af194f9b,0xab1c5ed5da6d8118
308 .quad 0xd807aa98a3030242,0x12835b0145706fbe
309 .quad 0x243185be4ee4b28c,0x550c7dc3d5ffb4e2
310 .quad 0x72be5d74f27b896f,0x80deb1fe3b1696b1
311 .quad 0x9bdc06a725c71235,0xc19bf174cf692694
312 .quad 0xe49b69c19ef14ad2,0xefbe4786384f25e3
313 .quad 0x0fc19dc68b8cd5b5,0x240ca1cc77ac9c6
    [all...]
  /external/grub/stage2/
defs.h 57 quad; /* an 8-byte item */ typedef in typeref:struct:_quad_
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/skia/src/core/
SkRect.cpp 55 void SkRect::toQuad(SkPoint quad[4]) const
57 SkASSERT(quad);
59 quad[0].set(fLeft, fTop);
60 quad[1].set(fRight, fTop);
61 quad[2].set(fRight, fBottom);
62 quad[3].set(fLeft, fBottom);
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) {
SkStream.cpp 91 uint32_t quad; local
92 if (!this->read(&quad, 4)) {
95 return 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...]
  /external/skia/src/utils/
SkCullPoints.cpp 64 static void toQuad(const SkIRect& r, SkIPoint quad[4])
66 SkASSERT(quad);
68 quad[0].set(r.fLeft, r.fTop);
69 quad[1].set(r.fRight, r.fTop);
70 quad[2].set(r.fRight, r.fBottom);
71 quad[3].set(r.fLeft, r.fBottom);
  /dalvik/vm/mterp/x86-atom/
header.S 445 .quad 0x8000000000000000
448 .quad 0xFFFFFFFFFFFFFFFF
451 .quad 0x0000000000000000
453 .quad 0x000000000000003F
456 .quad 0x0000000000000040
459 .quad 0x7FFFFFFFFFFFFFFF
462 .quad 0x8000000000000000
465 .quad 0x0000000000000000
  /external/kernel-headers/original/asm-x86/
io_32.h 43 #define XQUAD_PORTIO_QUAD 0x40000 /* 256k per quad. */
275 #define XQUAD_PORT_ADDR(port, quad) (xquad_portio + (XQUAD_PORTIO_QUAD*quad) + port)
277 static inline void out##bwl##_quad(unsigned type value, int port, int quad) { \
279 write##bwl(value, XQUAD_PORT_ADDR(port, quad)); \
286 static inline unsigned type in##bwl##_quad(int port, int quad) { \
288 return read##bwl(XQUAD_PORT_ADDR(port, quad)); \
  /external/chromium/third_party/icu/source/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/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/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
  /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/webkit/WebCore/inspector/
InspectorController.cpp     [all...]
  /external/libffi/src/powerpc/
darwin.S 33 #define g_long MODE_CHOICE(long, quad) /* usage is ".g_long" */
darwin_closure.S 38 #define g_long MODE_CHOICE(long, quad) /* usage is ".g_long" */
linux64.S 38 .quad .ffi_call_LINUX64,.TOC.@tocbase,0
linux64_closure.S 40 .quad .ffi_closure_LINUX64,.TOC.@tocbase,0
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 155 ".p2align\t3\n\t.quad";
475 /\.rva|\.long|\.quad/
583 /\.(value|long|rva|quad)/

Completed in 1275 milliseconds

1 2