/external/chromium_org/ui/gfx/ |
transform_util.cc | 118 SkMatrix44 BuildPerspectiveMatrix(const DecomposedTransform& decomp) { 122 matrix.setDouble(3, i, decomp.perspective[i]); 126 SkMatrix44 BuildTranslationMatrix(const DecomposedTransform& decomp) { 129 matrix.setTranslate(SkDoubleToMScalar(decomp.translate[0]), 130 SkDoubleToMScalar(decomp.translate[1]), 131 SkDoubleToMScalar(decomp.translate[2])); 135 SkMatrix44 BuildSnappedTranslationMatrix(DecomposedTransform decomp) { 136 decomp.translate[0] = Round(decomp.translate[0]); 137 decomp.translate[1] = Round(decomp.translate[1]) 449 DecomposedTransform decomp; local [all...] |
transform_util.h | 55 GFX_EXPORT Transform ComposeTransform(const DecomposedTransform& decomp);
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
PerspectiveTransformOperation.cpp | 56 TransformationMatrix::DecomposedType decomp; local 57 toT.decompose(decomp); 59 if (decomp.perspectiveZ) { 60 double val = -1.0 / decomp.perspectiveZ;
|
RotateTransformOperation.cpp | 73 TransformationMatrix::DecomposedType decomp; local 74 toT.decompose(decomp); 77 double x = -decomp.quaternionX; 78 double y = -decomp.quaternionY; 79 double z = -decomp.quaternionZ; 87 angle = rad2deg(acos(decomp.quaternionW) * 2);
|
AffineTransform.cpp | 350 bool AffineTransform::decompose(DecomposedType& decomp) const 378 decomp.scaleX = sx; 379 decomp.scaleY = sy; 380 decomp.angle = angle; 381 decomp.remainderA = m.a(); 382 decomp.remainderB = m.b(); 383 decomp.remainderC = m.c(); 384 decomp.remainderD = m.d(); 385 decomp.translateX = m.e(); 386 decomp.translateY = m.f() [all...] |
TransformationMatrix.cpp | [all...] |
/external/chromium_org/ui/compositor/ |
debug_utils.cc | 71 gfx::DecomposedTransform decomp; local 73 gfx::DecomposeTransform(&decomp, layer->transform())) { 75 *out << L"translation: " << std::fixed << decomp.translate[0]; 76 *out << L", " << decomp.translate[1]; 80 *out << std::acos(decomp.quaternion[3]) * 360.0 / M_PI; 83 *out << L"scale: " << decomp.scale[0]; 84 *out << L", " << decomp.scale[1];
|
/external/icu4c/test/cintltst/ |
cnormtst.c | 1477 UChar decomp[32]; local 1520 UChar decomp[32]; local [all...] |
/external/chromium_org/ui/events/ |
event.cc | 421 gfx::DecomposedTransform decomp; local 422 bool success = gfx::DecomposeTransform(&decomp, inverted_root_transform); 424 if (decomp.scale[0]) 425 offset_.set_x(offset_.x() * decomp.scale[0]); 426 if (decomp.scale[1]) 427 offset_.set_y(offset_.y() * decomp.scale[1]); 497 gfx::DecomposedTransform decomp; local 498 bool success = gfx::DecomposeTransform(&decomp, inverted_root_transform); 500 if (decomp.scale[0]) 501 radius_x_ *= decomp.scale[0] [all...] |
/external/chromium_org/third_party/icu/source/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;
|
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...] |
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]",
|
/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;
|
transrt.cpp | 134 UnicodeString decomp; local 136 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec); 140 for (int i = 0; i < decomp.length(); ++i) { // don't worry about surrogates 141 switch (getType(decomp.charAt(i))) { 142 case 0: t = getType(decomp.charAt(i+1)); 145 case 1: t = getType(decomp.charAt(i-1)); 148 case 2: t = getType(decomp.charAt(i-1)); 180 UnicodeString decomp; local 182 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec); 191 for (int32_t i = 0; i < decomp.length(); ++i) [all...] |
/external/chromium_org/third_party/icu/source/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:__anon11413
|
/external/icu4c/i18n/ |
ucol_elm.cpp | 1633 const UChar *decomp; local 1756 UChar decomp[256], comp[256]; local 1871 UChar decomp[256]; local [all...] |
ucol_elm.h | 124 UChar *decomp; member in struct:__anon18896
|
/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/chromium/net/spdy/ |
spdy_framer.cc | 1237 z_stream* decomp = GetHeaderDecompressor(); local 1289 z_stream* decomp = GetHeaderDecompressor(); local [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cnormtst.c | 1473 UChar decomp[32]; local [all...] |
/external/zlib/src/contrib/blast/ |
blast.c | 278 local int decomp(struct state *s) function 399 err = 2; /* then skip decomp(), return error */ 401 err = decomp(&s); /* decompress */
|
/external/chromium_org/net/spdy/ |
spdy_framer.cc | 2180 z_stream* decomp = GetHeaderDecompressor(); local [all...] |
/external/chromium_org/third_party/icu/source/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
|
/external/icu4c/common/ |
caniter.cpp | 511 const UChar *decomp=decompString.getBuffer(); local 519 U16_NEXT(decomp, decompPos, decompLen, decompCp); 525 if (cp == decompCp) { // if equal, eat another cp from decomp 529 if (decompPos == decompLen) { // done, have all decomp characters! 534 U16_NEXT(decomp, decompPos, decompLen, decompCp); 547 // if the decomp class < the segment class, we fail
|