Home
last modified time | relevance | path

Searched refs:U8CPU (Results 1 – 25 of 69) sorted by relevance

123

/external/skia/include/core/
DSkColor.h32 static inline SkColor SkColorSetARGBInline(U8CPU a, U8CPU r, U8CPU g, U8CPU b) in SkColorSetARGBInline()
41 (static_cast<U8CPU>(a) << 24) | \
42 (static_cast<U8CPU>(r) << 16) | \
43 (static_cast<U8CPU>(g) << 8) | \
44 (static_cast<U8CPU>(b) << 0))
70 static inline SkColor SkColorSetA(SkColor c, U8CPU a) { in SkColorSetA()
100 SK_API void SkRGBToHSV(U8CPU red, U8CPU green, U8CPU blue, SkScalar hsv[3]);
123 SK_API SkColor SkHSVToColor(U8CPU alpha, const SkScalar hsv[3]);
148 SK_API SkPMColor SkPreMultiplyARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b);
DSkMath.h185 static inline U8CPU SkMulDiv255Trunc(U8CPU a, U8CPU b) { in SkMulDiv255Trunc()
195 static inline U8CPU SkMulDiv255Round(U8CPU a, U8CPU b) { in SkMulDiv255Round()
205 static inline U8CPU SkMulDiv255Ceiling(U8CPU a, U8CPU b) { in SkMulDiv255Ceiling()
DSkColorPriv.h27 static inline unsigned SkAlpha255To256(U8CPU alpha) { in SkAlpha255To256()
52 static inline int SkAlphaBlend255(S16CPU src, S16CPU dst, U8CPU alpha) { in SkAlphaBlend255()
208 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { in SkPackARGB32()
225 U8CPU srcWeight) { in SkFourByteInterp()
249 U8CPU srcWeight) { in SkFastFourByteInterp()
273 static inline SkPMColor SkPackARGB32NoCheck(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { in SkPackARGB32NoCheck()
279 SkPMColor SkPremultiplyARGBInline(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { in SkPremultiplyARGBInline()
308 static inline SkPMColor SkBlendARGB32(SkPMColor src, SkPMColor dst, U8CPU aa) { in SkBlendARGB32()
354 static inline U16CPU SkPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) { in SkPack888ToRGB16()
367 static inline uint16_t SkDitherPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) { in SkDitherPack888ToRGB16()
[all …]
DSkDither.h102 static inline uint16_t SkDitherRGBTo565(U8CPU r, U8CPU g, U8CPU b, in SkDitherRGBTo565()
126 static inline uint16_t SkDitherARGB32To565(U8CPU sa, SkPMColor c, unsigned dither) in SkDitherARGB32To565()
143 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, U8CPU g, in SkDitherARGB32To4444()
144 U8CPU b, unsigned dither) in SkDitherARGB32To4444()
DSkUnPreMultiply.h27 static Scale GetScale(U8CPU alpha) { in GetScale()
45 static U8CPU ApplyScale(Scale scale, U8CPU component) { in ApplyScale()
DSkBitmap.h368 void eraseARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) const;
374 void eraseRGB(U8CPU r, U8CPU g, U8CPU b) const { in eraseRGB()
DSkBlitRow.h37 int count, U8CPU alpha, int x, int y);
63 int count, U8CPU alpha);
/external/skia/src/core/
DSkColor.cpp13 SkPMColor SkPreMultiplyARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { in SkPreMultiplyARGB()
24 static inline SkScalar ByteToScalar(U8CPU x) { in ByteToScalar()
29 static inline SkScalar ByteDivToScalar(int numer, U8CPU denom) { in ByteDivToScalar()
34 void SkRGBToHSV(U8CPU r, U8CPU g, U8CPU b, SkScalar hsv[3]) { in SkRGBToHSV()
74 static inline U8CPU UnitScalarToByte(SkScalar x) { in UnitScalarToByte()
84 SkColor SkHSVToColor(U8CPU a, const SkScalar hsv[3]) { in SkHSVToColor()
87 U8CPU s = UnitScalarToByte(hsv[1]); in SkHSVToColor()
88 U8CPU v = UnitScalarToByte(hsv[2]); in SkHSVToColor()
DSkBlitRow_D4444.cpp16 U8CPU alpha, int /*x*/, int /*y*/) { in S32_D4444_Opaque()
31 U8CPU alpha, int /*x*/, int /*y*/) { in S32_D4444_Blend()
51 U8CPU alpha, int /*x*/, int /*y*/) { in S32A_D4444_Opaque()
73 U8CPU alpha, int /*x*/, int /*y*/) { in S32A_D4444_Blend()
97 int count, U8CPU alpha, int x, int y) { in S32_D4444_Opaque_Dither()
116 int count, U8CPU alpha, int x, int y) { in S32_D4444_Blend_Dither()
139 int count, U8CPU alpha, int x, int y) { in S32A_D4444_Opaque_Dither()
168 int count, U8CPU alpha, int x, int y) { in S32A_D4444_Blend_Dither()
DSkBlitRow_D16.cpp16 U8CPU alpha, int /*x*/, int /*y*/) { in S32_D565_Opaque()
30 U8CPU alpha, int /*x*/, int /*y*/) { in S32_D565_Blend()
49 U8CPU alpha, int /*x*/, int /*y*/) { in S32A_D565_Opaque()
67 U8CPU alpha, int /*x*/, int /*y*/) { in S32A_D565_Blend()
91 int count, U8CPU alpha, int x, int y) { in S32_D565_Opaque_Dither()
109 int count, U8CPU alpha, int x, int y) { in S32_D565_Blend_Dither()
138 int count, U8CPU alpha, int x, int y) { in S32A_D565_Opaque_Dither()
172 int count, U8CPU alpha, int x, int y) { in S32A_D565_Blend_Dither()
DSkAntiRun.h48 int add(int x, U8CPU startAlpha, int middleCount, U8CPU stopAlpha,
49 U8CPU maxValue, int offsetX);
DSkBlitRow_D32.cpp17 int count, U8CPU alpha) { in S32_Opaque_BlitRow32()
24 int count, U8CPU alpha) { in S32_Blend_BlitRow32()
58 int count, U8CPU alpha) { in S32A_Opaque_BlitRow32()
99 int count, U8CPU alpha) { in S32A_Blend_BlitRow32()
DSkBlitBWMaskTemplate.h50 U8CPU mask = *bits++; in SK_BLITBWMASK_NAME()
89 U8CPU mask = *bits & left_mask; in SK_BLITBWMASK_NAME()
101 U8CPU mask; in SK_BLITBWMASK_NAME()
DSkSpriteBlitter_ARGB32.cpp22 Sprite_D32_S32(const SkBitmap& src, U8CPU alpha) : INHERITED(src) { in Sprite_D32_S32()
45 U8CPU alpha = fAlpha; in blitRect()
56 U8CPU fAlpha;
112 U8CPU fAlpha;
275 U8CPU alpha = paint.getAlpha(); in ChooseD32()
DSkAlphaRuns.cpp74 int SkAlphaRuns::add(int x, U8CPU startAlpha, int middleCount, U8CPU stopAlpha, in add()
75 U8CPU maxValue, int offsetX) { in add()
/external/skia/tests/
DWritePixelsTest.cpp18 static const U8CPU DEV_PAD = 0xee;
25 U8CPU r = x; in getCanvasColor()
26 U8CPU g = y; in getCanvasColor()
27 U8CPU b = 0xc; in getCanvasColor()
29 U8CPU a = 0x0; in getCanvasColor()
68 U8CPU a, U8CPU r, U8CPU g, U8CPU b) { in packConfig8888()
99 U8CPU b = n & 0xff; in getBitmapColor()
100 U8CPU g = (n >> 8) & 0xff; in getBitmapColor()
101 U8CPU r = (n >> 16) & 0xff; in getBitmapColor()
102 U8CPU a = 0; in getBitmapColor()
[all …]
DReadPixelsTest.cpp25 U8CPU r = x; in getCanvasColor()
26 U8CPU g = y; in getCanvasColor()
27 U8CPU b = 0xc; in getCanvasColor()
29 U8CPU a = 0xff; in getCanvasColor()
53 U8CPU b = n & 0xff; in getBitmapColor()
54 U8CPU g = (n >> 8) & 0xff; in getBitmapColor()
55 U8CPU r = (n >> 16) & 0xff; in getBitmapColor()
63 U8CPU a,r,g,b; in convertConfig8888ToPMColor()
78 a = static_cast<U8CPU>(c[3]); in convertConfig8888ToPMColor()
79 r = static_cast<U8CPU>(c[2]); in convertConfig8888ToPMColor()
[all …]
DColorTest.cpp62 U8CPU a0 = 0; in test_fast_interp()
63 U8CPU a255 = 255; in test_fast_interp()
/external/skia/include/views/
DSkWindow.h39 void eraseARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b);
40 void eraseRGB(U8CPU r, U8CPU g, U8CPU b);
DSkEventSink.h96 SkTagList* findTagList(U8CPU tag) const;
98 void removeTagList(U8CPU tag);
/external/skia/src/views/
DSkTagList.h29 SkTagList(U8CPU tag) : fTag(SkToU8(tag)) in SkTagList()
38 static SkTagList* Find(SkTagList* head, U8CPU tag);
39 static void DeleteTag(SkTagList** headptr, U8CPU tag);
DSkWindow.cpp110 void SkWindow::eraseARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) in eraseARGB()
115 void SkWindow::eraseRGB(U8CPU r, U8CPU g, U8CPU b) in eraseRGB()
DSkTagList.cpp16 SkTagList* SkTagList::Find(SkTagList* rec, U8CPU tag) in Find()
29 void SkTagList::DeleteTag(SkTagList** head, U8CPU tag) in DeleteTag()
/external/skia/src/opts/
DSkBlitRow_opts_SSE2.h14 int count, U8CPU alpha);
18 int count, U8CPU alpha);
22 int count, U8CPU alpha);
DSkBlitRow_opts_arm.cpp21 U8CPU alpha, int /*x*/, int /*y*/) { in S32A_D565_Opaque_neon()
195 U8CPU alpha, int /*x*/, int /*y*/) { in S32A_D565_Blend_neon()
197 U8CPU alpha_for_asm = alpha; in S32A_D565_Blend_neon()
317 int count, U8CPU alpha, int x, int y) in S32_D565_Blend_Dither_neon()
410 U8CPU alpha, int /*x*/, int /*y*/) { in S32A_D565_Opaque_v7()
494 int count, U8CPU alpha) { in S32A_Opaque_BlitRow32_neon_test_alpha()
668 int count, U8CPU alpha) { in S32A_Opaque_BlitRow32_neon()
797 int count, U8CPU alpha) { in S32A_Opaque_BlitRow32_arm_test_alpha()
1099 int count, U8CPU alpha) { in S32A_Opaque_BlitRow32_arm()
1199 int count, U8CPU alpha) { in S32A_Blend_BlitRow32_arm()
[all …]

123