HomeSort by relevance Sort by last modified time
    Searched refs:U8CPU (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/skia/include/core/
SkColor.h 32 static inline SkColor SkColorSetARGBInline(U8CPU a, U8CPU r, U8CPU g, U8CPU b)
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) {
100 SK_API void SkRGBToHSV(U8CPU red, U8CPU green, U8CPU blue, SkScalar hsv[3])
    [all...]
SkUnPreMultiply.h 27 static Scale GetScale(U8CPU alpha) {
45 static U8CPU ApplyScale(Scale scale, U8CPU component) {
SkMath.h 185 static inline U8CPU SkMulDiv255Trunc(U8CPU a, U8CPU b) {
195 static inline U8CPU SkMulDiv255Round(U8CPU a, U8CPU b) {
205 static inline U8CPU SkMulDiv255Ceiling(U8CPU a, U8CPU b) {
SkBlitRow.h 37 int count, U8CPU alpha, int x, int y);
63 int count, U8CPU alpha);
SkDeviceProfile.h 82 void generateTableForLuminanceByte(U8CPU lumByte, uint8_t table[256]) const;
SkDither.h 102 static inline uint16_t SkDitherRGBTo565(U8CPU r, U8CPU g, U8CPU b,
126 static inline uint16_t SkDitherARGB32To565(U8CPU sa, SkPMColor c, unsigned dither)
143 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, U8CPU g,
144 U8CPU b, unsigned dither)
SkColorPriv.h 27 static inline unsigned SkAlpha255To256(U8CPU alpha) {
52 static inline int SkAlphaBlend255(S16CPU src, S16CPU dst, U8CPU alpha) {
208 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) {
225 U8CPU srcWeight) {
249 U8CPU srcWeight) {
273 static inline SkPMColor SkPackARGB32NoCheck(U8CPU a, U8CPU r, U8CPU g, U8CPU b)
    [all...]
SkBitmap.h 368 void eraseARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) const;
374 void eraseRGB(U8CPU r, U8CPU g, U8CPU b) const {
    [all...]
  /external/skia/src/views/
SkTagList.h 29 SkTagList(U8CPU tag) : fTag(SkToU8(tag))
38 static SkTagList* Find(SkTagList* head, U8CPU tag);
39 static void DeleteTag(SkTagList** headptr, U8CPU tag);
SkTagList.cpp 16 SkTagList* SkTagList::Find(SkTagList* rec, U8CPU tag)
29 void SkTagList::DeleteTag(SkTagList** head, U8CPU tag)
SkWindow.cpp 110 void SkWindow::eraseARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b)
115 void SkWindow::eraseRGB(U8CPU r, U8CPU g, U8CPU b)
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.h 14 int count, U8CPU alpha);
18 int count, U8CPU alpha);
22 int count, U8CPU alpha);
  /external/skia/include/views/
SkWindow.h 39 void eraseARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b);
40 void eraseRGB(U8CPU r, U8CPU g, U8CPU b);
SkEventSink.h 96 SkTagList* findTagList(U8CPU tag) const;
98 void removeTagList(U8CPU tag);
  /external/skia/src/core/
SkColor.cpp 13 SkPMColor SkPreMultiplyARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) {
24 static inline SkScalar ByteToScalar(U8CPU x) {
29 static inline SkScalar ByteDivToScalar(int numer, U8CPU denom) {
34 void SkRGBToHSV(U8CPU r, U8CPU g, U8CPU b, SkScalar hsv[3]) {
74 static inline U8CPU UnitScalarToByte(SkScalar x)
    [all...]
SkAntiRun.h 48 int add(int x, U8CPU startAlpha, int middleCount, U8CPU stopAlpha,
49 U8CPU maxValue, int offsetX);
SkBlitRow_D16.cpp 16 U8CPU alpha, int /*x*/, int /*y*/) {
30 U8CPU alpha, int /*x*/, int /*y*/) {
49 U8CPU alpha, int /*x*/, int /*y*/) {
67 U8CPU alpha, int /*x*/, int /*y*/) {
91 int count, U8CPU alpha, int x, int y) {
109 int count, U8CPU alpha, int x, int y) {
138 int count, U8CPU alpha, int x, int y) {
172 int count, U8CPU alpha, int x, int y) {
SkBlitRow_D4444.cpp 16 U8CPU alpha, int /*x*/, int /*y*/) {
31 U8CPU alpha, int /*x*/, int /*y*/) {
51 U8CPU alpha, int /*x*/, int /*y*/) {
73 U8CPU alpha, int /*x*/, int /*y*/) {
97 int count, U8CPU alpha, int x, int y) {
116 int count, U8CPU alpha, int x, int y) {
139 int count, U8CPU alpha, int x, int y) {
168 int count, U8CPU alpha, int x, int y) {
SkBlitBWMaskTemplate.h 21 SK_BLITBWMASK_BLIT8 name of function(U8CPU byteMask, SK_BLITBWMASK_DEVTYPE* dst, int x, int y)
50 U8CPU mask = *bits++;
89 U8CPU mask = *bits & left_mask;
101 U8CPU mask;
SkBlitRow_D32.cpp 17 int count, U8CPU alpha) {
24 int count, U8CPU alpha) {
58 int count, U8CPU alpha) {
99 int count, U8CPU alpha) {
  /external/skia/tests/
WritePixelsTest.cpp 18 static const U8CPU DEV_PAD = 0xee;
25 U8CPU r = x;
26 U8CPU g = y;
27 U8CPU b = 0xc;
29 U8CPU a = 0x0;
68 U8CPU a, U8CPU r, U8CPU g, U8CPU b) {
99 U8CPU b = n & 0xff
    [all...]
ReadPixelsTest.cpp 25 U8CPU r = x;
26 U8CPU g = y;
27 U8CPU b = 0xc;
29 U8CPU a = 0xff;
53 U8CPU b = n & 0xff;
54 U8CPU g = (n >> 8) & 0xff;
55 U8CPU r = (n >> 16) & 0xff;
63 U8CPU a,r,g,b;
78 a = static_cast<U8CPU>(c[3]);
79 r = static_cast<U8CPU>(c[2])
    [all...]
ColorTest.cpp 45 U8CPU a0 = 0;
46 U8CPU a255 = 255;
62 U8CPU a0 = 0;
63 U8CPU a255 = 255;
  /external/skia/include/effects/
SkAvoidXfermode.h 42 SkAvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode);
  /frameworks/base/core/jni/android/graphics/
Xfermode.cpp 35 U8CPU tolerance, SkAvoidXfermode::Mode mode)

Completed in 316 milliseconds

1 2 3