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

  /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 SkScalar SkUnitToScalar(U16CPU x) {
24 U16CPU SkScalarToUnit(SkScalar x) {
  /external/skia/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),
SkString.cpp 242 fRec = AllocRec(NULL, (U16CPU)len);
251 fRec = AllocRec(text, (U16CPU)len);
258 fRec = AllocRec(text, (U16CPU)len);
SkBitmap.cpp 1010 static inline uint32_t expand16(U16CPU c) {
1016 static inline U16CPU pack16(uint32_t c) {
1047 static uint32_t expand4444(U16CPU c) {
1051 static U16CPU collaps4444(uint32_t c) {
    [all...]
SkBlitter_RGB16.cpp 369 static U16CPU blend_compact(uint32_t src32, uint32_t dst32, unsigned scale5) {
615 U16CPU srcColor) {
627 #define SK_BLITBWMASK_ARGS , unsigned dst_scale, U16CPU src_color
    [all...]
SkStream.cpp 139 bool SkWStream::write16(U16CPU value) {
SkPath.cpp 425 void SkPath::incReserve(U16CPU inc) {
    [all...]
  /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));
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));
SkEventSink.cpp 114 SkListenersTagList(U16CPU count) : SkTagList(kListeners_SkTagList)
  /external/skia/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) {
SkStream.h 84 bool write16(U16CPU);
SkTypes.h 150 typedef unsigned U16CPU;
  /external/skia/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/src/effects/
SkAvoidXfermode.cpp 146 static inline U16CPU SkBlend3216(SkPMColor src, U16CPU dst, unsigned scale)
SkGradientShader.cpp 606 static inline U16CPU bitsTo16(unsigned x, const unsigned bits) {
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 800 static void rgb2yuv_4444(uint8_t dst[], U16CPU c) {
814 static void rgb2yuv_16(uint8_t dst[], U16CPU c) {
    [all...]

Completed in 167 milliseconds