Home
last modified time | relevance | path

Searched refs:U16CPU (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/animator/
DSkTDArray_Experimental.h43 SkDS32Array(const int32_t src[], U16CPU count);
47 int32_t* append(U16CPU count, const int32_t* src = NULL);
57 int32_t* insert(U16CPU index, U16CPU count, const int32_t* src);
64 void remove(U16CPU index, U16CPU count = 1)
88 void setCount(U16CPU count) in setCount()
104 void growBy(U16CPU extra);
125 …T* append(U16CPU count, const T* src = NULL) { return (T*) SkDS32Array::append(count, (const int32…
129 T* insert(U16CPU index) { return this->insert(index, 1, NULL); } in insert()
130 T* insert(U16CPU index, U16CPU count, const T* src = NULL) {
DSkTypedArray.cpp57 SkDS32Array::SkDS32Array(const int32_t src[], U16CPU count) in SkDS32Array()
111 int32_t* SkDS32Array::append(U16CPU count, const int32_t* src) in append()
139 void SkDS32Array::growBy(U16CPU extra) in growBy()
156 fReserve = SkToU16((U16CPU)size); in growBy()
161 int32_t* SkDS32Array::insert(U16CPU index, U16CPU count, const int32_t* src) in insert()
DSkDrawGradient.cpp24 SkScalar SkUnitToScalar(U16CPU x) { in SkUnitToScalar()
32 U16CPU SkScalarToUnit(SkScalar x) { in SkScalarToUnit()
/external/skia/include/core/
DSkColorPriv.h89 static inline uint32_t SkExpand_rgb_16(U16CPU c) { in SkExpand_rgb_16()
101 static inline U16CPU SkCompact_rgb_16(uint32_t c) { in SkCompact_rgb_16()
110 static inline U16CPU SkAlphaMulRGB16(U16CPU c, unsigned scale) { in SkAlphaMulRGB16()
122 static inline U16CPU SkBlendRGB16(U16CPU src, U16CPU dst, int srcScale) { in SkBlendRGB16()
147 static inline U16CPU SkRGB16Add(U16CPU a, U16CPU b) { in SkRGB16Add()
273 static inline U16CPU SkPixel32ToPixel16(SkPMColor c) { in SkPixel32ToPixel16()
280 static inline U16CPU SkPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) { in SkPack888ToRGB16()
326 static inline U16CPU SkSrcOver32To16(SkPMColor src, uint16_t dst) { in SkSrcOver32To16()
363 static inline SkPMColor SkPixel16ToPixel32(U16CPU src) { in SkPixel16ToPixel32()
378 static inline SkColor SkPixel16ToColor(U16CPU src) { in SkPixel16ToColor()
[all …]
DSkEndian.h39 static inline uint16_t SkEndianSwap16(U16CPU value) { in SkEndianSwap16()
DSkRandom.h44 U16CPU nextU16() { return this->nextU() >> 16; } in nextU16()
DSkStream.h89 bool write16(U16CPU);
DSkString.h178 static Rec* AllocRec(const char text[], U16CPU len);
DSkTypes.h141 typedef unsigned U16CPU; typedef
/external/skia/src/core/
DSkBitmapProcState.h48 typedef U16CPU (*FixedTileProc)(SkFixed); // returns 0..0xFFFF
49 typedef U16CPU (*IntTileProc)(int value, int count); // returns 0..count-1
131 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts()
DSkBitmapProcState_matrixProcs.cpp66 static inline U16CPU fixed_clamp(SkFixed x) in fixed_clamp()
85 static inline U16CPU fixed_repeat(SkFixed x) in fixed_repeat()
90 static inline U16CPU fixed_mirror(SkFixed x) in fixed_mirror()
107 static inline U16CPU int_clamp(int x, int n) { in int_clamp()
125 static inline U16CPU int_repeat(int x, int n) { in int_repeat()
129 static inline U16CPU int_mirror(int x, int n) { in int_mirror()
DSkString.cpp198 SkString::Rec* SkString::AllocRec(const char text[], U16CPU len) { in AllocRec()
254 fRec = AllocRec(NULL, (U16CPU)len); in SkString()
263 fRec = AllocRec(text, (U16CPU)len); in SkString()
270 fRec = AllocRec(text, (U16CPU)len); in SkString()
DSkGraphics.cpp77 typesizeline(U16CPU), in Init()
DSkBitmap.cpp994 static inline uint32_t expand16(U16CPU c) { in expand16()
1000 static inline U16CPU pack16(uint32_t c) { in pack16()
1031 static uint32_t expand4444(U16CPU c) { in expand4444()
1035 static U16CPU collaps4444(uint32_t c) { in collaps4444()
DSkBlitter_RGB16.cpp371 static U16CPU blend_compact(uint32_t src32, uint32_t dst32, unsigned scale5) { in blend_compact()
617 U16CPU srcColor) { in blend_8_pixels()
629 #define SK_BLITBWMASK_ARGS , unsigned dst_scale, U16CPU src_color
DSkStream.cpp152 bool SkWStream::write16(U16CPU value) { in write16()
DSkPath.cpp263 void SkPath::incReserve(U16CPU inc) { in incReserve()
/external/skia/src/views/
DSkProgressView.cpp22 void SkProgressView::setMax(U16CPU max) in setMax()
32 void SkProgressView::setValue(U16CPU value) in setValue()
73 U16CPU value = SkMax32(0, SkMin32(fValue, fMax)); in onDraw()
DSkWidget.cpp208 static U16 actual_value(U16CPU value, U16CPU max)
213 void SkSliderView::setMax(U16CPU max)
223 void SkSliderView::setValue(U16CPU value)
272 U16CPU value = SkMax32(0, SkMin32(fValue, fMax));
DSkEventSink.cpp131 SkListenersTagList(U16CPU count) : SkTagList(kListeners_SkTagList) in SkListenersTagList()
/external/skia/include/views/
DSkWidget.h211 void setMax(U16CPU max);
212 void setValue(U16CPU value);
280 void setMax(U16CPU max);
281 void setValue(U16CPU value);
/external/skia/src/effects/
DSkAvoidXfermode.cpp164 static inline U16CPU SkBlend3216(SkPMColor src, U16CPU dst, unsigned scale) in SkBlend3216()
DSkGradientShader.cpp559 static inline U16CPU bitsTo16(unsigned x, const unsigned bits) { in bitsTo16()
/external/skia/src/images/
DSkImageDecoder_libjpeg.cpp755 static void rgb2yuv_4444(uint8_t dst[], U16CPU c) { in rgb2yuv_4444()
769 static void rgb2yuv_16(uint8_t dst[], U16CPU c) { in rgb2yuv_16()