/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 = nullptr); 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 = nullptr) { return (T*) SkDS32Array::append(count, (const in… 121 T* insert(U16CPU index) { return this->insert(index, 1, nullptr); } in insert() 122 T* insert(U16CPU index, U16CPU count, const T* src = nullptr) {
|
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/include/core/ |
D | SkColorPriv.h | 265 static inline uint32_t SkExpand_rgb_16(U16CPU c) { in SkExpand_rgb_16() 277 static inline U16CPU SkCompact_rgb_16(uint32_t c) { in SkCompact_rgb_16() 286 static inline U16CPU SkAlphaMulRGB16(U16CPU c, unsigned scale) { in SkAlphaMulRGB16() 298 static inline U16CPU SkBlend32_RGB16(uint32_t src_expand, uint16_t dst, unsigned scale) { in SkBlend32_RGB16() 308 static inline U16CPU SkBlendRGB16(U16CPU src, U16CPU dst, int srcScale) { in SkBlendRGB16() 334 static inline U16CPU SkRGB16Add(U16CPU a, U16CPU b) { in SkRGB16Add() 610 static inline U16CPU SkPixel32ToPixel16(SkPMColor c) { in SkPixel32ToPixel16() 617 static inline U16CPU SkPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) { in SkPack888ToRGB16() 663 static inline U16CPU SkSrcOver32To16(SkPMColor src, uint16_t dst) { in SkSrcOver32To16() 700 static inline SkPMColor SkPixel16ToPixel32(U16CPU src) { in SkPixel16ToPixel32() [all …]
|
D | SkMath.h | 163 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() 175 static inline U8CPU SkMulDiv255Round(U16CPU a, U16CPU b) { in SkMulDiv255Round()
|
D | SkStream.h | 201 bool write16(U16CPU);
|
D | SkTypes.h | 252 typedef unsigned U16CPU; typedef
|
/external/skia/src/core/ |
D | SkBitmapProcState.h | 49 typedef U16CPU (*FixedTileProc)(SkFixed); // returns 0..0xFFFF 50 typedef U16CPU (*FixedTileLowBitsProc)(SkFixed, int); // returns 0..0xF 51 typedef U16CPU (*IntTileProc)(int value, int count); // returns 0..count-1 163 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts()
|
D | SkBitmapProcState_matrixProcs.cpp | 160 static inline U16CPU fixed_clamp(SkFixed x) { in fixed_clamp() 170 static inline U16CPU fixed_repeat(SkFixed x) { in fixed_repeat() 180 static inline U16CPU fixed_mirror(SkFixed x) { in fixed_mirror() 201 static inline U16CPU fixed_clamp_lowbits(SkFixed x, int) { in fixed_clamp_lowbits() 205 static inline U16CPU fixed_repeat_or_mirrow_lowbits(SkFixed x, int scale) { in fixed_repeat_or_mirrow_lowbits() 220 static inline U16CPU int_clamp(int x, int n) { in int_clamp() 230 static inline U16CPU int_repeat(int x, int n) { in int_repeat() 234 static inline U16CPU int_mirror(int x, int n) { in int_mirror()
|
D | SkBlitter_RGB16.cpp | 364 static U16CPU blend_compact(uint32_t src32, uint32_t dst32, unsigned scale5) { in blend_compact() 601 U16CPU srcColor) { in blend_8_pixels() 613 #define SK_BLITBWMASK_ARGS , unsigned dst_scale, U16CPU src_color
|
D | SkStream.cpp | 121 bool SkWStream::write16(U16CPU value) { in write16()
|
D | SkPath.cpp | 714 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 | SkEventSink.cpp | 112 SkListenersTagList(U16CPU count) : SkTagList(kListeners_SkTagList) in SkListenersTagList()
|
/external/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 604 const U16CPU width = glyph.fWidth; in rgb_to_a8() 607 for (U16CPU y = 0; y < glyph.fHeight; y++) { in rgb_to_a8() 608 for (U16CPU i = 0; i < width; i++) { in rgb_to_a8() 622 const U16CPU width = glyph.fWidth; in rgb_to_lcd16() 625 for (U16CPU y = 0; y < glyph.fHeight; y++) { in rgb_to_lcd16() 626 for (U16CPU i = 0; i < width; i++) { in rgb_to_lcd16()
|
/external/skia/include/views/ |
D | SkWidget.h | 257 void setMax(U16CPU max); 258 void setValue(U16CPU value);
|
/external/skia/include/utils/ |
D | SkRandom.h | 48 U16CPU nextU16() { return this->nextU() >> 16; } in nextU16()
|
/external/skia/src/effects/ |
D | SkAvoidXfermode.cpp | 114 static inline U16CPU SkBlend3216(SkPMColor src, U16CPU dst, unsigned scale) { in SkBlend3216()
|
/external/skia/tools/ |
D | sk_tool_utils.cpp | 158 U16CPU color16 = SkPixel32ToPixel16(pmColor); in color_to_565()
|
/external/skia/src/pdf/ |
D | SkPDFBitmap.cpp | 215 U16CPU color565 = *src++; in bitmap_to_pdf_pixels()
|