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

  /external/skia/src/animator/
SkTDArray_Experimental.h 43 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)
104 void growBy(U16CPU extra);
125 T* append(U16CPU count, const T* src = NULL) { return (T*) SkDS32Array::append(count, (const int32_t*) src); }
129 T* insert(U16CPU index) { return this->insert(index, 1, NULL);
    [all...]
SkTypedArray.cpp 57 SkDS32Array::SkDS32Array(const int32_t src[], U16CPU count)
111 int32_t* SkDS32Array::append(U16CPU count, const int32_t* src)
139 void SkDS32Array::growBy(U16CPU extra)
156 fReserve = SkToU16((U16CPU)size);
161 int32_t* SkDS32Array::insert(U16CPU index, U16CPU count, const int32_t* src)
SkDrawGradient.cpp 24 SkScalar SkUnitToScalar(U16CPU x) {
32 U16CPU SkScalarToUnit(SkScalar x) {
  /external/skia/src/core/
SkBitmapProcState.h 48 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) {
SkGraphics.cpp 77 typesizeline(U16CPU),
SkBitmapProcState_matrixProcs.cpp 66 static inline U16CPU fixed_clamp(SkFixed x)
85 static inline U16CPU fixed_repeat(SkFixed x)
90 static inline U16CPU fixed_mirror(SkFixed x)
107 static inline U16CPU int_clamp(int x, int n) {
125 static inline U16CPU int_repeat(int x, int n) {
129 static inline U16CPU int_mirror(int x, int n) {
SkString.cpp 198 SkString::Rec* SkString::AllocRec(const char text[], U16CPU len) {
254 fRec = AllocRec(NULL, (U16CPU)len);
263 fRec = AllocRec(text, (U16CPU)len);
270 fRec = AllocRec(text, (U16CPU)len);
SkBitmap.cpp 994 static inline uint32_t expand16(U16CPU c) {
1000 static inline U16CPU pack16(uint32_t c) {
1031 static uint32_t expand4444(U16CPU c) {
1035 static U16CPU collaps4444(uint32_t c) {
    [all...]
SkBlitter_RGB16.cpp 371 static U16CPU blend_compact(uint32_t src32, uint32_t dst32, unsigned scale5) {
617 U16CPU srcColor) {
629 #define SK_BLITBWMASK_ARGS , unsigned dst_scale, U16CPU src_color
    [all...]
SkStream.cpp 152 bool SkWStream::write16(U16CPU value) {
SkPath.cpp 263 void SkPath::incReserve(U16CPU inc) {
    [all...]
  /external/skia/include/core/
SkColorPriv.h 89 static inline uint32_t SkExpand_rgb_16(U16CPU c) {
101 static inline U16CPU SkCompact_rgb_16(uint32_t c) {
110 static inline U16CPU SkAlphaMulRGB16(U16CPU c, unsigned scale) {
122 static inline U16CPU SkBlendRGB16(U16CPU src, U16CPU dst, int srcScale) {
147 static inline U16CPU SkRGB16Add(U16CPU a, U16CPU b)
    [all...]
SkEndian.h 39 static inline uint16_t SkEndianSwap16(U16CPU value) {
SkRandom.h 44 U16CPU nextU16() { return this->nextU() >> 16; }
SkStream.h 89 bool write16(U16CPU);
SkString.h 178 static Rec* AllocRec(const char text[], U16CPU len);
SkTypes.h 141 typedef unsigned U16CPU;
  /external/skia/src/views/
SkProgressView.cpp 22 void SkProgressView::setMax(U16CPU max)
32 void SkProgressView::setValue(U16CPU value)
73 U16CPU value = SkMax32(0, SkMin32(fValue, fMax));
SkWidget.cpp 208 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));
SkEventSink.cpp 131 SkListenersTagList(U16CPU count) : SkTagList(kListeners_SkTagList)
  /external/skia/include/views/
SkWidget.h 211 void setMax(U16CPU max);
212 void setValue(U16CPU value);
280 void setMax(U16CPU max);
281 void setValue(U16CPU value);
  /external/skia/src/effects/
SkAvoidXfermode.cpp 164 static inline U16CPU SkBlend3216(SkPMColor src, U16CPU dst, unsigned scale)
SkGradientShader.cpp 559 static inline U16CPU bitsTo16(unsigned x, const unsigned bits) {
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 755 static void rgb2yuv_4444(uint8_t dst[], U16CPU c) {
769 static void rgb2yuv_16(uint8_t dst[], U16CPU c) {

Completed in 90 milliseconds