Searched refs:U16CPU (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/skia/src/animator/
H A DSkTDArray_Experimental.h35 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 inde
[all...]
H A DSkTypedArray.cpp49 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)
/external/skia/src/animator/
H A DSkTDArray_Experimental.h35 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 inde
[all...]
H A DSkTypedArray.cpp49 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)
/external/chromium_org/third_party/skia/src/views/
H A DSkProgressView.cpp30 void SkProgressView::setMax(U16CPU max)
40 void SkProgressView::setValue(U16CPU value)
81 U16CPU value = SkMax32(0, SkMin32(fValue, fMax));
/external/skia/src/views/
H A DSkProgressView.cpp30 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/include/core/
H A DSkMath.h188 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) {
200 static inline U8CPU SkMulDiv255Round(U16CPU a, U16CPU b) {
H A DSkColorPriv.h256 static inline uint32_t SkExpand_rgb_16(U16CPU c) {
268 static inline U16CPU SkCompact_rgb_16(uint32_t c) {
277 static inline U16CPU SkAlphaMulRGB16(U16CPU c, unsigned scale) {
289 static inline U16CPU SkBlendRGB16(U16CPU src, U16CPU dst, int srcScale) {
315 static inline U16CPU SkRGB16Add(U16CPU a, U16CPU
[all...]
/external/skia/include/core/
H A DSkMath.h188 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) {
200 static inline U8CPU SkMulDiv255Round(U16CPU a, U16CPU b) {
H A DSkColorPriv.h256 static inline uint32_t SkExpand_rgb_16(U16CPU c) {
268 static inline U16CPU SkCompact_rgb_16(uint32_t c) {
277 static inline U16CPU SkAlphaMulRGB16(U16CPU c, unsigned scale) {
289 static inline U16CPU SkBlendRGB16(U16CPU src, U16CPU dst, int srcScale) {
314 static inline U16CPU SkRGB16Add(U16CPU a, U16CPU
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState.h61 typedef U16CPU (*FixedTileProc)(SkFixed); // returns 0..0xFFFF
62 typedef U16CPU (*FixedTileLowBitsProc)(SkFixed, int); // returns 0..0xF
63 typedef U16CPU (*IntTileProc)(int value, int count); // returns 0..count-1
188 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) {
H A DSkMipMap.cpp40 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) {
H A DSkBitmapProcState_matrixProcs.cpp149 static inline U16CPU fixed_clamp(SkFixed x) {
159 static inline U16CPU fixed_repeat(SkFixed x) {
169 static inline U16CPU fixed_mirror(SkFixed x) {
190 static inline U16CPU fixed_clamp_lowbits(SkFixed x, int) {
194 static inline U16CPU fixed_repeat_or_mirrow_lowbits(SkFixed x, int scale) {
209 static inline U16CPU int_clamp(int x, int n) {
219 static inline U16CPU int_repeat(int x, int n) {
223 static inline U16CPU int_mirror(int x, int n) {
H A DSkGraphics.cpp87 typesizeline(U16CPU),
/external/skia/src/core/
H A DSkBitmapProcState.h64 typedef U16CPU (*FixedTileProc)(SkFixed); // returns 0..0xFFFF
65 typedef U16CPU (*FixedTileLowBitsProc)(SkFixed, int); // returns 0..0xF
66 typedef U16CPU (*IntTileProc)(int value, int count); // returns 0..count-1
196 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) {
H A DSkMipMap.cpp40 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) {
H A DSkBitmapProcState_matrixProcs.cpp149 static inline U16CPU fixed_clamp(SkFixed x) {
159 static inline U16CPU fixed_repeat(SkFixed x) {
169 static inline U16CPU fixed_mirror(SkFixed x) {
190 static inline U16CPU fixed_clamp_lowbits(SkFixed x, int) {
194 static inline U16CPU fixed_repeat_or_mirrow_lowbits(SkFixed x, int scale) {
209 static inline U16CPU int_clamp(int x, int n) {
219 static inline U16CPU int_repeat(int x, int n) {
223 static inline U16CPU int_mirror(int x, int n) {
H A DSkGraphics.cpp87 typesizeline(U16CPU),
/external/chromium_org/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp608 const U16CPU width = glyph.fWidth;
611 for (U16CPU y = 0; y < glyph.fHeight; y++) {
612 for (U16CPU i = 0; i < width; i++) {
626 const U16CPU width = glyph.fWidth;
629 for (U16CPU y = 0; y < glyph.fHeight; y++) {
630 for (U16CPU i = 0; i < width; i++) {
644 const U16CPU width = glyph.fWidth;
647 for (U16CPU y = 0; y < glyph.fHeight; y++) {
648 for (U16CPU i = 0; i < width; i++) {
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp577 const U16CPU width = glyph.fWidth;
580 for (U16CPU y = 0; y < glyph.fHeight; y++) {
581 for (U16CPU i = 0; i < width; i++) {
595 const U16CPU width = glyph.fWidth;
598 for (U16CPU y = 0; y < glyph.fHeight; y++) {
599 for (U16CPU i = 0; i < width; i++) {
613 const U16CPU width = glyph.fWidth;
616 for (U16CPU y = 0; y < glyph.fHeight; y++) {
617 for (U16CPU i = 0; i < width; i++) {
/external/chromium_org/third_party/skia/include/utils/
H A DSkRandom.h34 U16CPU nextU16() { return this->nextU() >> 16; }
187 U16CPU nextU16() { return this->nextU() >> 16; }
/external/chromium_org/third_party/skia/src/effects/
H A DSkAvoidXfermode.cpp122 static inline U16CPU SkBlend3216(SkPMColor src, U16CPU dst, unsigned scale) {
/external/skia/include/utils/
H A DSkRandom.h34 U16CPU nextU16() { return this->nextU() >> 16; }
187 U16CPU nextU16() { return this->nextU() >> 16; }
/external/skia/src/effects/
H A DSkAvoidXfermode.cpp116 static inline U16CPU SkBlend3216(SkPMColor src, U16CPU dst, unsigned scale) {
/external/chromium_org/third_party/skia/include/views/
H A DSkWidget.h258 void setMax(U16CPU max);
259 void setValue(U16CPU value);

Completed in 379 milliseconds

12