Searched refs:U8CPU (Results 76 - 100 of 151) sorted by relevance

1234567

/external/skia/src/pdf/
H A DSkPDFBitmap.cpp59 static U8CPU SkGetA32Component(uint32_t value, SkColorType ct) {
62 static U8CPU SkGetR32Component(uint32_t value, SkColorType ct) {
65 static U8CPU SkGetG32Component(uint32_t value, SkColorType ct) {
68 static U8CPU SkGetB32Component(uint32_t value, SkColorType ct) {
184 U8CPU alpha = SkGetA32Component(color, colorType);
/external/skqp/include/core/
H A DSkPaint.h595 void setAlpha(U8CPU a);
605 void setARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b);
/external/skqp/src/pdf/
H A DSkPDFBitmap.cpp59 static U8CPU SkGetA32Component(uint32_t value, SkColorType ct) {
62 static U8CPU SkGetR32Component(uint32_t value, SkColorType ct) {
65 static U8CPU SkGetG32Component(uint32_t value, SkColorType ct) {
68 static U8CPU SkGetB32Component(uint32_t value, SkColorType ct) {
184 U8CPU alpha = SkGetA32Component(color, colorType);
/external/skia/bench/
H A DBitmapRectBench.cpp51 BitmapRectBench(U8CPU alpha, SkFilterQuality filterQuality,
H A DTileBench.cpp22 *bm->getAddr32(0, y) = SkColorSetRGB(0, 0, (U8CPU) blue);
/external/skia/src/core/
H A DSkMaskGamma.cpp75 void SkTMaskGamma_build_correcting_lut(uint8_t table[256], U8CPU srcI, SkScalar contrast,
H A DSkAAClip.cpp979 void addRun(int x, int y, U8CPU alpha, int count) {
1016 void addColumn(int x, int y, U8CPU alpha, int height) {
1225 static void AppendRun(SkTDArray<uint8_t>& data, U8CPU alpha, int count) {
1439 typedef U8CPU (*AlphaProc)(U8CPU alphaA, U8CPU alphaB);
1441 static U8CPU sectAlphaProc(U8CPU alphaA, U8CPU alphaB) {
1446 static U8CPU unionAlphaPro
[all...]
H A DSkSpriteBlitter_RGB565.cpp77 U8CPU alpha = paint.getAlpha();
165 U8CPU alpha = paint.getAlpha();
H A DSkPixmap.cpp113 U8CPU a = SkColorGetA(color);
114 U8CPU r = SkColorGetR(color);
115 U8CPU g = SkColorGetG(color);
116 U8CPU b = SkColorGetB(color);
/external/skqp/bench/
H A DBitmapRectBench.cpp51 BitmapRectBench(U8CPU alpha, SkFilterQuality filterQuality,
H A DTileBench.cpp22 *bm->getAddr32(0, y) = SkColorSetRGB(0, 0, (U8CPU) blue);
/external/skqp/src/core/
H A DSkMaskGamma.cpp75 void SkTMaskGamma_build_correcting_lut(uint8_t table[256], U8CPU srcI, SkScalar contrast,
H A DSkAAClip.cpp979 void addRun(int x, int y, U8CPU alpha, int count) {
1016 void addColumn(int x, int y, U8CPU alpha, int height) {
1225 static void AppendRun(SkTDArray<uint8_t>& data, U8CPU alpha, int count) {
1439 typedef U8CPU (*AlphaProc)(U8CPU alphaA, U8CPU alphaB);
1441 static U8CPU sectAlphaProc(U8CPU alphaA, U8CPU alphaB) {
1446 static U8CPU unionAlphaPro
[all...]
H A DSkSpriteBlitter_RGB565.cpp77 U8CPU alpha = paint.getAlpha();
165 U8CPU alpha = paint.getAlpha();
H A DSkPixmap.cpp111 U8CPU a = SkColorGetA(color);
112 U8CPU r = SkColorGetR(color);
113 U8CPU g = SkColorGetG(color);
114 U8CPU b = SkColorGetB(color);
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp65 uint16_t packTriple(U8CPU r, U8CPU g, U8CPU b) {
67 r = SkTMax(r, (U8CPU)0x40);
68 g = SkTMax(g, (U8CPU)0x40);
69 b = SkTMax(b, (U8CPU)0x40);
74 uint16_t grayToRGB16(U8CPU gray) {
76 gray = SkTMax(gray, (U8CPU)0x40);
H A DSkFontHost_mac.cpp1087 U8CPU r = 0xFF - ((rgb >> 16) & 0xFF);
1088 U8CPU g = 0xFF - ((rgb >> 8) & 0xFF);
1089 U8CPU b = 0xFF - ((rgb >> 0) & 0xFF);
1090 U8CPU lum = sk_apply_lut_if<APPLY_PREBLEND>(SkComputeLuminance(r, g, b), table8);
1092 lum = SkTMax(lum, (U8CPU)0x30);
1116 U8CPU r = sk_apply_lut_if<APPLY_PREBLEND>(0xFF - ((rgb >> 16) & 0xFF), tableR);
1117 U8CPU g = sk_apply_lut_if<APPLY_PREBLEND>(0xFF - ((rgb >> 8) & 0xFF), tableG);
1118 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(0xFF - ((rgb >> 0) & 0xFF), tableB);
1120 r = SkTMax(r, (U8CPU)0x30);
1121 g = SkTMax(g, (U8CPU)
[all...]
/external/skqp/src/ports/
H A DSkFontHost_FreeType_common.cpp65 uint16_t packTriple(U8CPU r, U8CPU g, U8CPU b) {
67 r = SkTMax(r, (U8CPU)0x40);
68 g = SkTMax(g, (U8CPU)0x40);
69 b = SkTMax(b, (U8CPU)0x40);
74 uint16_t grayToRGB16(U8CPU gray) {
76 gray = SkTMax(gray, (U8CPU)0x40);
H A DSkFontHost_mac.cpp1087 U8CPU r = 0xFF - ((rgb >> 16) & 0xFF);
1088 U8CPU g = 0xFF - ((rgb >> 8) & 0xFF);
1089 U8CPU b = 0xFF - ((rgb >> 0) & 0xFF);
1090 U8CPU lum = sk_apply_lut_if<APPLY_PREBLEND>(SkComputeLuminance(r, g, b), table8);
1092 lum = SkTMax(lum, (U8CPU)0x30);
1116 U8CPU r = sk_apply_lut_if<APPLY_PREBLEND>(0xFF - ((rgb >> 16) & 0xFF), tableR);
1117 U8CPU g = sk_apply_lut_if<APPLY_PREBLEND>(0xFF - ((rgb >> 8) & 0xFF), tableG);
1118 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(0xFF - ((rgb >> 0) & 0xFF), tableB);
1120 r = SkTMax(r, (U8CPU)0x30);
1121 g = SkTMax(g, (U8CPU)
[all...]
/external/skia/src/effects/
H A DSkEmbossMaskFilter.cpp54 light.fSpecular = static_cast<U8CPU>(SkScalarPin(specular, 0, 16) * kSpecularMultiplier + 0.5);
/external/skia/src/opts/
H A DSkColor_opts_neon.h115 U8CPU srcWeight) {
H A DSkBlitRow_opts_SSE2.cpp22 int count, U8CPU alpha) {
67 int count, U8CPU alpha) {
/external/skia/tools/
H A Dsk_tool_utils.cpp233 U8CPU r8, g8, b8;
235 r8 = (U8CPU) (r+0.5f);
236 g8 = (U8CPU) (g+0.5f);
237 b8 = (U8CPU) (b+0.5f);
/external/skqp/src/effects/
H A DSkEmbossMaskFilter.cpp34 light.fSpecular = static_cast<U8CPU>(SkScalarPin(specular, 0, 16) * kSpecularMultiplier + 0.5);
/external/skqp/src/opts/
H A DSkColor_opts_neon.h115 U8CPU srcWeight) {

Completed in 2741 milliseconds

1234567