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

12

  /external/skia/src/core/
SkBitmapProcState_matrix_clamp.h 153 uint16_t* xx = (uint16_t*)xy; local
155 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
SkPath.cpp 694 SkScalar xx = x1 - SkScalarMul(dist, before.fX); local
713 matrix.postTranslate(xx - SkScalarMul(radius, before.fX),
719 // [xx,yy] == pts[0]
720 this->lineTo(xx, yy);
    [all...]
  /external/stlport/test/unit/
string_test.cpp 377 string xx; local
379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3
392 xx = "123456";
393 xx += low;
394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) {
400 xx = "1234";
401 xx += ";";
403 if ( strcmp( xx.data(), "1234;" ) != 0 ) {
413 string xx; local
420 xx = "123456"
    [all...]
  /external/yaffs2/yaffs2/direct/
dtest.c 15 char xx[600]; variable
169 char xx[200]; local
177 sprintf(xx,"%s %8d",fn,iterations);
178 yaffs_write(h,xx,strlen(xx));
189 char xx[200]; local
199 sprintf(xx,"%s %8d",fn,iterations);
200 l = strlen(xx);
205 if(strcmp(xx,yy)){
382 while ((result = yaffs_write(h,xx,600)) == 600
1819 char xx[2500]; local
    [all...]
yaffsfs.c 228 // eg. "/data/xx/ff" --> puts name="ff" and returns the directory "/data/xx"
797 yaffs_Object *xx = newdir; local
799 while( renameAllowed && xx)
801 if(xx == obj)
805 xx = xx->parent;
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 377 string xx; local
379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3
392 xx = "123456";
393 xx += low;
394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) {
400 xx = "1234";
401 xx += ";";
403 if ( strcmp( xx.data(), "1234;" ) != 0 ) {
413 string xx; local
420 xx = "123456"
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 377 string xx; local
379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3
392 xx = "123456";
393 xx += low;
394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) {
400 xx = "1234";
401 xx += ";";
403 if ( strcmp( xx.data(), "1234;" ) != 0 ) {
413 string xx; local
420 xx = "123456"
    [all...]
  /external/freetype/src/truetype/
ttgload.c 589 FT_Fixed xx, xy, yy, yx; local
636 xx = yy = 0x10000L;
641 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
642 yy = xx;
646 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
651 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
657 subglyph->transform.xx = xx;
1031 int a = subglyph->transform.xx > 0 ? subglyph->transform.xx
    [all...]
  /external/qemu/android/skin/
trackball.c 242 int xx, yy; local
276 for (xx = 0; xx < DOT_GRID; xx++) {
277 double tx = xx*(2./DOT_GRID);
307 int xx, yy; local
313 for (xx = 0; xx < diameter2; xx++) {
314 double x0 = xx - radius2
    [all...]
window.c 217 int nn, xx = x & 3; local
222 c = c - ((c >> 2) & dotmatrix_argb32[(yy << 2)|xx]);
224 xx = (xx + 1) & 3;
387 int yy, xx; local
413 for (xx = 0; xx < w; xx++) {
414 dst[xx] = rgb565_to_argb32(src[xx]);
    [all...]
  /external/skia/src/effects/
SkGradientShader.cpp 963 unsigned xx = SkPin32(fx, -0xFFFF >> 1, 0xFFFF >> 1); local
1052 unsigned xx = SkPin32(fx, -0xFFFF >> 1, 0xFFFF >> 1); local
1061 unsigned xx = SkPin32(fx, -0xFFFF >> 1, 0xFFFF >> 1); local
    [all...]
  /external/speex/libspeex/
resample.c 275 float xx = x * cutoff; local
281 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func));
288 float xx = x * cutoff; local
294 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func);
    [all...]
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 1075 double xx = decomp.quaternionX * decomp.quaternionX; local
    [all...]
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 277 int xx = bx + x; local
278 int i = xx + 4 * y;
361 int xx = bx + x; local
362 int i = xx + 4 * y;
365 &pCompressed->low, y + xx * 4, pModifierTable);
  /external/openssl/ssl/
kssl.c 840 ** "62 xx 30 yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and
841 ** xx and yy are possibly multi-byte length fields.
846 int xx = 0, yy = 0; local
851 case 0x82: p++; xx = (*p++ << 8); xx += *p++; break;
852 case 0x81: p++; xx = *p++; break;
854 default: xx = *p++; break;
865 return (xx - len == yy)? 1: 0;
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 

Completed in 395 milliseconds

12