HomeSort by relevance Sort by last modified time
    Searched refs:SK_RESTRICT (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 21 const uint32_t* SK_RESTRICT xy,
23 uint16_t* SK_RESTRICT colors) SK_ATTRIBUTE_OPTIMIZE_O1;
26 const uint32_t* SK_RESTRICT xy,
27 int count, uint16_t* SK_RESTRICT colors) {
32 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache();
33 const uint8_t* SK_RESTRICT srcAddr = (const uint8_t*)s.fBitmap->getPixels();
50 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1);
112 const uint32_t* SK_RESTRICT xy,
114 SkPMColor* SK_RESTRICT colors) SK_ATTRIBUTE_OPTIMIZE_O1;
117 const uint32_t* SK_RESTRICT xy
    [all...]
  /external/chromium_org/skia/config/
SkUserConfig.h 202 #undef SK_RESTRICT
203 #define SK_RESTRICT
  /external/chromium_org/third_party/skia/src/core/
SkPackBits.cpp 12 static inline void small_memcpy(void* SK_RESTRICT dst,
13 const void* SK_RESTRICT src, int n) {
161 static uint8_t* flush_diff16(uint8_t* SK_RESTRICT dst,
162 const uint16_t* SK_RESTRICT src, int count) {
177 static uint8_t* flush_diff8(uint8_t* SK_RESTRICT dst,
178 const uint8_t* SK_RESTRICT src, int count) {
193 size_t SkPackBits::Pack16(const uint16_t* SK_RESTRICT src, int count,
194 uint8_t* SK_RESTRICT dst) {
236 size_t SkPackBits::Pack8(const uint8_t* SK_RESTRICT src, int count,
237 uint8_t* SK_RESTRICT dst)
    [all...]
SkSpriteBlitterTemplate.h 22 SkSPRITE_DST_TYPE* SK_RESTRICT dst =fDevice->SkSPRITE_DST_GETADDR(x, y);
23 const SkSPRITE_SRC_TYPE* SK_RESTRICT src =
50 dst = (SkSPRITE_DST_TYPE* SK_RESTRICT)((char*)dst + dstRB);
51 src = (const SkSPRITE_SRC_TYPE* SK_RESTRICT)
SkBitmapProcState_shaderproc.h 16 DSTTYPE* SK_RESTRICT colors, int count);
19 DSTTYPE* SK_RESTRICT colors, int count) {
31 const SRCTYPE* SK_RESTRICT row0;
32 const SRCTYPE* SK_RESTRICT row1;
46 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels();
SkBlitter_RGB16.cpp 210 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
211 const uint8_t* SK_RESTRICT alpha = mask.getAddr8(clip.fLeft, clip.fTop);
236 const SkAlpha* SK_RESTRICT antialias,
237 const int16_t* SK_RESTRICT runs) {
238 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
277 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
298 const SkAlpha* SK_RESTRICT antialias,
299 const int16_t* SK_RESTRICT runs) {
300 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
380 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop)
    [all...]
SkSpriteBlitter_RGB16.cpp 58 uint16_t* SK_RESTRICT dst = fDevice->getAddr16(x, y);
59 const uint16_t* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
171 static void blitrow_d16_si8(uint16_t* SK_RESTRICT dst,
172 const uint8_t* SK_RESTRICT src, int count,
173 const uint16_t* SK_RESTRICT ctable) {
285 uint16_t* SK_RESTRICT dst = fDevice->getAddr16(x, y);
286 const SkPMColor* SK_RESTRICT src = fSource->getAddr32(x - fLeft,
296 dst = (uint16_t* SK_RESTRICT)((char*)dst + dstRB);
297 src = (const SkPMColor* SK_RESTRICT)((const char*)src + srcRB);
  /external/skia/src/core/
SkPackBits.cpp 12 static inline void small_memcpy(void* SK_RESTRICT dst,
13 const void* SK_RESTRICT src, int n) {
161 static uint8_t* flush_diff16(uint8_t* SK_RESTRICT dst,
162 const uint16_t* SK_RESTRICT src, int count) {
177 static uint8_t* flush_diff8(uint8_t* SK_RESTRICT dst,
178 const uint8_t* SK_RESTRICT src, int count) {
193 size_t SkPackBits::Pack16(const uint16_t* SK_RESTRICT src, int count,
194 uint8_t* SK_RESTRICT dst) {
236 size_t SkPackBits::Pack8(const uint8_t* SK_RESTRICT src, int count,
237 uint8_t* SK_RESTRICT dst)
    [all...]
SkSpriteBlitterTemplate.h 22 SkSPRITE_DST_TYPE* SK_RESTRICT dst =fDevice->SkSPRITE_DST_GETADDR(x, y);
23 const SkSPRITE_SRC_TYPE* SK_RESTRICT src =
50 dst = (SkSPRITE_DST_TYPE* SK_RESTRICT)((char*)dst + dstRB);
51 src = (const SkSPRITE_SRC_TYPE* SK_RESTRICT)
SkBitmapProcState_shaderproc.h 16 DSTTYPE* SK_RESTRICT colors, int count);
19 DSTTYPE* SK_RESTRICT colors, int count) {
31 const SRCTYPE* SK_RESTRICT row0;
32 const SRCTYPE* SK_RESTRICT row1;
46 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels();
SkBlitter_RGB16.cpp 210 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
211 const uint8_t* SK_RESTRICT alpha = mask.getAddr8(clip.fLeft, clip.fTop);
236 const SkAlpha* SK_RESTRICT antialias,
237 const int16_t* SK_RESTRICT runs) {
238 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
277 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
298 const SkAlpha* SK_RESTRICT antialias,
299 const int16_t* SK_RESTRICT runs) {
300 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
380 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop)
    [all...]
SkSpriteBlitter_RGB16.cpp 58 uint16_t* SK_RESTRICT dst = fDevice->getAddr16(x, y);
59 const uint16_t* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
171 static void blitrow_d16_si8(uint16_t* SK_RESTRICT dst,
172 const uint8_t* SK_RESTRICT src, int count,
173 const uint16_t* SK_RESTRICT ctable) {
285 uint16_t* SK_RESTRICT dst = fDevice->getAddr16(x, y);
286 const SkPMColor* SK_RESTRICT src = fSource->getAddr32(x - fLeft,
296 dst = (uint16_t* SK_RESTRICT)((char*)dst + dstRB);
297 src = (const SkPMColor* SK_RESTRICT)((const char*)src + srcRB);
  /external/chromium_org/third_party/skia/src/images/
SkImageEncoder_argb.cpp 23 const SkPMColor* SK_RESTRICT ctable);
26 const uint32_t* SK_RESTRICT src = (const uint32_t*)in;
38 const uint16_t* SK_RESTRICT src = (const uint16_t*)in;
50 const SkPMColor16* SK_RESTRICT src = (const SkPMColor16*)in;
62 const SkPMColor* SK_RESTRICT ctable) {
63 const uint8_t* SK_RESTRICT src = (const uint8_t*)in;
  /external/skia/src/images/
SkImageEncoder_argb.cpp 23 const SkPMColor* SK_RESTRICT ctable);
26 const uint32_t* SK_RESTRICT src = (const uint32_t*)in;
38 const uint16_t* SK_RESTRICT src = (const uint16_t*)in;
50 const SkPMColor16* SK_RESTRICT src = (const SkPMColor16*)in;
62 const SkPMColor* SK_RESTRICT ctable) {
63 const uint8_t* SK_RESTRICT src = (const uint8_t*)in;
  /external/chromium_org/third_party/skia/include/core/
SkPreConfig.h 74 #if !defined(SK_RESTRICT)
75 #define SK_RESTRICT __restrict
85 #if !defined(SK_RESTRICT)
86 #define SK_RESTRICT __restrict__
  /external/skia/bench/
MathBench.cpp 37 virtual void performTest(float* SK_RESTRICT dst,
38 const float* SK_RESTRICT src,
64 virtual void performITest(uint32_t* SK_RESTRICT dst,
65 const uint32_t* SK_RESTRICT src,
68 virtual void performTest(float* SK_RESTRICT dst,
69 const float* SK_RESTRICT src,
85 virtual void performTest(float* SK_RESTRICT dst,
86 const float* SK_RESTRICT src,
100 virtual void performTest(float* SK_RESTRICT dst,
101 const float* SK_RESTRICT src
    [all...]
  /external/skia/include/core/
SkPreConfig.h 74 #if !defined(SK_RESTRICT)
75 #define SK_RESTRICT __restrict
85 #if !defined(SK_RESTRICT)
86 #define SK_RESTRICT __restrict__
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkLinearGradient.cpp 113 SkPMColor* SK_RESTRICT dstC,
114 const SkPMColor* SK_RESTRICT cache,
136 SkPMColor* SK_RESTRICT dstC,
137 const SkPMColor* SK_RESTRICT cache,
173 SkPMColor* SK_RESTRICT dstC,
174 const SkPMColor* SK_RESTRICT cache,
186 SkPMColor* SK_RESTRICT dstC,
187 const SkPMColor* SK_RESTRICT cache,
200 void SkLinearGradient::shadeSpan(int x, int y, SkPMColor* SK_RESTRICT dstC,
207 const SkPMColor* SK_RESTRICT cache = this->getCache32()
    [all...]
SkRadialGradient.cpp 64 uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache,
66 const uint8_t* SK_RESTRICT sqrt_table = gSqrt8Table;
110 uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache,
134 uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache,
171 uint16_t* SK_RESTRICT dstC = dstCParam;
176 const uint16_t* SK_RESTRICT cache = this->getCache16();
307 // On Linux, this is faster with SkPMColor[] params than SkPMColor* SK_RESTRICT
    [all...]
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 113 SkPMColor* SK_RESTRICT dstC,
114 const SkPMColor* SK_RESTRICT cache,
136 SkPMColor* SK_RESTRICT dstC,
137 const SkPMColor* SK_RESTRICT cache,
173 SkPMColor* SK_RESTRICT dstC,
174 const SkPMColor* SK_RESTRICT cache,
186 SkPMColor* SK_RESTRICT dstC,
187 const SkPMColor* SK_RESTRICT cache,
200 void SkLinearGradient::shadeSpan(int x, int y, SkPMColor* SK_RESTRICT dstC,
207 const SkPMColor* SK_RESTRICT cache = this->getCache32()
    [all...]
SkRadialGradient.cpp 64 uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache,
66 const uint8_t* SK_RESTRICT sqrt_table = gSqrt8Table;
110 uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache,
134 uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache,
171 uint16_t* SK_RESTRICT dstC = dstCParam;
176 const uint16_t* SK_RESTRICT cache = this->getCache16();
307 // On Linux, this is faster with SkPMColor[] params than SkPMColor* SK_RESTRICT
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkColorMatrixFilter.cpp 27 int32_t* SK_RESTRICT result) {
28 const int32_t* SK_RESTRICT array = state.fArray;
39 int32_t* SK_RESTRICT result) {
40 const int32_t* SK_RESTRICT array = state.fArray;
50 int32_t* SK_RESTRICT result) {
51 const int32_t* SK_RESTRICT array = state.fArray;
62 int32_t* SK_RESTRICT result) {
63 const int32_t* SK_RESTRICT array = state.fArray;
73 int32_t* SK_RESTRICT result) {
74 const int32_t* SK_RESTRICT array = state.fArray
    [all...]
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 27 int32_t* SK_RESTRICT result) {
28 const int32_t* SK_RESTRICT array = state.fArray;
39 int32_t* SK_RESTRICT result) {
40 const int32_t* SK_RESTRICT array = state.fArray;
50 int32_t* SK_RESTRICT result) {
51 const int32_t* SK_RESTRICT array = state.fArray;
62 int32_t* SK_RESTRICT result) {
63 const int32_t* SK_RESTRICT array = state.fArray;
73 int32_t* SK_RESTRICT result) {
74 const int32_t* SK_RESTRICT array = state.fArray
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkMatrix44.cpp 10 static inline bool eq4(const SkMScalar* SK_RESTRICT a,
11 const SkMScalar* SK_RESTRICT b) {
24 const SkMScalar* SK_RESTRICT a = &fMat[0][0];
25 const SkMScalar* SK_RESTRICT b = &other.fMat[0][0];
633 static void map2_if(const SkMScalar mat[][4], const float* SK_RESTRICT src2,
634 int count, float* SK_RESTRICT dst4) {
645 static void map2_id(const SkMScalar mat[][4], const double* SK_RESTRICT src2,
646 int count, double* SK_RESTRICT dst4) {
657 static void map2_tf(const SkMScalar mat[][4], const float* SK_RESTRICT src2,
658 int count, float* SK_RESTRICT dst4)
    [all...]
  /external/skia/src/utils/
SkMatrix44.cpp 10 static inline bool eq4(const SkMScalar* SK_RESTRICT a,
11 const SkMScalar* SK_RESTRICT b) {
24 const SkMScalar* SK_RESTRICT a = &fMat[0][0];
25 const SkMScalar* SK_RESTRICT b = &other.fMat[0][0];
633 static void map2_if(const SkMScalar mat[][4], const float* SK_RESTRICT src2,
634 int count, float* SK_RESTRICT dst4) {
645 static void map2_id(const SkMScalar mat[][4], const double* SK_RESTRICT src2,
646 int count, double* SK_RESTRICT dst4) {
657 static void map2_tf(const SkMScalar mat[][4], const float* SK_RESTRICT src2,
658 int count, float* SK_RESTRICT dst4)
    [all...]

Completed in 710 milliseconds

12 3 4 5