/external/skia/src/animator/ |
D | 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) in setCount() 96 void growBy(U16CPU extra); 117 …T* append(U16CPU count, const T* src = NULL) { return (T*) SkDS32Array::append(count, (const int32… 121 T* insert(U16CPU index) { return this->insert(index, 1, NULL); } in insert() 122 T* insert(U16CPU index, U16CPU count, const T* src = NULL) {
|
D | SkTypedArray.cpp | 49 SkDS32Array::SkDS32Array(const int32_t src[], U16CPU count) in SkDS32Array() 103 int32_t* SkDS32Array::append(U16CPU count, const int32_t* src) in append() 131 void SkDS32Array::growBy(U16CPU extra) in growBy() 148 fReserve = SkToU16((U16CPU)size); in growBy() 153 int32_t* SkDS32Array::insert(U16CPU index, U16CPU count, const int32_t* src) in insert()
|
D | SkDrawGradient.cpp | 16 SkScalar SkUnitToScalar(U16CPU x) { in SkUnitToScalar() 24 U16CPU SkScalarToUnit(SkScalar x) { in SkScalarToUnit()
|
/external/skia/include/core/ |
D | SkColorPriv.h | 97 static inline uint32_t SkExpand_rgb_16(U16CPU c) { in SkExpand_rgb_16() 109 static inline U16CPU SkCompact_rgb_16(uint32_t c) { in SkCompact_rgb_16() 118 static inline U16CPU SkAlphaMulRGB16(U16CPU c, unsigned scale) { in SkAlphaMulRGB16() 130 static inline U16CPU SkBlendRGB16(U16CPU src, U16CPU dst, int srcScale) { in SkBlendRGB16() 155 static inline U16CPU SkRGB16Add(U16CPU a, U16CPU b) { in SkRGB16Add() 347 static inline U16CPU SkPixel32ToPixel16(SkPMColor c) { in SkPixel32ToPixel16() 354 static inline U16CPU SkPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) { in SkPack888ToRGB16() 400 static inline U16CPU SkSrcOver32To16(SkPMColor src, uint16_t dst) { in SkSrcOver32To16() 437 static inline SkPMColor SkPixel16ToPixel32(U16CPU src) { in SkPixel16ToPixel32() 452 static inline SkColor SkPixel16ToColor(U16CPU src) { in SkPixel16ToColor() [all …]
|
D | SkRandom.h | 37 U16CPU nextU16() { return this->nextU() >> 16; } in nextU16()
|
D | SkEndian.h | 32 static inline uint16_t SkEndianSwap16(U16CPU value) { in SkEndianSwap16()
|
D | SkStream.h | 84 bool write16(U16CPU);
|
D | SkTypes.h | 150 typedef unsigned U16CPU; typedef
|
/external/skia/src/core/ |
D | 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) { in pack_two_shorts()
|
D | SkBitmapProcState_matrixProcs.cpp | 70 static inline U16CPU fixed_clamp(SkFixed x) in fixed_clamp() 89 static inline U16CPU fixed_repeat(SkFixed x) in fixed_repeat() 94 static inline U16CPU fixed_mirror(SkFixed x) in fixed_mirror() 111 static inline U16CPU int_clamp(int x, int n) { in int_clamp() 129 static inline U16CPU int_repeat(int x, int n) { in int_repeat() 133 static inline U16CPU int_mirror(int x, int n) { in int_mirror()
|
D | SkString.cpp | 242 fRec = AllocRec(NULL, (U16CPU)len); in SkString() 251 fRec = AllocRec(text, (U16CPU)len); in SkString() 258 fRec = AllocRec(text, (U16CPU)len); in SkString()
|
D | SkGraphics.cpp | 83 typesizeline(U16CPU), in Init()
|
D | SkBitmap.cpp | 1010 static inline uint32_t expand16(U16CPU c) { in expand16() 1016 static inline U16CPU pack16(uint32_t c) { in pack16() 1047 static uint32_t expand4444(U16CPU c) { in expand4444() 1051 static U16CPU collaps4444(uint32_t c) { in collaps4444()
|
D | SkBlitter_RGB16.cpp | 369 static U16CPU blend_compact(uint32_t src32, uint32_t dst32, unsigned scale5) { in blend_compact() 615 U16CPU srcColor) { in blend_8_pixels() 627 #define SK_BLITBWMASK_ARGS , unsigned dst_scale, U16CPU src_color
|
D | SkStream.cpp | 139 bool SkWStream::write16(U16CPU value) { in write16()
|
D | SkPath.cpp | 425 void SkPath::incReserve(U16CPU inc) { in incReserve()
|
/external/skia/src/views/ |
D | SkProgressView.cpp | 30 void SkProgressView::setMax(U16CPU max) in setMax() 40 void SkProgressView::setValue(U16CPU value) in setValue() 81 U16CPU value = SkMax32(0, SkMin32(fValue, fMax)); in onDraw()
|
D | 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));
|
D | SkEventSink.cpp | 114 SkListenersTagList(U16CPU count) : SkTagList(kListeners_SkTagList) in SkListenersTagList()
|
/external/skia/include/views/ |
D | SkWidget.h | 204 void setMax(U16CPU max); 205 void setValue(U16CPU value); 273 void setMax(U16CPU max); 274 void setValue(U16CPU value);
|
/external/skia/src/effects/ |
D | SkAvoidXfermode.cpp | 146 static inline U16CPU SkBlend3216(SkPMColor src, U16CPU dst, unsigned scale) in SkBlend3216()
|
D | SkGradientShader.cpp | 606 static inline U16CPU bitsTo16(unsigned x, const unsigned bits) { in bitsTo16()
|
/external/skia/src/images/ |
D | SkImageDecoder_libjpeg.cpp | 800 static void rgb2yuv_4444(uint8_t dst[], U16CPU c) { in rgb2yuv_4444() 814 static void rgb2yuv_16(uint8_t dst[], U16CPU c) { in rgb2yuv_16()
|