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

1 2 3

  /external/skia/include/core/
SkUnPreMultiply.h 34 static Scale GetScale(U8CPU alpha) {
52 static U8CPU ApplyScale(Scale scale, U8CPU component) {
SkColor.h 39 static inline SkColor SkColorSetARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b)
60 static inline SkColor SkColorSetA(SkColor c, U8CPU a) {
90 void SkRGBToHSV(U8CPU red, U8CPU green, U8CPU blue, SkScalar hsv[3]);
113 SkColor SkHSVToColor(U8CPU alpha, const SkScalar hsv[3]);
138 SkPMColor SkPreMultiplyARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b)
    [all...]
SkMath.h 199 static inline U8CPU SkMulDiv255Trunc(U8CPU a, U8CPU b) {
209 static inline U8CPU SkMulDiv255Round(U8CPU a, U8CPU b) {
SkDither.h 109 static inline uint16_t SkDitherRGBTo565(U8CPU r, U8CPU g, U8CPU b,
133 static inline uint16_t SkDitherARGB32To565(U8CPU sa, SkPMColor c, unsigned dither)
150 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, U8CPU g,
151 U8CPU b, unsigned dither)
SkColorPriv.h 34 static inline unsigned SkAlpha255To256(U8CPU alpha) {
214 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) {
239 static inline SkPMColor SkBlendARGB32(SkPMColor src, SkPMColor dst, U8CPU aa) {
285 static inline U16CPU SkPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b) {
298 static inline uint16_t SkDitherPack888ToRGB16(U8CPU r, U8CPU g, U8CPU b)
    [all...]
SkBitmap.h 287 void eraseARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) const;
293 void eraseRGB(U8CPU r, U8CPU g, U8CPU b) const {
  /external/skia/include/views/
SkOSSound.h 32 static void SetVolume(U8CPU volume);
SkWindow.h 43 void eraseARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b);
44 void eraseRGB(U8CPU r, U8CPU g, U8CPU b);
SkEventSink.h 90 SkTagList* findTagList(U8CPU tag) const;
92 void removeTagList(U8CPU tag);
  /external/skia/src/views/
SkTagList.h 37 SkTagList(U8CPU tag) : fTag(SkToU8(tag))
46 static SkTagList* Find(SkTagList* head, U8CPU tag);
47 static void DeleteTag(SkTagList** headptr, U8CPU tag);
SkTagList.cpp 24 SkTagList* SkTagList::Find(SkTagList* rec, U8CPU tag)
37 void SkTagList::DeleteTag(SkTagList** head, U8CPU tag)
SkWindow.cpp 81 void SkWindow::eraseARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b)
86 void SkWindow::eraseRGB(U8CPU r, U8CPU g, U8CPU b)
  /external/skia/src/core/
SkColor.cpp 21 SkPMColor SkPreMultiplyARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) {
48 static inline SkScalar ByteToScalar(U8CPU x) {
53 static inline SkScalar ByteDivToScalar(int numer, U8CPU denom) {
58 void SkRGBToHSV(U8CPU r, U8CPU g, U8CPU b, SkScalar hsv[3]) {
98 static inline U8CPU UnitScalarToByte(SkScalar x)
    [all...]
SkBlitRow.h 30 int count, U8CPU alpha, int x, int y);
50 int count, U8CPU alpha);
SkBlitRow_D32.cpp 7 int count, U8CPU alpha) {
14 int count, U8CPU alpha) {
31 int count, U8CPU alpha) {
56 int count, U8CPU alpha) {
SkBlitRow_D16.cpp 9 U8CPU alpha, int /*x*/, int /*y*/) {
24 U8CPU alpha, int /*x*/, int /*y*/) {
44 U8CPU alpha, int /*x*/, int /*y*/) {
62 U8CPU alpha, int /*x*/, int /*y*/) {
86 int count, U8CPU alpha, int x, int y) {
105 int count, U8CPU alpha, int x, int y) {
135 int count, U8CPU alpha, int x, int y) {
169 int count, U8CPU alpha, int x, int y) {
SkBlitRow_D4444.cpp 9 U8CPU alpha, int /*x*/, int /*y*/) {
24 U8CPU alpha, int /*x*/, int /*y*/) {
44 U8CPU alpha, int /*x*/, int /*y*/) {
66 U8CPU alpha, int /*x*/, int /*y*/) {
90 int count, U8CPU alpha, int x, int y) {
109 int count, U8CPU alpha, int x, int y) {
132 int count, U8CPU alpha, int x, int y) {
161 int count, U8CPU alpha, int x, int y) {
SkBlitBWMaskTemplate.h 29 SK_BLITBWMASK_BLIT8 name of function(U8CPU byteMask, SK_BLITBWMASK_DEVTYPE* dst, int x, int y)
58 U8CPU mask = *bits++;
97 U8CPU mask = *bits & left_mask;
109 U8CPU mask;
SkAlphaRuns.cpp 84 void SkAlphaRuns::add(int x, U8CPU startAlpha, int middleCount, U8CPU stopAlpha, U8CPU maxValue)
SkAntiRun.h 154 void add(int x, U8CPU startAlpha, int middleCount, U8CPU stopAlpha, U8CPU maxValue);
SkShader.cpp 141 U8CPU a0 = srcA[0];
142 U8CPU a1 = srcA[4];
143 U8CPU a2 = srcA[8];
144 U8CPU a3 = srcA[12];
  /external/skia/include/effects/
SkAvoidXfermode.h 49 SkAvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode);
  /frameworks/base/core/jni/android/graphics/
Xfermode.cpp 35 U8CPU tolerance, SkAvoidXfermode::Mode mode)
  /external/skia/src/gl/
SkGL.cpp 14 static inline void gl_pmcolor(U8CPU r, U8CPU g, U8CPU b, U8CPU a) {
18 void SkGL::SetAlpha(U8CPU alpha) {
22 static inline SkFixed byte2fixed(U8CPU value) {
26 static inline void gl_pmcolor(U8CPU r, U8CPU g, U8CPU b, U8CPU a)
    [all...]
  /external/skia/src/effects/
SkAvoidXfermode.cpp 21 SkAvoidXfermode::SkAvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode)
88 static unsigned color_dist32(SkPMColor c, U8CPU r, U8CPU g, U8CPU b)

Completed in 295 milliseconds

1 2 3