Searched refs:U16CPU (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/include/core/ |
D | SkMath.h | 38 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() 50 static inline U8CPU SkMulDiv255Round(U16CPU a, U16CPU b) { in SkMulDiv255Round()
|
D | SkTypes.h | 515 typedef unsigned U16CPU; typedef
|
D | SkStream.h | 248 bool write16(U16CPU value) { in write16()
|
/third_party/flutter/skia/include/core/ |
D | SkMath.h | 56 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() 68 static inline U8CPU SkMulDiv255Round(U16CPU a, U16CPU b) { in SkMulDiv255Round()
|
D | SkTypes.h | 83 typedef unsigned U16CPU; typedef
|
D | SkStream.h | 248 bool write16(U16CPU value) { in write16()
|
/third_party/flutter/skia/include/private/ |
D | SkColorData.h | 129 static inline U16CPU SkAlphaMulInv256(U16CPU value, U16CPU alpha256) { in SkAlphaMulInv256() 322 static inline U16CPU SkPixel32ToPixel16(SkPMColor c) { in SkPixel32ToPixel16() 329 static inline U16CPU SkPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) { in SkPack888ToRGB16() 340 static inline U16CPU SkSrcOver32To16(SkPMColor src, uint16_t dst) { in SkSrcOver32To16() 358 static inline SkColor SkPixel16ToColor(U16CPU src) { in SkPixel16ToColor() 394 static inline SkPMColor SkPixel4444ToPixel32(U16CPU c) { in SkPixel4444ToPixel32()
|
/third_party/skia/include/private/ |
D | SkColorData.h | 129 static inline U16CPU SkAlphaMulInv256(U16CPU value, U16CPU alpha256) { in SkAlphaMulInv256() 318 static inline U16CPU SkPixel32ToPixel16(SkPMColor c) { in SkPixel32ToPixel16() 325 static inline U16CPU SkPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) { in SkPack888ToRGB16() 336 static inline U16CPU SkSrcOver32To16(SkPMColor src, uint16_t dst) { in SkSrcOver32To16() 354 static inline SkColor SkPixel16ToColor(U16CPU src) { in SkPixel16ToColor() 390 static inline SkPMColor SkPixel4444ToPixel32(U16CPU c) { in SkPixel4444ToPixel32()
|
/third_party/skia/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 267 static inline U16CPU int_clamp(int x, int n) { in int_clamp() 292 static inline U16CPU int_repeat(int x, int n) { in int_repeat() 296 static inline U16CPU int_mirror(int x, int n) { in int_mirror() 317 template< U16CPU (tiley)(int x, int n) > 369 template< U16CPU (tiley)(int x, int n) > 406 template< U16CPU (tiley)(int x, int n) >
|
D | SkBitmapProcState.h | 129 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts()
|
/third_party/flutter/skia/src/core/ |
D | SkBitmapProcState.h | 144 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts()
|
D | SkBitmapProcState_matrixProcs.cpp | 596 static inline U16CPU int_clamp(int x, int n) { in int_clamp() 621 static inline U16CPU int_repeat(int x, int n) { in int_repeat() 625 static inline U16CPU int_mirror(int x, int n) { in int_mirror()
|
/third_party/flutter/skia/tools/ |
D | ToolUtils.cpp | 107 U16CPU color16 = SkPixel32ToPixel16(pmColor); in color_to_565()
|
/third_party/skia/tools/ |
D | ToolUtils.cpp | 128 U16CPU color16 = SkPixel32ToPixel16(pmColor); in color_to_565()
|