Searched defs:fPacked (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLStencilBuffer.h23 bool fPacked; member in struct:GrGLStencilBuffer::Format
/external/skia/src/gpu/gl/
H A DGrGLStencilBuffer.h23 bool fPacked; member in struct:GrGLStencilBuffer::Format
/external/chromium_org/third_party/skia/src/core/
H A DSkFloat.h19 void setZero() { fPacked = 0; }
20 // void setShift(int value, int shift) { fPacked = SetShift(value, shift); }
21 void setInt(int value) { fPacked = SetShift(value, 0); }
22 void setFixed(SkFixed value) { fPacked = SetShift(value, -16); }
24 // int getShift(int shift) const { return GetShift(fPacked, shift); }
25 int getInt() const { return GetShift(fPacked, 0); }
26 SkFixed getFixed() const { return GetShift(fPacked, -16); }
28 void abs() { fPacked = Abs(fPacked); }
29 void negate() { fPacked
68 int32_t fPacked; member in union:SkFloat::__anon15169
79 int32_t fPacked; member in union:SkFloat::__anon15170
88 int32_t fPacked; member in class:SkFloat
[all...]
/external/skia/src/core/
H A DSkFloat.h19 void setZero() { fPacked = 0; }
20 // void setShift(int value, int shift) { fPacked = SetShift(value, shift); }
21 void setInt(int value) { fPacked = SetShift(value, 0); }
22 void setFixed(SkFixed value) { fPacked = SetShift(value, -16); }
24 // int getShift(int shift) const { return GetShift(fPacked, shift); }
25 int getInt() const { return GetShift(fPacked, 0); }
26 SkFixed getFixed() const { return GetShift(fPacked, -16); }
28 void abs() { fPacked = Abs(fPacked); }
29 void negate() { fPacked
68 int32_t fPacked; member in union:SkFloat::__anon30577
79 int32_t fPacked; member in union:SkFloat::__anon30578
88 int32_t fPacked; member in class:SkFloat
[all...]

Completed in 132 milliseconds