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

  /external/skia/include/core/
Sk64.h 15 /** \class Sk64
17 Sk64 is a 64-bit math package that does not require long long support from the compiler.
19 struct SK_API Sk64 {
23 /** Returns non-zero if the Sk64 can be represented as a signed 32 bit integer
27 /** Returns non-zero if the Sk64 cannot be represented as a signed 32 bit integer
31 /** Returns non-zero if the Sk64 can be represented as a signed 48 bit integer. Used to know
88 /** Returns the number of bits needed to shift the Sk64 to the right
138 /** Add the specified Sk64 to the number */
146 /** Add the specified Sk64 to the number */
147 void add(const Sk64& other) { this->add(other.fHi, other.fLo);
    [all...]
SkRandom.h 13 #include "Sk64.h"
82 void next64(Sk64* a) {
SkBitmap.h 13 #include "Sk64.h"
151 Sk64 getSize64() const {
152 Sk64 size;
159 Sk64 getSafeSize64() const ;
218 static Sk64 ComputeSize64(Config, int width, int height);
619 static Sk64 ComputeSafeSize64(Config config,
    [all...]
  /external/skia/src/core/
Sk64.cpp 10 #include "Sk64.h"
24 int Sk64::getClzAbs() const
38 void Sk64::shiftLeft(unsigned bits)
56 int32_t Sk64::getShiftRight(unsigned bits) const
75 void Sk64::shiftRight(unsigned bits)
93 void Sk64::roundRight(unsigned bits)
98 Sk64 one;
106 int Sk64::shiftToMake32() const
123 void Sk64::negate()
129 void Sk64::abs(
    [all...]
SkMask.cpp 9 #include "Sk64.h"
16 Sk64 size;
SkMath.cpp 14 #include "Sk64.h"
73 Sk64 tmp;
75 tmp.div(denom, Sk64::kTrunc_DivOption);
130 Sk64 tmp;
157 Sk64 tmp;
391 Sk64 tmp;
SkBitmap.cpp 25 static bool isPos32Bits(const Sk64& value) {
45 Sk64 size;
188 Sk64 rowBytes;
220 Sk64 SkBitmap::ComputeSize64(Config c, int width, int height) {
221 Sk64 size;
227 Sk64 size = SkBitmap::ComputeSize64(c, width, height);
231 Sk64 SkBitmap::ComputeSafeSize64(Config config,
235 Sk64 safeSize;
239 Sk64 sizeAllButLastRow;
251 Sk64 safeSize = ComputeSafeSize64(config, width, height, rowBytes)
    [all...]
SkCordic.cpp 12 #include "Sk64.h"
60 Sk64 scaled;
98 Sk64 scaled;
185 Sk64 scaled;
SkMatrix.cpp 11 #include "Sk64.h"
552 Sk64 tmp1, tmp2;
565 Sk64 tmp1, tmp2;
574 Sk64 tmp1, tmp2;
713 The fixed counter part is us using Sk64 for temp calculations.
751 static void set_muladdmul(Sk64* dst, int32_t a, int32_t b, int32_t c,
753 Sk64 tmp;
761 Sk64 tmp1, tmp2;
851 Sk64 tmp;
855 tmp.div(inv->fMat[kMPersp2], Sk64::kRound_DivOption)
    [all...]
SkGeometry.cpp 11 #include "Sk64.h"
151 Sk64 RR, tmp;
179 static int Sk64FindFixedQuadRoots(const Sk64& A, const Sk64& B, const Sk64& C, SkFixed roots[2])
409 Sk64 numer, denom, tmp;
754 Sk64 A, B, C, tmp;
    [all...]
SkPoint.cpp 125 #include "Sk64.h"
128 Sk64 tmp1, tmp2, tolSqr;
145 Sk64 tmp1, tmp2;
SkFloat.cpp 159 #include "Sk64.h"
163 Sk64 tmp;
SkRegion_path.cpp 97 Sk64 count, size;
  /external/skia/include/utils/
SkSfntUtils.h 21 Sk64 fDateCreated;
22 Sk64 fDateModified;
  /external/skia/src/animator/
SkTime.cpp 67 #include "Sk64.h"
72 Sk64 s;
76 s.div(1000, Sk64::kRound_DivOption);
  /external/skia/tests/
Sk64Test.cpp 17 const Sk64& a, const BoolTable& table)
28 static SkLONGLONG asLL(const Sk64& a)
46 Sk64 a, b, c;
156 Sk64 wide;
164 wide.div(denom, Sk64::kTrunc_DivOption);
179 Sk64 dwide;
205 DEFINE_TESTCLASS("Sk64", Sk64TestClass, TestSk64)
BitmapCopyTest.cpp 366 Sk64 safeSize = tstSafeSize.getSafeSize64();
  /external/skia/src/utils/
SkSfntUtils.cpp 23 static Sk64 parse_be64(const uint8_t*& p) {
24 Sk64 value;
SkCamera.cpp 24 Sk64 prod, tmp;
33 prod.div(denom, Sk64::kRound_DivOption);
49 Sk64 prod, tmp;
76 Sk64 tmp1, tmp2;
SkCullPoints.cpp 11 #include "Sk64.h"
17 Sk64 tmp0, tmp1;
  /external/chromium/chrome/common/extensions/
extension_unpacker.cc 59 Sk64 bitmap_size = bitmap.getSize64();
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 76 Sk64 size;
SkImageDecoder_libpng.cpp 543 Sk64 size;
    [all...]
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 483 Sk64 size64 = bitmap->getSize64();
  /external/skia/
Android.mk 59 src/core/Sk64.cpp \

Completed in 393 milliseconds