/external/webkit/Source/WebCore/platform/graphics/transforms/ |
RotateTransformOperation.cpp | 72 TransformationMatrix::DecomposedType decomp; local 73 toT.decompose(decomp); 76 double x = -decomp.quaternionX; 77 double y = -decomp.quaternionY; 78 double z = -decomp.quaternionZ; 86 angle = rad2deg(acos(decomp.quaternionW) * 2);
|
PerspectiveTransformOperation.cpp | 55 TransformationMatrix::DecomposedType decomp; local 56 toT.decompose(decomp); 58 if (decomp.perspectiveZ) { 59 double val = -1.0 / decomp.perspectiveZ;
|
TransformationMatrix.cpp | [all...] |
/frameworks/base/opengl/libs/GLES2_dbg/test/ |
test_main.cpp | 133 unsigned char * decomp = dbg.Decompress(out.data(), out.length(), &decompSize); local 136 EXPECT_EQ((unsigned char)(i * 13), decomp[i]) << "xor with 0 ref is identity"; 137 free(decomp); 145 decomp = dbg.Decompress(out.data(), out.length(), &decompSize); 148 EXPECT_EQ(0, decomp[i]) << "xor with same ref is 0"; 149 free(decomp); 157 decomp = dbg.Decompress(out.data(), out.length(), &decompSize); 160 EXPECT_EQ((unsigned char)(i * 13) ^ (unsigned char)(i * 19), decomp[i]) 162 free(decomp);
|
/external/icu4c/samples/translit/answers/ |
unaccent.cpp | 13 normalizer("", Normalizer::DECOMP),
|
/external/bluetooth/glib/glib/ |
gunidecomp.c | 0 /* decomp.c - Character decomposition. 225 const gchar *decomp; local 236 else if ((decomp = find_decomposition (ch, FALSE)) != NULL) 241 *result_len = g_utf8_strlen (decomp, -1); 244 for (p = decomp, i = 0; *p != '\0'; p = g_utf8_next_char (p), i++) 366 const gchar *decomp; local 377 decomp = find_decomposition (wc, do_compat); 379 if (decomp) 380 n_wc += g_utf8_strlen (decomp, -1); 396 const gchar *decomp; local [all...] |
guniprop.c | 837 gunichar *decomp; local 839 decomp = g_unicode_canonical_decomposition (c, &decomp_len); 842 if (decomp[i] != 0x307 /* COMBINING DOT ABOVE */) 843 len += g_unichar_to_utf8 (g_unichar_toupper (decomp[i]), out_buffer ? out_buffer + len : NULL); 845 g_free (decomp); [all...] |
/external/icu4c/i18n/ |
ucol_elm.cpp | 1624 const UChar *decomp; local 1747 UChar decomp[256], comp[256]; local 1863 UChar decomp[256]; local [all...] |
ucol_elm.h | 124 UChar *decomp; member in struct:__anon6015
|
/external/ppp/pppd/include/net/ |
if_ppp.h | 75 #define SC_VJ_RESET 0x00000800 /* need to reset VJ decomp */ 78 #define SC_DC_ERROR 0x00004000 /* non-fatal decomp error detected */ 79 #define SC_DC_FERROR 0x00008000 /* fatal decomp error detected */
|
pppio.h | 50 #define PPPIO_VJINIT _PPPIO(140) /* initialize VJ comp/decomp */ 75 #define CCP_ISUP 0x200 /* do packet comp/decomp */ 76 #define CCP_ERROR 0x400 /* (status) error in packet decomp */
|
ppp-comp.h | 104 #define DECOMP_ERROR 1 /* error detected before decomp. */ 105 #define DECOMP_FATALERROR 2 /* error detected after decomp. */
|
/external/icu4c/test/intltest/ |
canittst.cpp | 178 UnicodeString decomp, comp; local 183 Normalizer::decompose(s, FALSE, 0, decomp, status); 186 // skip characters that don't have either decomp. 188 if (s == decomp && s == comp) { 198 if (item == decomp) gotDecomp = TRUE;
|
ucdtest.cpp | 353 UnicodeString decomp=nfd->normalize(UnicodeString(start), errorCode); local 354 if(decomp.length()>1 && decomp[0]==0x49) { 360 errln("[canon start set of 0049] != [all c with canon decomp with 0049]"); 365 // "[canon start set of 0049]", "[all c with canon decomp with 0049]",
|
transrt.cpp | 133 UnicodeString decomp; local 135 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec); 139 for (int i = 0; i < decomp.length(); ++i) { // don't worry about surrogates 140 switch (getType(decomp.charAt(i))) { 141 case 0: t = getType(decomp.charAt(i+1)); 144 case 1: t = getType(decomp.charAt(i-1)); 147 case 2: t = getType(decomp.charAt(i-1)); 179 UnicodeString decomp; local 181 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec); 190 for (int32_t i = 0; i < decomp.length(); ++i) [all...] |
tstnorm.cpp | 167 logln("testing decomp..."); 271 UnicodeString decomp[1][3]; local 272 decomp[0][0] = str("\\u0f77"); 273 decomp[0][1] = str("\\u0f77"); 274 decomp[0][2] = str("\\u0fb2\\u0f71\\u0f80"); 281 staticTest(UNORM_NFD, 0, decomp, ARRAY_LENGTH(decomp), 1); 282 staticTest(UNORM_NFKD, 0, decomp, ARRAY_LENGTH(decomp), 2); 345 // Expect col2 x DECOMP => col [all...] |
regcoll.cpp | 168 String[] decomp = { 172 "\u00C0", "=", "A\u0300" // Decomp should make these equal 180 static const UChar decomp[][CollationRegressionTest::MAX_TOKEN_LEN] = local 195 compareArray(*c, decomp, ARRAY_LENGTH(decomp)); [all...] |
/external/icu4c/common/ |
caniter.cpp | 510 const UChar *decomp=decompString.getBuffer(); local 518 U16_NEXT(decomp, decompPos, decompLen, decompCp); 524 if (cp == decompCp) { // if equal, eat another cp from decomp 528 if (decompPos == decompLen) { // done, have all decomp characters! 533 U16_NEXT(decomp, decompPos, decompLen, decompCp); 546 // if the decomp class < the segment class, we fail
|
normalizer2.cpp | 354 Norm2AllModes() : comp(impl, FALSE), decomp(impl), fcd(impl), fcc(impl, TRUE) {} 358 DecomposeNormalizer2 decomp; member in struct:Norm2AllModes 449 return allModes!=NULL ? &allModes->decomp : NULL; 476 return allModes!=NULL ? &allModes->decomp : NULL; 610 return &allModes->decomp;
|
/external/chromium/net/tools/spdyshark/ |
packet-spdy.c | 763 spdy_decompress_header_block(tvbuff_t *tvb, z_streamp decomp, 771 decomp->next_in = (Bytef *)hptr; 772 decomp->avail_in = length; 773 decomp->next_out = uncomp_block; 774 decomp->avail_out = bufsize; 775 retcode = inflate(decomp, Z_SYNC_FLUSH); 777 if (decomp->adler != dictionary_id) { 779 (guint)decomp->adler, dictionary_id); 781 retcode = inflateSetDictionary(decomp, 785 retcode = inflate(decomp, Z_SYNC_FLUSH) 1096 z_streamp decomp = frame_type == SPDY_SYN_STREAM ? local [all...] |
/external/kernel-headers/original/linux/ |
if_ppp.h | 84 #define SC_DC_FERROR 0x00800000 /* fatal decomp error detected */ 85 #define SC_DC_ERROR 0x00400000 /* non-fatal decomp error detected */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_ppp.h | 83 #define SC_DC_FERROR 0x00800000 /* fatal decomp error detected */ 84 #define SC_DC_ERROR 0x00400000 /* non-fatal decomp error detected */
|
ppp-comp.h | 130 #define DECOMP_ERROR -1 /* error detected before decomp. */ 131 #define DECOMP_FATALERROR -2 /* error detected after decomp. */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/ |
if_ppp.h | 103 #define SC_DC_FERROR 0x00800000 /* fatal decomp error detected */ 104 #define SC_DC_ERROR 0x00400000 /* non-fatal decomp error detected */
|
/external/icu4c/test/cintltst/ |
cnormtst.c | 1473 UChar decomp[32]; local [all...] |