/external/skia/tests/ |
D | Sk64Test.cpp | 141 c.setMul(a.fHi, b.fHi); in TestSk64() 154 wide.setMul(rand.nextS(), rand.nextS()); in TestSk64() 164 wide.setMul(rand.nextS(), rand.nextS()); in TestSk64() 171 wide.setMul(rand.nextS(), rand.nextS()); in TestSk64() 173 dwide.setMul(rand.nextS(), rand.nextS()); in TestSk64()
|
/external/skia/src/core/ |
D | SkCordic.cpp | 69 scaled.setMul(sin, 0x6488d); in SkCordicSinCos() 71 scaled.setMul(cos, 0x6488d); in SkCordicSinCos() 107 scaled.setMul(z, 0x6488d); // scale back into the SkScalar space (0x100000000/0x28be) in SkCircularVector() 194 scaled.setMul(z, 0x6488d); in SkCordicLog()
|
D | SkGeometry.cpp | 137 RR.setMul(B,B); in SkFindUnitQuadRoots() 138 tmp.setMul(A,C); in SkFindUnitQuadRoots() 395 numer.setMul(Ax, -Bx); in SkChopQuadAtMaxCurvature() 396 tmp.setMul(Ay, -By); in SkChopQuadAtMaxCurvature() 401 denom.setMul(Bx, Bx); in SkChopQuadAtMaxCurvature() 402 tmp.setMul(By, By); in SkChopQuadAtMaxCurvature() 738 A.setMul(Bx, Cy); in SkFindCubicInflections() 739 tmp.setMul(By, Cx); in SkFindCubicInflections() 742 B.setMul(Ax, Cy); in SkFindCubicInflections() 743 tmp.setMul(Ay, Cx); in SkFindCubicInflections() [all …]
|
D | SkMatrix.cpp | 480 tmp1.setMul(a, b); in fixmuladdmul() 481 tmp2.setMul(c, d); in fixmuladdmul() 493 tmp1.setMul(a, b); in fracmuladdmul() 494 tmp2.setMul(c, d); in fracmuladdmul() 503 tmp1.setMul(row[0], col[0]); // N * fixed in rowcol3() 504 tmp2.setMul(row[1], col[3]); // N * fixed in rowcol3() 507 tmp2.setMul(row[2], col[6]); // N * fract in rowcol3() 677 dst->setMul(a, b); in set_muladdmul() 678 tmp.setMul(c, d); in set_muladdmul() 687 …tmp1.setMul(mat[SkMatrix::kMScaleX], fracmuladdmul(mat[SkMatrix::kMScaleY], mat[SkMatrix::kMPersp2… in sk_inv_determinant() [all …]
|
D | SkMath.cpp | 81 tmp.setMul(numer1, numer2); in SkMulDiv() 139 tmp.setMul(a, b); in SkFixedMul_portable() 165 tmp.setMul(a, b); in SkFractMul_portable() 400 tmp.setMul(a, b); in SkFixedMean()
|
D | SkFloat.cpp | 172 tmp.setMul(a, b); in mul24() 329 c.setMul(a, b); in UnitTest() 345 c.setMul(a, b); in UnitTest()
|
D | SkMask.cpp | 26 size.setMul(a, b); in safeMul32()
|
D | SkPoint.cpp | 111 tmp1.setMul(dx, dx); in Length() 112 tmp2.setMul(dy, dy); in Length()
|
D | SkRegion_path.cpp | 108 count.setMul(maxHeight + 1, 3 + maxTransitions); in init() 114 size.setMul(fStorageCount, sizeof(SkRegion::RunType)); in init()
|
D | SkFloat.h | 53 void setMul(const SkFloat& a, const SkFloat& b) { fPacked = Mul(a.fPacked, b.fPacked); } in setMul() function
|
D | Sk64.cpp | 180 void Sk64::setMul(int32_t a, int32_t b) in setMul() function in Sk64
|
D | SkGraphics.cpp | 100 b.setMul(i, i); in test_s64()
|
D | SkBitmap.cpp | 50 size.setMul(levelCount + 1, sizeof(MipLevel)); in Alloc() 219 size.setMul(SkBitmap::ComputeRowBytes(c, width), height); in ComputeSize64()
|
/external/skia/src/utils/ |
D | SkCamera.cpp | 39 tmp.setMul(a[0], b[0]); in SkScalarDotDiv() 67 tmp.setMul(a[0], b[0]); in SkScalarDot() 92 tmp1.setMul(fX, fX); in normalize() 93 tmp2.setMul(fY, fY); in normalize() 95 tmp2.setMul(fZ, fZ); in normalize()
|
D | SkCullPoints.cpp | 28 tmp0.setMul(v.fX, dy); in cross_product_is_neg() 29 tmp1.setMul(dx, v.fY); in cross_product_is_neg()
|
/external/skia/include/core/ |
D | Sk64.h | 111 void setMul(int32_t a, int32_t b);
|
D | SkBitmap.h | 138 size.setMul(fHeight, fRowBytes); in getSize64()
|
/external/skia/src/images/ |
D | SkImageDecoder_libpng.cpp | 535 size.setMul(origWidth, origHeight); in getBitmapConfig()
|