Searched refs:Sk64 (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/third_party/skia/include/core/
H A DSk64.h15 /** \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 { struct
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
[all...]
H A DSkBitmap.h13 #include "Sk64.h"
153 Sk64 getSize64() const {
154 Sk64 size;
161 Sk64 getSafeSize64() const ;
220 static Sk64 ComputeSize64(Config, int width, int height);
682 static Sk64 ComputeSafeSize64(Config config,
/external/skia/include/core/
H A DSk64.h15 /** \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 { struct
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
[all...]
H A DSkBitmap.h13 #include "Sk64.h"
153 Sk64 getSize64() const {
154 Sk64 size;
161 Sk64 getSafeSize64() const ;
220 static Sk64 ComputeSize64(Config, int width, int height);
682 static Sk64 ComputeSafeSize64(Config config,
/external/chromium_org/third_party/skia/src/core/
H A DSk64.cpp8 #include "Sk64.h"
22 int Sk64::getClzAbs() const
36 void Sk64::shiftLeft(unsigned bits)
54 int32_t Sk64::getShiftRight(unsigned bits) const
73 void Sk64::shiftRight(unsigned bits)
91 void Sk64::roundRight(unsigned bits)
96 Sk64 one;
104 int Sk64::shiftToMake32() const
121 void Sk64::negate()
127 void Sk64
[all...]
H A DSkMask.cpp9 #include "Sk64.h"
16 Sk64 size;
H A DSkPoint.cpp182 #include "Sk64.h"
185 static inline void getLengthSquared(SkScalar dx, SkScalar dy, Sk64 *result) {
186 Sk64 dySqr;
200 Sk64 *lengthSquared) {
201 Sk64 tolSqr;
215 Sk64 mag2;
227 Sk64 mag2_unused;
232 Sk64 tmp;
H A DSkMath.cpp12 #include "Sk64.h"
53 Sk64 tmp;
55 tmp.div(denom, Sk64::kTrunc_DivOption);
110 Sk64 tmp;
137 Sk64 tmp;
371 Sk64 tmp;
H A DSkCordic.cpp10 #include "Sk64.h"
58 Sk64 scaled;
96 Sk64 scaled;
183 Sk64 scaled;
H A DSkMipMap.cpp112 static bool isPos32Bits(const Sk64& value) {
120 Sk64 size;
H A DSkBitmap.cpp27 static bool isPos32Bits(const Sk64& value) {
47 Sk64 size;
188 Sk64 rowBytes;
219 Sk64 SkBitmap::ComputeSize64(Config c, int width, int height) {
220 Sk64 size;
226 Sk64 size = SkBitmap::ComputeSize64(c, width, height);
230 Sk64 SkBitmap::ComputeSafeSize64(Config config,
234 Sk64 safeSize;
240 Sk64 sizeAllButLastRow;
252 Sk64 safeSiz
[all...]
/external/skia/src/core/
H A DSk64.cpp8 #include "Sk64.h"
22 int Sk64::getClzAbs() const
36 void Sk64::shiftLeft(unsigned bits)
54 int32_t Sk64::getShiftRight(unsigned bits) const
73 void Sk64::shiftRight(unsigned bits)
91 void Sk64::roundRight(unsigned bits)
96 Sk64 one;
104 int Sk64::shiftToMake32() const
121 void Sk64::negate()
127 void Sk64
[all...]
H A DSkMask.cpp9 #include "Sk64.h"
16 Sk64 size;
H A DSkPoint.cpp182 #include "Sk64.h"
185 static inline void getLengthSquared(SkScalar dx, SkScalar dy, Sk64 *result) {
186 Sk64 dySqr;
200 Sk64 *lengthSquared) {
201 Sk64 tolSqr;
215 Sk64 mag2;
227 Sk64 mag2_unused;
232 Sk64 tmp;
H A DSkMath.cpp12 #include "Sk64.h"
53 Sk64 tmp;
55 tmp.div(denom, Sk64::kTrunc_DivOption);
110 Sk64 tmp;
137 Sk64 tmp;
371 Sk64 tmp;
H A DSkCordic.cpp10 #include "Sk64.h"
58 Sk64 scaled;
96 Sk64 scaled;
183 Sk64 scaled;
H A DSkMipMap.cpp112 static bool isPos32Bits(const Sk64& value) {
120 Sk64 size;
H A DSkBitmap.cpp27 static bool isPos32Bits(const Sk64& value) {
47 Sk64 size;
188 Sk64 rowBytes;
219 Sk64 SkBitmap::ComputeSize64(Config c, int width, int height) {
220 Sk64 size;
226 Sk64 size = SkBitmap::ComputeSize64(c, width, height);
230 Sk64 SkBitmap::ComputeSafeSize64(Config config,
234 Sk64 safeSize;
240 Sk64 sizeAllButLastRow;
252 Sk64 safeSiz
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkTime.cpp67 #include "Sk64.h"
72 Sk64 s;
76 s.div(1000, Sk64::kRound_DivOption);
/external/skia/src/animator/
H A DSkTime.cpp67 #include "Sk64.h"
72 Sk64 s;
76 s.div(1000, Sk64::kRound_DivOption);
/external/skia/tests/
H A DSk64Test.cpp17 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);
178 Sk64 dwide;
203 DEFINE_TESTCLASS("Sk64", Sk64TestClass, TestSk64)
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DDiscardablePixelRef.cpp47 Sk64 size = dst->getSize64();
/external/chromium_org/third_party/skia/include/utils/
H A DSkRandom.h13 #include "Sk64.h"
128 void next64(Sk64* a) {
281 void next64(Sk64* a) {
/external/skia/include/utils/
H A DSkRandom.h13 #include "Sk64.h"
128 void next64(Sk64* a) {
281 void next64(Sk64* a) {
/external/chromium_org/third_party/skia/src/lazy/
H A DSkLazyPixelRef.cpp8 #include "Sk64.h"
57 Sk64 safeSize;

Completed in 1306 milliseconds

123