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

1 2

  /external/skia/legacy/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 SkScalar SkUnitToScalar(U16CPU x) {
24 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/skia/legacy/src/core/
SkBitmapProcState.h 41 typedef U16CPU (*FixedTileProc)(SkFixed); // returns 0..0xFFFF
42 typedef U16CPU (*IntTileProc)(int value, int count); // returns 0..count-1
124 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) {
SkBitmapProcState_matrixProcs.cpp 70 static inline U16CPU fixed_clamp(SkFixed x)
89 static inline U16CPU fixed_repeat(SkFixed x)
94 static inline U16CPU fixed_mirror(SkFixed x)
111 static inline U16CPU int_clamp(int x, int n) {
129 static inline U16CPU int_repeat(int x, int n) {
133 static inline U16CPU int_mirror(int x, int n) {
SkGraphics.cpp 83 typesizeline(U16CPU),
  /external/skia/src/core/
SkBitmapProcState.h 57 typedef U16CPU (*FixedTileProc)(SkFixed); // returns 0..0xFFFF
58 typedef U16CPU (*FixedTileLowBitsProc)(SkFixed, int); // returns 0..0xF
59 typedef U16CPU (*IntTileProc)(int value, int count); // returns 0..count-1
166 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) {
SkBitmapProcState_matrixProcs.cpp 113 static inline U16CPU fixed_clamp(SkFixed x)
136 static inline U16CPU fixed_repeat(SkFixed x)
147 static inline U16CPU fixed_mirror(SkFixed x)
168 static inline U16CPU fixed_clamp_lowbits(SkFixed x, int) {
172 static inline U16CPU fixed_repeat_or_mirrow_lowbits(SkFixed x, int scale) {
187 static inline U16CPU int_clamp(int x, int n) {
205 static inline U16CPU int_repeat(int x, int n) {
209 static inline U16CPU int_mirror(int x, int n) {
SkGraphics.cpp 88 typesizeline(U16CPU),
  /external/skia/legacy/src/views/
SkProgressView.cpp 30 void SkProgressView::setMax(U16CPU max)
40 void SkProgressView::setValue(U16CPU value)
81 U16CPU value = SkMax32(0, SkMin32(fValue, fMax));
SkWidget.cpp 215 static U16 actual_value(U16CPU value, U16CPU max)
220 void SkSliderView::setMax(U16CPU max)
230 void SkSliderView::setValue(U16CPU value)
279 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/skia/include/core/
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...]
SkEndian.h 32 static inline uint16_t SkEndianSwap16(U16CPU value) {
  /external/skia/legacy/include/core/
SkColorPriv.h 97 static inline uint32_t SkExpand_rgb_16(U16CPU c) {
109 static inline U16CPU SkCompact_rgb_16(uint32_t c) {
118 static inline U16CPU SkAlphaMulRGB16(U16CPU c, unsigned scale) {
130 static inline U16CPU SkBlendRGB16(U16CPU src, U16CPU dst, int srcScale) {
155 static inline U16CPU SkRGB16Add(U16CPU a, U16CPU b)
    [all...]
SkRandom.h 37 U16CPU nextU16() { return this->nextU() >> 16; }
SkEndian.h 32 static inline uint16_t SkEndianSwap16(U16CPU value) {
  /external/skia/include/utils/
SkRandom.h 37 U16CPU nextU16() { return this->nextU() >> 16; }
189 U16CPU nextU16() { return this->nextU() >> 16; }
  /external/skia/legacy/include/views/
SkWidget.h 204 void setMax(U16CPU max);
205 void setValue(U16CPU value);
273 void setMax(U16CPU max);
274 void setValue(U16CPU value);
  /external/skia/include/views/
SkWidget.h 258 void setMax(U16CPU max);
259 void setValue(U16CPU value);
  /external/skia/legacy/src/effects/
SkAvoidXfermode.cpp 146 static inline U16CPU SkBlend3216(SkPMColor src, U16CPU dst, unsigned scale)
  /external/skia/src/effects/
SkAvoidXfermode.cpp 128 static inline U16CPU SkBlend3216(SkPMColor src, U16CPU dst, unsigned scale) {

Completed in 3419 milliseconds

1 2