HomeSort by relevance Sort by last modified time
    Searched refs:setMul (Results 1 - 18 of 18) sorted by null

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

Completed in 3753 milliseconds