HomeSort by relevance Sort by last modified time
    Searched refs:p2 (Results 151 - 175 of 380) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 228 FloatPoint p2 = point2; local
229 bool isVerticalLine = (p1.x() == p2.x());
238 p2.move(0, -width);
241 p2.move(-width, 0);
249 p2.move(0.5f, 0.0f);
253 p2.move(0.0f, 0.5f);
283 CGContextFillRect(context, FloatRect(p2.x() - width / 2, p2.y(), width, width));
286 CGContextFillRect(context, FloatRect(p2.x(), p2.y() - width / 2, width, width))
    [all...]
PathCG.cpp 209 void Path::addArcTo(const FloatPoint& p1, const FloatPoint& p2, float radius)
211 CGPathAddArcToPoint(m_path, 0, p1.x(), p1.y(), p2.x(), p2.y(), radius);
  /frameworks/base/media/java/android/media/audiofx/
Equalizer.java 412 int p2 = -1; local
418 p2 = byteArrayToInt(param, 4);
428 l.onParameterChange(Equalizer.this, status, p1, p2, v);
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.cpp 209 Word16 *p2; local
303 p2 = h - *(p_codvec++);
329 *p2++,
c3_14pf.cpp 689 Word16 *p2; local
777 p2 = h - codvec[2];
799 *p2++,
c4_17pf.cpp 759 Word16 *p2; local
844 p2 = h - codvec[2];
867 *p2++,
  /frameworks/base/services/java/com/android/server/am/
BroadcastRecord.java 147 String p2 = prefix + " "; local
154 ((BroadcastFilter)o).dumpBrief(pw, p2);
156 ((ResolveInfo)o).dump(printer, p2);
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 33 int compare_raw_spl_eb(const void* p1, const void* p2) {
37 if ('\0' == (static_cast<const RawSpelling*>(p2))->str[0])
41 (static_cast<const RawSpelling*>(p2))->str);
ngram.cpp 29 int comp_double(const void *p1, const void *p2) {
30 if (*static_cast<const double*>(p1) < *static_cast<const double*>(p2))
32 if (*static_cast<const double*>(p1) > *static_cast<const double*>(p2))
  /external/bluetooth/bluez/src/
textfile.c 121 char *p2 = memchr(ptr + 1, toupper(*key), ptrlen - 1); local
124 ptr = p2;
125 else if (!p2)
128 ptr = (p1 < p2) ? p1 : p2;
  /external/openssl/crypto/rsa/
rsa_pmeth.c 373 static int pkey_rsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
427 if (!p2)
429 rctx->pub_exp = p2;
433 if (!check_padding_md(p2, rctx->pad_mode))
435 rctx->md = p2;
  /external/webkit/WebCore/platform/graphics/cairo/
PathCairo.cpp 153 void Path::addArcTo(const FloatPoint& p1, const FloatPoint& p2, float radius)
163 if ((p1.x() == p0.x() && p1.y() == p0.y()) || (p1.x() == p2.x() && p1.y() == p2.y()) || radius == 0.f) {
169 FloatPoint p1p2((p2.x() - p1.x()),(p2.y() - p1.y()));
  /external/webkit/WebCore/platform/graphics/qt/
PathQt.cpp 158 void Path::addArcTo(const FloatPoint& p1, const FloatPoint& p2, float radius)
162 if ((p1.x() == p0.x() && p1.y() == p0.y()) || (p1.x() == p2.x() && p1.y() == p2.y()) || radius == 0.f) {
168 FloatPoint p1p2((p2.x() - p1.x()), (p2.y() - p1.y()));
  /external/libvpx/vp8/common/x86/
loopfilter_mmx.asm 81 movq mm4, [rdi+4*rax] ; p2
82 movq mm5, mm4 ; p2
83 psubusb mm4, mm2 ; p2-=p3
84 psubusb mm2, mm5 ; p3-=p2
85 por mm4, mm2 ; abs(p3 - p2)
92 psubusb mm4, mm5 ; p1-=p2
93 psubusb mm5, mm3 ; p2-=p1
94 por mm4, mm5 ; abs(p2 - p1)
338 punpckhdq mm1, mm2 ; 71 61 51 41 31 21 11 01 =p2
340 movq mm2, mm1 ; 71 61 51 41 31 21 11 01 =p2
    [all...]
  /external/libvpx/vp8/common/arm/neon/
mbloopfilterhorizontaledge_uv_neon.asm 36 vld1.u8 {d8}, [r0], r1 ; p2
37 vld1.u8 {d9}, [r3], r1 ; p2
57 vabd.u8 q11, q3, q4 ; abs(p3 - p2)
58 vabd.u8 q12, q4, q5 ; abs(p2 - p1)
64 vcge.u8 q15, q1, q11 ; (abs(p3 - p2) > limit)*-1
65 vcge.u8 q12, q1, q12 ; (abs(p2 - p1) > limit)*-1
101 veor q4, q4, q0 ; ps2: p2 offset to convert to a signed value
loopfilterhorizontaledge_y_neon.asm 34 vld1.u8 {q4}, [r0], r1 ; p2
44 vabd.u8 q11, q3, q4 ; abs(p3 - p2)
46 vabd.u8 q12, q4, q5 ; abs(p2 - p1)
55 vcge.u8 q15, q1, q11 ; (abs(p3 - p2) > limit)*-1
56 vcge.u8 q12, q1, q12 ; (abs(p2 - p1) > limit)*-1
mbloopfilterhorizontaledge_y_neon.asm 33 vld1.u8 {q4}, [r0], r1 ; p2
41 vabd.u8 q11, q3, q4 ; abs(p3 - p2)
43 vabd.u8 q12, q4, q5 ; abs(p2 - p1)
52 vcge.u8 q15, q1, q11 ; (abs(p3 - p2) > limit)*-1
53 vcge.u8 q12, q1, q12 ; (abs(p2 - p1) > limit)*-1
89 veor q4, q4, q0 ; ps2: p2 offset to convert to a signed value
  /bionic/libc/netbsd/resolv/
res_cache.c 858 const uint8_t* p2 = pack2->cursor; local
864 if (p1 >= end1 || p2 >= end2) {
869 c2 = *p2++;
875 pack2->cursor = p2;
882 if ((p1+c1 > end1) || (p2+c1 > end2)) {
887 if (memcmp(p1, p2, c1) != 0)
890 p2 += c1;
902 const uint8_t* p2 = pack2->cursor; local
904 if ( p1 + numBytes > pack1->end || p2 + numBytes > pack2->end )
907 if ( memcmp(p1, p2, numBytes) != 0
    [all...]
  /external/quake/quake/src/QW/server/
world.c 533 qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, trace_t *trace)
572 t2 = p2[plane->type] - plane->dist;
577 t2 = DotProduct (plane->normal, p2) - plane->dist;
582 return SV_RecursiveHullCheck (hull, node->children[0], p1f, p2f, p1, p2, trace);
584 return SV_RecursiveHullCheck (hull, node->children[1], p1f, p2f, p1, p2, trace);
587 return SV_RecursiveHullCheck (hull, node->children[0], p1f, p2f, p1, p2, trace);
589 return SV_RecursiveHullCheck (hull, node->children[1], p1f, p2f, p1, p2, trace);
604 mid[i] = p1[i] + frac*(p2[i] - p1[i]);
624 return SV_RecursiveHullCheck (hull, node->children[side^1], midf, p2f, mid, p2, trace);
656 mid[i] = p1[i] + frac*(p2[i] - p1[i])
    [all...]
  /external/quake/quake/src/WinQuake/
world.cpp 581 qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, trace_t *trace)
620 t2 = p2[plane->type] - plane->dist;
625 t2 = DotProduct (plane->normal, p2) - plane->dist;
630 return SV_RecursiveHullCheck (hull, node->children[0], p1f, p2f, p1, p2, trace);
632 return SV_RecursiveHullCheck (hull, node->children[1], p1f, p2f, p1, p2, trace);
635 return SV_RecursiveHullCheck (hull, node->children[0], p1f, p2f, p1, p2, trace);
637 return SV_RecursiveHullCheck (hull, node->children[1], p1f, p2f, p1, p2, trace);
652 mid[i] = p1[i] + frac*(p2[i] - p1[i]);
672 return SV_RecursiveHullCheck (hull, node->children[side^1], midf, p2f, mid, p2, trace);
704 mid[i] = p1[i] + frac*(p2[i] - p1[i])
    [all...]
  /external/svox/pico/lib/
picokpr.c 435 picoos_uint32 p0, p1, p2, p3; local
439 p2 = *(p++);
442 c = p0 + (p1<<8) + (p2<<16) + (p3<<24);
472 picoos_uint32 p0, p1, p2, p3; local
476 p2 = *(p++);
479 c = p0 + (p1<<8) + (p2<<16) + (p3<<24);
  /external/openssl/crypto/dsa/
dsa_ossl.c 104 #define DSA_MOD_EXP(err_instr,dsa,rr,a1,p1,a2,p2,m,ctx,in_mont) \
109 (a2), (p2), (m), (ctx), (in_mont)); \
111 _tmp_res53 = BN_mod_exp2_mont((rr), (a1), (p1), (a2), (p2), \
  /external/v8/test/cctest/
test-assembler-mips.cc 42 typedef Object* (*F1)(int x, int p1, int p2, int p3, int p4);
43 typedef Object* (*F2)(int x, int y, int p2, int p3, int p4);
44 typedef Object* (*F3)(void* p, int p1, int p2, int p3, int p4);
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 343 bool insert_entry(unsigned p1, unsigned p2, unsigned id);
344 bool pop_entry(unsigned *p1,unsigned *p2, unsigned *id);
405 unsigned int p2,
  /external/ppp/pppd/plugins/
winbind.c 174 char *p1 = NULL, *p2 = NULL; local
187 if (!(p2 = strchr(hexchars, toupper(strhex[i]))))
192 lonybble = (p2 - hexchars);
198 p2 = NULL;

Completed in 595 milliseconds

1 2 3 4 5 67 8 91011>>