/external/skia/src/core/ |
D | Sk64.cpp | 31 int Sk64::getClzAbs() const in getClzAbs() 45 void Sk64::shiftLeft(unsigned bits) in shiftLeft() 63 int32_t Sk64::getShiftRight(unsigned bits) const in getShiftRight() 82 void Sk64::shiftRight(unsigned bits) in shiftRight() 100 void Sk64::roundRight(unsigned bits) in roundRight() 105 Sk64 one; in roundRight() 113 int Sk64::shiftToMake32() const in shiftToMake32() 130 void Sk64::negate() in negate() 136 void Sk64::abs() in abs() 154 SkBool Sk64::isFixed() const in isFixed() [all …]
|
D | SkBitmap.cpp | 32 static bool isPos32Bits(const Sk64& value) { in isPos32Bits() 52 Sk64 size; in Alloc() 195 Sk64 rowBytes; in ComputeRowBytes() 227 Sk64 SkBitmap::ComputeSize64(Config c, int width, int height) { in ComputeSize64() 228 Sk64 size; in ComputeSize64() 234 Sk64 size = SkBitmap::ComputeSize64(c, width, height); in ComputeSize() 238 Sk64 SkBitmap::ComputeSafeSize64(Config config, in ComputeSafeSize64() 242 Sk64 safeSize; in ComputeSafeSize64() 246 Sk64 sizeAllButLastRow; in ComputeSafeSize64() 258 Sk64 safeSize = ComputeSafeSize64(config, width, height, rowBytes); in ComputeSafeSize() [all …]
|
D | SkMath.cpp | 80 Sk64 tmp; in SkMulDiv() 82 tmp.div(denom, Sk64::kTrunc_DivOption); in SkMulDiv() 137 Sk64 tmp; in SkFixedMul_portable() 164 Sk64 tmp; in SkFractMul_portable() 398 Sk64 tmp; in SkFixedMean()
|
D | SkCordic.cpp | 68 Sk64 scaled; in SkCordicSinCos() 106 Sk64 scaled; in SkCircularVector() 193 Sk64 scaled; in SkCordicLog()
|
D | SkMask.cpp | 25 Sk64 size; in safeMul32()
|
D | SkMatrix.cpp | 522 Sk64 tmp1, tmp2; in fixmuladdmul() 535 Sk64 tmp1, tmp2; in fracmuladdmul() 544 Sk64 tmp1, tmp2; in rowcol3() 718 static void set_muladdmul(Sk64* dst, int32_t a, int32_t b, int32_t c, in set_muladdmul() 720 Sk64 tmp; in set_muladdmul() 728 Sk64 tmp1, tmp2; in sk_inv_determinant() 810 Sk64 tmp; in invert() 814 tmp.div(inv->fMat[kMPersp2], Sk64::kRound_DivOption); in invert() 826 Sk64 tx, ty; in invert() 1121 Sk64 tmp, tmp1; in fixmuladdmul() [all …]
|
D | Makefile.am | 4 libskia_a_SOURCES = Sk64.cpp \
|
D | core_files.mk | 2 Sk64.cpp \
|
D | SkGeometry.cpp | 159 Sk64 RR, tmp; in SkFindUnitQuadRoots() 187 static int Sk64FindFixedQuadRoots(const Sk64& A, const Sk64& B, const Sk64& C, SkFixed roots[2]) in Sk64FindFixedQuadRoots() 417 Sk64 numer, denom, tmp; in SkChopQuadAtMaxCurvature() 760 Sk64 A, B, C, tmp; in SkFindCubicInflections()
|
D | SkFloat.cpp | 170 Sk64 tmp; in mul24()
|
D | SkPoint.cpp | 132 Sk64 tmp1, tmp2; in Length()
|
D | SkRegion_path.cpp | 105 Sk64 count, size; in init()
|
/external/skia/include/core/ |
D | Sk64.h | 27 struct SK_API Sk64 { struct 155 void add(const Sk64& other) { this->add(other.fHi, other.fLo); } in add() argument 159 void sub(const Sk64& num); 163 void rsub(const Sk64& num); 180 SkFixed addGetFixed(const Sk64& other) const { in addGetFixed() argument 187 Sk64 tmp(*this); in addGetFixed() argument 207 SkFixed getFixedDiv(const Sk64& denom) const; 209 friend bool operator==(const Sk64& a, const Sk64& b) { 213 friend bool operator!=(const Sk64& a, const Sk64& b) { 217 friend bool operator<(const Sk64& a, const Sk64& b) { [all …]
|
D | SkBitmap.h | 158 Sk64 getSize64() const { in getSize64() 159 Sk64 size; in getSize64() 166 Sk64 getSafeSize64() const ; 198 static Sk64 ComputeSize64(Config, int width, int height); 595 static Sk64 ComputeSafeSize64(Config config,
|
D | SkRandom.h | 89 void next64(Sk64* a) { in next64()
|
/external/skia/tests/ |
D | Sk64Test.cpp | 10 const Sk64& a, const BoolTable& table) in bool_table_test() 21 static SkLONGLONG asLL(const Sk64& a) in asLL() 39 Sk64 a, b, c; in TestSk64() 149 Sk64 wide; in TestSk64() 157 wide.div(denom, Sk64::kTrunc_DivOption); in TestSk64() 172 Sk64 dwide; in TestSk64()
|
D | BitmapCopyTest.cpp | 350 Sk64 safeSize = tstSafeSize.getSafeSize64(); in TestBitmapCopy()
|
/external/skia/include/utils/ |
D | SkSfntUtils.h | 14 Sk64 fDateCreated; 15 Sk64 fDateModified;
|
/external/skia/src/animator/ |
D | SkTime.cpp | 80 Sk64 s; in GetMSecs() 84 s.div(1000, Sk64::kRound_DivOption); in GetMSecs()
|
/external/skia/src/utils/ |
D | SkSfntUtils.cpp | 16 static Sk64 parse_be64(const uint8_t*& p) { in parse_be64() 17 Sk64 value; in parse_be64()
|
D | SkCamera.cpp | 32 Sk64 prod, tmp; in SkScalarDotDiv() 41 prod.div(denom, Sk64::kRound_DivOption); in SkScalarDotDiv() 57 Sk64 prod, tmp; in SkScalarDot() 84 Sk64 tmp1, tmp2; in normalize()
|
D | SkCullPoints.cpp | 25 Sk64 tmp0, tmp1; in cross_product_is_neg()
|
/external/chromium/chrome/common/extensions/ |
D | extension_unpacker.cc | 59 Sk64 bitmap_size = bitmap.getSize64(); in DecodeImage()
|
/external/skia/src/images/ |
D | SkImageDecoder_libwebp.cpp | 75 Sk64 size; in webp_parse_header()
|
/external/skia/ |
D | Android.mk | 27 src/core/Sk64.cpp \
|