Home
last modified time | relevance | path

Searched refs:U16CPU (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/include/core/
DSkMath.h38 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound()
50 static inline U8CPU SkMulDiv255Round(U16CPU a, U16CPU b) { in SkMulDiv255Round()
DSkTypes.h515 typedef unsigned U16CPU; typedef
DSkStream.h248 bool write16(U16CPU value) { in write16()
/third_party/flutter/skia/include/core/
DSkMath.h56 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound()
68 static inline U8CPU SkMulDiv255Round(U16CPU a, U16CPU b) { in SkMulDiv255Round()
DSkTypes.h83 typedef unsigned U16CPU; typedef
DSkStream.h248 bool write16(U16CPU value) { in write16()
/third_party/flutter/skia/include/private/
DSkColorData.h129 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/
DSkColorData.h129 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/
DSkBitmapProcState_matrixProcs.cpp267 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) >
DSkBitmapProcState.h129 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts()
/third_party/flutter/skia/src/core/
DSkBitmapProcState.h144 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts()
DSkBitmapProcState_matrixProcs.cpp596 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/
DToolUtils.cpp107 U16CPU color16 = SkPixel32ToPixel16(pmColor); in color_to_565()
/third_party/skia/tools/
DToolUtils.cpp128 U16CPU color16 = SkPixel32ToPixel16(pmColor); in color_to_565()