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

1 2

  /external/chromium_org/third_party/skia/src/animator/
SkTDArray_Experimental.h 35 SkDS32Array(const int32_t src[], U16CPU count);
39 int32_t* append(U16CPU count, const int32_t* src = NULL);
49 int32_t* insert(U16CPU index, U16CPU count, const int32_t* src);
56 void remove(U16CPU index, U16CPU count = 1)
80 void setCount(U16CPU count)
96 void growBy(U16CPU extra);
117 T* append(U16CPU count, const T* src = NULL) { return (T*) SkDS32Array::append(count, (const int32_t*) src); }
121 T* insert(U16CPU index) { return this->insert(index, 1, NULL);
    [all...]
SkTypedArray.cpp 49 SkDS32Array::SkDS32Array(const int32_t src[], U16CPU count)
103 int32_t* SkDS32Array::append(U16CPU count, const int32_t* src)
131 void SkDS32Array::growBy(U16CPU extra)
148 fReserve = SkToU16((U16CPU)size);
153 int32_t* SkDS32Array::insert(U16CPU index, U16CPU count, const int32_t* src)
SkDrawGradient.cpp 16 static SkScalar SkUnitToScalar(U16CPU x) {
24 static U16CPU SkScalarToUnit(SkScalar x) {
  /external/skia/src/animator/
SkTDArray_Experimental.h 35 SkDS32Array(const int32_t src[], U16CPU count);
39 int32_t* append(U16CPU count, const int32_t* src = NULL);
49 int32_t* insert(U16CPU index, U16CPU count, const int32_t* src);
56 void remove(U16CPU index, U16CPU count = 1)
80 void setCount(U16CPU count)
96 void growBy(U16CPU extra);
117 T* append(U16CPU count, const T* src = NULL) { return (T*) SkDS32Array::append(count, (const int32_t*) src); }
121 T* insert(U16CPU index) { return this->insert(index, 1, NULL);
    [all...]
SkTypedArray.cpp 49 SkDS32Array::SkDS32Array(const int32_t src[], U16CPU count)
103 int32_t* SkDS32Array::append(U16CPU count, const int32_t* src)
131 void SkDS32Array::growBy(U16CPU extra)
148 fReserve = SkToU16((U16CPU)size);
153 int32_t* SkDS32Array::insert(U16CPU index, U16CPU count, const int32_t* src)
SkDrawGradient.cpp 16 static SkScalar SkUnitToScalar(U16CPU x) {
24 static U16CPU SkScalarToUnit(SkScalar x) {
  /external/chromium_org/third_party/skia/include/core/
SkMath.h 157 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) {
169 static inline U8CPU SkMulDiv255Round(U16CPU a, U16CPU b) {
SkColorPriv.h 121 static inline uint32_t SkExpand_rgb_16(U16CPU c) {
133 static inline U16CPU SkCompact_rgb_16(uint32_t c) {
142 static inline U16CPU SkAlphaMulRGB16(U16CPU c, unsigned scale) {
154 static inline U16CPU SkBlendRGB16(U16CPU src, U16CPU dst, int srcScale) {
179 static inline U16CPU SkRGB16Add(U16CPU a, U16CPU b)
    [all...]
  /external/skia/include/core/
SkMath.h 157 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) {
169 static inline U8CPU SkMulDiv255Round(U16CPU a, U16CPU b) {
SkColorPriv.h 121 static inline uint32_t SkExpand_rgb_16(U16CPU c) {
133 static inline U16CPU SkCompact_rgb_16(uint32_t c) {
142 static inline U16CPU SkAlphaMulRGB16(U16CPU c, unsigned scale) {
154 static inline U16CPU SkBlendRGB16(U16CPU src, U16CPU dst, int srcScale) {
179 static inline U16CPU SkRGB16Add(U16CPU a, U16CPU b)
    [all...]
  /external/chromium_org/third_party/skia/src/views/
SkProgressView.cpp 30 void SkProgressView::setMax(U16CPU max)
40 void SkProgressView::setValue(U16CPU value)
81 U16CPU value = SkMax32(0, SkMin32(fValue, fMax));
  /external/skia/src/views/
SkProgressView.cpp 30 void SkProgressView::setMax(U16CPU max)
40 void SkProgressView::setValue(U16CPU value)
81 U16CPU value = SkMax32(0, SkMin32(fValue, fMax));
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.h 63 typedef U16CPU (*FixedTileProc)(SkFixed); // returns 0..0xFFFF
64 typedef U16CPU (*FixedTileLowBitsProc)(SkFixed, int); // returns 0..0xF
65 typedef U16CPU (*IntTileProc)(int value, int count); // returns 0..count-1
195 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) {
SkBitmapProcState_matrixProcs.cpp 113 static inline U16CPU fixed_clamp(SkFixed x)
124 static inline U16CPU fixed_repeat(SkFixed x)
135 static inline U16CPU fixed_mirror(SkFixed x)
156 static inline U16CPU fixed_clamp_lowbits(SkFixed x, int) {
160 static inline U16CPU fixed_repeat_or_mirrow_lowbits(SkFixed x, int scale) {
175 static inline U16CPU int_clamp(int x, int n) {
185 static inline U16CPU int_repeat(int x, int n) {
189 static inline U16CPU int_mirror(int x, int n) {
SkMipMap.cpp 40 static inline uint32_t expand16(U16CPU c) {
46 static inline U16CPU pack16(uint32_t c) {
77 static uint32_t expand4444(U16CPU c) {
81 static U16CPU collaps4444(uint32_t c) {
SkGraphics.cpp 87 typesizeline(U16CPU),
  /external/skia/src/core/
SkBitmapProcState.h 63 typedef U16CPU (*FixedTileProc)(SkFixed); // returns 0..0xFFFF
64 typedef U16CPU (*FixedTileLowBitsProc)(SkFixed, int); // returns 0..0xF
65 typedef U16CPU (*IntTileProc)(int value, int count); // returns 0..count-1
195 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) {
SkBitmapProcState_matrixProcs.cpp 113 static inline U16CPU fixed_clamp(SkFixed x)
124 static inline U16CPU fixed_repeat(SkFixed x)
135 static inline U16CPU fixed_mirror(SkFixed x)
156 static inline U16CPU fixed_clamp_lowbits(SkFixed x, int) {
160 static inline U16CPU fixed_repeat_or_mirrow_lowbits(SkFixed x, int scale) {
175 static inline U16CPU int_clamp(int x, int n) {
185 static inline U16CPU int_repeat(int x, int n) {
189 static inline U16CPU int_mirror(int x, int n) {
SkMipMap.cpp 40 static inline uint32_t expand16(U16CPU c) {
46 static inline U16CPU pack16(uint32_t c) {
77 static uint32_t expand4444(U16CPU c) {
81 static U16CPU collaps4444(uint32_t c) {
SkGraphics.cpp 87 typesizeline(U16CPU),
  /external/chromium_org/third_party/skia/include/utils/
SkRandom.h 37 U16CPU nextU16() { return this->nextU() >> 16; }
189 U16CPU nextU16() { return this->nextU() >> 16; }
  /external/skia/include/utils/
SkRandom.h 37 U16CPU nextU16() { return this->nextU() >> 16; }
189 U16CPU nextU16() { return this->nextU() >> 16; }
  /external/chromium_org/third_party/skia/include/views/
SkWidget.h 258 void setMax(U16CPU max);
259 void setValue(U16CPU value);
  /external/chromium_org/third_party/skia/src/effects/
SkAvoidXfermode.cpp 115 static inline U16CPU SkBlend3216(SkPMColor src, U16CPU dst, unsigned scale) {
  /external/skia/include/views/
SkWidget.h 258 void setMax(U16CPU max);
259 void setValue(U16CPU value);

Completed in 760 milliseconds

1 2