Searched refs:U8CPU (Results 51 - 75 of 151) sorted by relevance

1234567

/external/skqp/src/core/
H A DSkOpts.h33 extern void (*blit_row_s32a_opaque)(SkPMColor*, const SkPMColor*, int, U8CPU);
H A DSkAntiRun.h53 SK_ALWAYS_INLINE int add(int x, U8CPU startAlpha, int middleCount, U8CPU stopAlpha,
54 U8CPU maxValue, int offsetX) {
H A DSkDeviceProfile.cpp34 void SkDeviceProfile::generateTableForLuminanceByte(U8CPU lumByte,
H A DSkBlitter_ARGB32.cpp19 U8CPU alpha = SkGetPackedA32(srcColor);
108 void SkARGB32_Blitter::blitAntiH2(int x, int y, U8CPU a0, U8CPU a1) {
116 void SkARGB32_Blitter::blitAntiV2(int x, int y, U8CPU a0, U8CPU a1) {
209 void SkARGB32_Opaque_Blitter::blitAntiH2(int x, int y, U8CPU a0, U8CPU a1) {
217 void SkARGB32_Opaque_Blitter::blitAntiV2(int x, int y, U8CPU a0, U8CPU a1) {
302 void SkARGB32_Black_Blitter::blitAntiH2(int x, int y, U8CPU a
[all...]
H A DSkRasterPipelineBlitter.cpp44 void blitAntiH2(int x, int y, U8CPU a0, U8CPU a1) override;
45 void blitAntiV2(int x, int y, U8CPU a0, U8CPU a1) override;
391 void SkRasterPipelineBlitter::blitAntiH2(int x, int y, U8CPU a0, U8CPU a1) {
404 void SkRasterPipelineBlitter::blitAntiV2(int x, int y, U8CPU a0, U8CPU a1) {
H A DSkScan_AntiPath.cpp260 static void set_left_rite_runs(SkAlphaRuns& runs, int ileft, U8CPU leftA,
261 int n, U8CPU riteA) {
458 static void add_aa_span(uint8_t* alpha, U8CPU startAlpha) {
469 static inline uint32_t quadplicate_byte(U8CPU value) {
479 static inline void saturated_add(uint8_t* ptr, U8CPU add) {
488 static void add_aa_span(uint8_t* alpha, U8CPU startAlpha, int middleCount,
489 U8CPU stopAlpha, U8CPU maxValue) {
/external/skqp/tests/
H A DReadPixelsTest.cpp35 U8CPU r = x;
36 U8CPU g = y;
37 U8CPU b = 0xc;
39 U8CPU a = 0xff;
63 U8CPU b = n & 0xff;
64 U8CPU g = (n >> 8) & 0xff;
65 U8CPU r = (n >> 16) & 0xff;
74 U8CPU a,r,g,b;
77 b = static_cast<U8CPU>(c[0]);
78 g = static_cast<U8CPU>(
[all...]
H A DWritePixelsTest.cpp30 static const U8CPU DEV_PAD = 0xee;
36 U8CPU r = x;
37 U8CPU g = y;
38 U8CPU b = 0xc;
40 U8CPU a = 0x0;
62 static uint32_t pack_color_type(SkColorType ct, U8CPU a, U8CPU r, U8CPU g, U8CPU b) {
87 U8CPU
[all...]
/external/skia/include/private/
H A DGrColor.h100 U8CPU a = GrColorUnpackA(c);
101 U8CPU r = GrColorUnpackR(c);
102 U8CPU g = GrColorUnpackG(c);
103 U8CPU b = GrColorUnpackB(c);
108 U8CPU r = SkMulDiv255Round(GrColorUnpackR(c0), GrColorUnpackR(c1));
109 U8CPU g = SkMulDiv255Round(GrColorUnpackG(c0), GrColorUnpackG(c1));
110 U8CPU b = SkMulDiv255Round(GrColorUnpackB(c0), GrColorUnpackB(c1));
111 U8CPU a = SkMulDiv255Round(GrColorUnpackA(c0), GrColorUnpackA(c1));
/external/skqp/include/gpu/
H A DGrColor.h100 U8CPU a = GrColorUnpackA(c);
101 U8CPU r = GrColorUnpackR(c);
102 U8CPU g = GrColorUnpackG(c);
103 U8CPU b = GrColorUnpackB(c);
108 U8CPU r = SkMulDiv255Round(GrColorUnpackR(c0), GrColorUnpackR(c1));
109 U8CPU g = SkMulDiv255Round(GrColorUnpackG(c0), GrColorUnpackG(c1));
110 U8CPU b = SkMulDiv255Round(GrColorUnpackB(c0), GrColorUnpackB(c1));
111 U8CPU a = SkMulDiv255Round(GrColorUnpackA(c0), GrColorUnpackA(c1));
/external/skia/include/core/
H A DSkBitmap.h784 void eraseARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) const {
795 void eraseRGB(U8CPU r, U8CPU g, U8CPU b) const {
H A DSkMath.h115 static inline U8CPU SkMulDiv255Round(U16CPU a, U16CPU b) {
H A DSkPaint.h594 void setAlpha(U8CPU a);
604 void setARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b);
/external/skqp/include/core/
H A DSkBitmap.h794 void eraseARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) const {
805 void eraseRGB(U8CPU r, U8CPU g, U8CPU b) const {
H A DSkMath.h115 static inline U8CPU SkMulDiv255Round(U16CPU a, U16CPU b) {
/external/skia/tests/
H A DWritePixelsTest.cpp28 static const U8CPU DEV_PAD = 0xee;
34 U8CPU r = x;
35 U8CPU g = y;
36 U8CPU b = 0xc;
38 U8CPU a = 0x0;
60 static uint32_t pack_color_type(SkColorType ct, U8CPU a, U8CPU r, U8CPU g, U8CPU b) {
85 U8CPU
[all...]
/external/skia/src/core/
H A DSkAntiRun.h53 SK_ALWAYS_INLINE int add(int x, U8CPU startAlpha, int middleCount, U8CPU stopAlpha,
54 U8CPU maxValue, int offsetX) {
H A DSkDeviceProfile.cpp34 void SkDeviceProfile::generateTableForLuminanceByte(U8CPU lumByte,
H A DSkBlitter_ARGB32.cpp19 U8CPU alpha = SkGetPackedA32(srcColor);
108 void SkARGB32_Blitter::blitAntiH2(int x, int y, U8CPU a0, U8CPU a1) {
116 void SkARGB32_Blitter::blitAntiV2(int x, int y, U8CPU a0, U8CPU a1) {
209 void SkARGB32_Opaque_Blitter::blitAntiH2(int x, int y, U8CPU a0, U8CPU a1) {
217 void SkARGB32_Opaque_Blitter::blitAntiV2(int x, int y, U8CPU a0, U8CPU a1) {
302 void SkARGB32_Black_Blitter::blitAntiH2(int x, int y, U8CPU a
[all...]
H A DSkRasterPipelineBlitter.cpp44 void blitAntiH2(int x, int y, U8CPU a0, U8CPU a1) override;
45 void blitAntiV2(int x, int y, U8CPU a0, U8CPU a1) override;
391 void SkRasterPipelineBlitter::blitAntiH2(int x, int y, U8CPU a0, U8CPU a1) {
404 void SkRasterPipelineBlitter::blitAntiV2(int x, int y, U8CPU a0, U8CPU a1) {
H A DSkScan_AntiPath.cpp260 static void set_left_rite_runs(SkAlphaRuns& runs, int ileft, U8CPU leftA,
261 int n, U8CPU riteA) {
458 static void add_aa_span(uint8_t* alpha, U8CPU startAlpha) {
469 static inline uint32_t quadplicate_byte(U8CPU value) {
479 static inline void saturated_add(uint8_t* ptr, U8CPU add) {
488 static void add_aa_span(uint8_t* alpha, U8CPU startAlpha, int middleCount,
489 U8CPU stopAlpha, U8CPU maxValue) {
/external/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp25 int count, U8CPU alpha) {
92 int count, U8CPU alpha) {
/external/skqp/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp25 int count, U8CPU alpha) {
92 int count, U8CPU alpha) {
/external/skia/src/effects/
H A DSkColorMatrixFilter.cpp15 static SkScalar byte_to_scale(U8CPU byte) {
/external/skqp/src/effects/
H A DSkColorMatrixFilter.cpp15 static SkScalar byte_to_scale(U8CPU byte) {

Completed in 490 milliseconds

1234567