/aosp_15_r20/external/skia/src/codec/ |
H A D | SkSwizzler.cpp | 100 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_grayscale() 103 uint8_t* SK_RESTRICT dst = (uint8_t*) dstRow; in swizzle_bit_to_grayscale() 125 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_n32() 127 SkPMColor* SK_RESTRICT dst = (SkPMColor*) dstRow; in swizzle_bit_to_n32() 148 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_565() 150 uint16_t* SK_RESTRICT dst = (uint16_t*) dstRow; in swizzle_bit_to_565() 171 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_f16() 182 uint64_t* SK_RESTRICT dst = (uint64_t*) dstRow; in swizzle_bit_to_f16() 202 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_565() 223 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_n32() [all …]
|
H A D | SkSwizzler.h | 72 void swizzle(void* dst, const uint8_t* SK_RESTRICT src); 114 typedef void (*RowProc)(void* SK_RESTRICT dstRow, 115 const uint8_t* SK_RESTRICT src, 120 static void SkipLeading8888ZerosThen(void* SK_RESTRICT dstRow, 121 const uint8_t* SK_RESTRICT src,
|
H A D | SkMaskSwizzler.h | 40 void swizzle(void* dst, const uint8_t* SK_RESTRICT src);
|
H A D | SkMaskSwizzler.cpp | 572 void SkMaskSwizzler::swizzle(void* dst, const uint8_t* SK_RESTRICT src) { in swizzle()
|
/aosp_15_r20/external/skia/bench/ |
H A D | MathBench.cpp | 47 virtual void performTest(float* SK_RESTRICT dst, 48 const float* SK_RESTRICT src, 74 virtual void performITest(uint32_t* SK_RESTRICT dst, 75 const uint32_t* SK_RESTRICT src, 78 void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src, int count) override { in performTest() 93 void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src, int count) override { in performTest() 106 void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src, int count) override { in performTest() 120 void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src, int count) override { in performTest() 133 void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src, int count) override { in performTest() 156 void performITest(uint32_t* SK_RESTRICT dst, in performITest() [all …]
|
/aosp_15_r20/external/skia/src/opts/ |
H A D | SkBlitMask_opts.h | 50 static void D32_A8_Opaque_Color_neon(void* SK_RESTRICT dst, size_t dstRB, in D32_A8_Opaque_Color_neon() 51 const void* SK_RESTRICT maskPtr, size_t maskRB, in D32_A8_Opaque_Color_neon() 54 SkPMColor* SK_RESTRICT device = (SkPMColor*)dst; in D32_A8_Opaque_Color_neon() 55 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr; in D32_A8_Opaque_Color_neon() 131 SkPMColor* SK_RESTRICT device = (SkPMColor*)dst; in blit_mask_d32_a8_black() 132 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr; in blit_mask_d32_a8_black() 174 static void D32_A8_Opaque_Color_lsx(void* SK_RESTRICT dst, size_t dstRB, 175 const void* SK_RESTRICT maskPtr, size_t maskRB, 178 SkPMColor* SK_RESTRICT device = (SkPMColor*)dst; 179 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr; [all …]
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkSpriteBlitter_ARGB32.cpp | 41 uint32_t* SK_RESTRICT dst = fDst.writable_addr32(x, y); in blitRect() 42 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); in blitRect() 50 dst = (uint32_t* SK_RESTRICT)((char*)dst + dstRB); in blitRect() 51 src = (const uint32_t* SK_RESTRICT)((const char*)src + srcRB); in blitRect()
|
H A D | SkAAClip.cpp | 927 static void dump_one_row(const uint8_t* SK_RESTRICT row, in dump_one_row() 1622 static void expandToRuns(const uint8_t* SK_RESTRICT data, int initialCount, int width, in expandToRuns() 1623 int16_t* SK_RESTRICT runs, SkAlpha* SK_RESTRICT aa) { in expandToRuns() 1691 static void merge(const uint8_t* SK_RESTRICT row, int rowN, in merge() 1692 const SkAlpha* SK_RESTRICT srcAA, in merge() 1693 const int16_t* SK_RESTRICT srcRuns, in merge() 1694 SkAlpha* SK_RESTRICT dstAA, in merge() 1695 int16_t* SK_RESTRICT dstRuns, in merge() 1813 void mergeT(const void* inSrc, int srcN, const uint8_t* SK_RESTRICT row, int rowN, void* inDst) { in mergeT() 1814 const T* SK_RESTRICT src = static_cast<const T*>(inSrc); in mergeT() [all …]
|
H A D | SkRegion_path.cpp | 35 static bool sk_memeq32(const int32_t* SK_RESTRICT a, const int32_t* SK_RESTRICT b, int count) { in sk_memeq32()
|
H A D | SkBitmap.cpp | 523 static bool GetBitmapAlpha(const SkBitmap& src, uint8_t* SK_RESTRICT alpha, int alphaRowBytes) { in GetBitmapAlpha()
|
H A D | SkGeometry.cpp | 1402 void SkConic::chop(SkConic * SK_RESTRICT dst) const { in chop() 1430 void SkConic::chop(SkConic * SK_RESTRICT dst) const { in chop()
|
H A D | SkMatrix.cpp | 161 const SkScalar* SK_RESTRICT ma = a.fMat; in operator ==() 162 const SkScalar* SK_RESTRICT mb = b.fMat; in operator ==()
|
H A D | SkScalerContext.cpp | 317 uint8_t* SK_RESTRICT dst = mask.image(); in applyLUTToA8Mask()
|
H A D | SkPath.cpp | 1864 const SkPoint* SK_RESTRICT srcPts = fPts; in next() 1865 SkPoint* SK_RESTRICT pts = ptsParam; in next()
|
/aosp_15_r20/external/skia/include/private/base/ |
H A D | SkFeatures.h | 36 #if !defined(SK_RESTRICT) 37 #define SK_RESTRICT __restrict macro 41 #if !defined(SK_RESTRICT) 42 #define SK_RESTRICT __restrict__ macro
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkScalerContext_win_dw.h | 56 static void BilevelToBW(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, void* dst); 59 static void GrayscaleToA8(const uint8_t* SK_RESTRICT src, 64 static void RGBToA8(const uint8_t* SK_RESTRICT src, 69 static void RGBToLcd16(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, void* dst,
|
H A D | SkScalerContext_mac_ct.cpp | 405 static void RGBToA8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, in RGBToA8() 410 uint8_t* SK_RESTRICT dst = (uint8_t*)glyphImage; in RGBToA8() 436 static void RGBToLcd16(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, in RGBToLcd16() 442 uint16_t* SK_RESTRICT dst = (uint16_t*)glyphImage; in RGBToLcd16()
|
H A D | SkScalerContext_win_dw.cpp | 1912 void SkScalerContext_DW::BilevelToBW(const uint8_t* SK_RESTRICT src, in BilevelToBW() 1916 uint8_t* SK_RESTRICT dst = static_cast<uint8_t*>(imageBuffer); in BilevelToBW() 1962 void SkScalerContext_DW::GrayscaleToA8(const uint8_t* SK_RESTRICT src, in GrayscaleToA8() 1967 uint8_t* SK_RESTRICT dst = static_cast<uint8_t*>(imageBuffer); in GrayscaleToA8() 1982 void SkScalerContext_DW::RGBToA8(const uint8_t* SK_RESTRICT src, in RGBToA8() 1987 uint8_t* SK_RESTRICT dst = static_cast<uint8_t*>(imageBuffer); in RGBToA8() 2004 void SkScalerContext_DW::RGBToLcd16(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, in RGBToLcd16() 2010 uint16_t* SK_RESTRICT dst = static_cast<uint16_t*>(imageBuffer); in RGBToLcd16()
|
H A D | SkFontHost_win.cpp | 584 static void RGBToA8(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, 588 static void RGBToLcd16(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, const SkGlyph& glyph, 1052 void SkScalerContext_GDI::RGBToA8(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, in RGBToA8() 1056 uint8_t* SK_RESTRICT dst = (uint8_t*)((char*)imageBuffer + (glyph.height() - 1) * dstRB); in RGBToA8() 1072 const SkGdiRGB* SK_RESTRICT src, size_t srcRB, const SkGlyph& glyph, void* imageBuffer, in RGBToLcd16() 1076 uint16_t* SK_RESTRICT dst = (uint16_t*)((char*)imageBuffer + (glyph.height() - 1) * dstRB); in RGBToLcd16()
|
H A D | SkFontHost_FreeType_common.cpp | 1898 uint8_t* SK_RESTRICT dst = (uint8_t*)imageBuffer; in generateGlyphImage()
|