/external/chromium_org/third_party/skia/src/core/ |
SkMatrix.cpp | 19 // sdot and scross are indended to capture these compound operations into a 217 static inline SkScalar sdot(SkScalar a, SkScalar b, SkScalar c, SkScalar d) { function 221 static inline SkScalar sdot(SkScalar a, SkScalar b, SkScalar c, SkScalar d, function 255 fMat[kMTransX] += sdot(fMat[kMScaleX], dx, fMat[kMSkewX], dy); 256 fMat[kMTransY] += sdot(fMat[kMSkewY], dx, fMat[kMScaleY], dy); 399 fMat[kMTransX] = sdot(sinV, py, oneMinusCosV, px); 403 fMat[kMTransY] = sdot(-sinV, px, oneMinusCosV, py); 927 dst->fY = sdot(sx, ky, sy, my); 928 dst->fX = sdot(sx, mx, sy, kx); 953 dst->fY = sdot(sx, ky, sy, my) + ty [all...] |
/external/skia/src/core/ |
SkMatrix.cpp | 19 // sdot and scross are indended to capture these compound operations into a 223 static inline SkScalar sdot(SkScalar a, SkScalar b, SkScalar c, SkScalar d) { function 227 static inline SkScalar sdot(SkScalar a, SkScalar b, SkScalar c, SkScalar d, function 261 fMat[kMTransX] += sdot(fMat[kMScaleX], dx, fMat[kMSkewX], dy); 262 fMat[kMTransY] += sdot(fMat[kMSkewY], dx, fMat[kMScaleY], dy); 405 fMat[kMTransX] = sdot(sinV, py, oneMinusCosV, px); 409 fMat[kMTransY] = sdot(-sinV, px, oneMinusCosV, py); 933 dst->fY = sdot(sx, ky, sy, my); 934 dst->fX = sdot(sx, mx, sy, kx); 959 dst->fY = sdot(sx, ky, sy, my) + ty [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
HTMLEntities.properties | 255 sdot=8901
|
/external/eigen/Eigen/src/misc/ |
blas.h | 21 float BLASFUNC(sdot) (int *, float *, int *, float *, int *); [all...] |
/external/eigen/bench/btl/libs/BLAS/ |
blas.h | 16 float BLASFUNC(sdot) (int *, float *, int *, float *, int *); [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharEscapers.java | 397 .addEscape('\u22C5', "⋅") [all...] |
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/ |
mathjax_external_util.js | 321 sdot: '22C5',
|