/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()
|
/external/skia/src/core/ |
D | SkBitmapProcState.h | 47 typedef U16CPU (*FixedTileProc)(SkFixed); // returns 0..0xFFFF 48 typedef U16CPU (*FixedTileLowBitsProc)(SkFixed, int); // returns 0..0xF 49 typedef U16CPU (*IntTileProc)(int value, int count); // returns 0..count-1 165 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts()
|
D | SkBitmapProcState_matrixProcs.cpp | 149 static inline U16CPU fixed_clamp(SkFixed x) { in fixed_clamp() 159 static inline U16CPU fixed_repeat(SkFixed x) { in fixed_repeat() 169 static inline U16CPU fixed_mirror(SkFixed x) { in fixed_mirror() 190 static inline U16CPU fixed_clamp_lowbits(SkFixed x, int) { in fixed_clamp_lowbits() 194 static inline U16CPU fixed_repeat_or_mirrow_lowbits(SkFixed x, int scale) { in fixed_repeat_or_mirrow_lowbits() 209 static inline U16CPU int_clamp(int x, int n) { in int_clamp() 219 static inline U16CPU int_repeat(int x, int n) { in int_repeat() 223 static inline U16CPU int_mirror(int x, int n) { in int_mirror()
|
D | SkMipMap.cpp | 62 static inline uint32_t expand16(U16CPU c) { in expand16() 68 static inline U16CPU pack16(uint32_t c) { in pack16() 101 static uint32_t expand4444(U16CPU c) { in expand4444() 105 static U16CPU collaps4444(uint32_t c) { in collaps4444()
|
D | SkGraphics.cpp | 86 typesizeline(U16CPU), in Init()
|
D | SkBlitter_RGB16.cpp | 380 static U16CPU blend_compact(uint32_t src32, uint32_t dst32, unsigned scale5) { in blend_compact() 613 U16CPU srcColor) { in blend_8_pixels() 625 #define SK_BLITBWMASK_ARGS , unsigned dst_scale, U16CPU src_color
|
D | SkStream.cpp | 121 bool SkWStream::write16(U16CPU value) { in write16()
|
D | SkPath.cpp | 671 void SkPath::incReserve(U16CPU inc) { in incReserve()
|
/external/skia/include/core/ |
D | SkColorPriv.h | 256 static inline uint32_t SkExpand_rgb_16(U16CPU c) { in SkExpand_rgb_16() 268 static inline U16CPU SkCompact_rgb_16(uint32_t c) { in SkCompact_rgb_16() 277 static inline U16CPU SkAlphaMulRGB16(U16CPU c, unsigned scale) { in SkAlphaMulRGB16() 289 static inline U16CPU SkBlend32_RGB16(uint32_t src_expand, uint16_t dst, unsigned scale) { in SkBlend32_RGB16() 299 static inline U16CPU SkBlendRGB16(U16CPU src, U16CPU dst, int srcScale) { in SkBlendRGB16() 325 static inline U16CPU SkRGB16Add(U16CPU a, U16CPU b) { in SkRGB16Add() 589 static inline U16CPU SkPixel32ToPixel16(SkPMColor c) { in SkPixel32ToPixel16() 596 static inline U16CPU SkPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) { in SkPack888ToRGB16() 642 static inline U16CPU SkSrcOver32To16(SkPMColor src, uint16_t dst) { in SkSrcOver32To16() 679 static inline SkPMColor SkPixel16ToPixel32(U16CPU src) { in SkPixel16ToPixel32() [all …]
|
D | SkMath.h | 191 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() 203 static inline U8CPU SkMulDiv255Round(U16CPU a, U16CPU b) { in SkMulDiv255Round()
|
D | SkStream.h | 202 bool write16(U16CPU);
|
D | SkTypes.h | 231 typedef unsigned U16CPU; typedef
|
/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 | SkEventSink.cpp | 114 SkListenersTagList(U16CPU count) : SkTagList(kListeners_SkTagList) in SkListenersTagList()
|
/external/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 580 const U16CPU width = glyph.fWidth; in rgb_to_a8() 583 for (U16CPU y = 0; y < glyph.fHeight; y++) { in rgb_to_a8() 584 for (U16CPU i = 0; i < width; i++) { in rgb_to_a8() 598 const U16CPU width = glyph.fWidth; in rgb_to_lcd16() 601 for (U16CPU y = 0; y < glyph.fHeight; y++) { in rgb_to_lcd16() 602 for (U16CPU i = 0; i < width; i++) { in rgb_to_lcd16()
|
/external/skia/include/views/ |
D | SkWidget.h | 258 void setMax(U16CPU max); 259 void setValue(U16CPU value);
|
/external/skia/include/utils/ |
D | SkRandom.h | 48 U16CPU nextU16() { return this->nextU() >> 16; } in nextU16()
|
/external/skia/src/images/ |
D | SkImageDecoder_libjpeg.cpp | 1243 static void rgb2yuv_4444(uint8_t dst[], U16CPU c) { in rgb2yuv_4444() 1257 static void rgb2yuv_16(uint8_t dst[], U16CPU c) { in rgb2yuv_16()
|
/external/skia/src/pdf/ |
D | SkPDFBitmap.cpp | 159 U16CPU color565 = *src++; in bitmap_to_pdf_pixels()
|