/external/skia/src/images/ |
D | SkScaledBitmapSampler.cpp | 17 static bool Sample_Gray_D8888(void* SK_RESTRICT dstRow, in Sample_Gray_D8888() 34 static bool Sample_RGBx_D8888(void* SK_RESTRICT dstRow, in Sample_RGBx_D8888() 51 static bool Sample_RGBA_D8888(void* SK_RESTRICT dstRow, in Sample_RGBA_D8888() 65 static bool Sample_RGBA_D8888_Unpremul(void* SK_RESTRICT dstRow, in Sample_RGBA_D8888_Unpremul() 80 static bool Sample_RGBA_D8888_SkipZ(void* SK_RESTRICT dstRow, in Sample_RGBA_D8888_SkipZ() 114 static bool Sample_Gray_D565(void* SK_RESTRICT dstRow, in Sample_Gray_D565() 125 static bool Sample_Gray_D565_D(void* SK_RESTRICT dstRow, in Sample_Gray_D565_D() 146 static bool Sample_RGBx_D565(void* SK_RESTRICT dstRow, in Sample_RGBx_D565() 157 static bool Sample_RGBx_D565_D(void* SK_RESTRICT dstRow, in Sample_RGBx_D565_D() 180 static bool Sample_D565_D565(void* SK_RESTRICT dstRow, in Sample_D565_D565() [all …]
|
/external/skia/src/codec/ |
D | SkSwizzler.cpp | 25 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int width, in swizzle_small_index_to_index() 48 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int width, in swizzle_small_index_to_n32() 74 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int width, in swizzle_index_to_index() 90 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int width, in swizzle_index_to_n32() 104 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int width, in swizzle_index_to_n32_skipZ() 124 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int width, in swizzle_gray_to_n32() 135 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int width, in swizzle_gray_to_gray() 144 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int width, in swizzle_bgrx_to_n32() 158 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int width, in swizzle_bgra_to_n32_unpremul() 173 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int width, in swizzle_bgra_to_n32_premul() [all …]
|
D | SkMaskSwizzler.cpp | 13 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask16_to_n32_opaque() 29 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask16_to_n32_unpremul() 48 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask16_to_n32_premul() 67 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask24_to_n32_opaque() 82 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask24_to_n32_unpremul() 100 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask24_to_n32_premul() 118 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask32_to_n32_opaque() 134 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask32_to_n32_unpremul() 153 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask32_to_n32_premul()
|
D | SkCodec_libbmp.cpp | 830 SkPMColor* dstRow = SkTAddOffset<SkPMColor>((SkPMColor*) dst, in setRLEPixel() local 864 SkPMColor* dstRow = SkTAddOffset<SkPMColor>((SkPMColor*) dst, in setRLE24Pixel() local 1214 SkPMColor* dstRow = in decode() local
|
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 907 GLubyte *dstRow = dstSlices[img]; in _mesa_swizzle_ubyte_image() local 959 GLubyte *dstRow = dstSlices[img]; in memcpy_texture() local 1042 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z32() local 1072 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_x8_z24() local 1102 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z24_x8() local 1149 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z16() local 1337 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_argb8888() local 1365 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_argb8888() local 1396 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_argb8888() local 1489 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_rgb888() local [all …]
|
D | mipmap.c | 151 GLint dstWidth, GLvoid *dstRow) in do_row() 785 GLint dstWidth, GLvoid *dstRow) in do_row_3D()
|
D | format_unpack.c | 2848 GLubyte *dstRow; in _mesa_unpack_rgba_block() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 136 GLint dstRow; in blit_nearest() local 509 GLint dstRow; in blit_linear() local
|
/external/skia/src/core/ |
D | SkBlitter_ARGB32.cpp | 31 SkPMColor* dstRow = device.getAddr32(x, y); in SkARGB32_Blit32() local 561 char* dstRow = (char*)fDevice.getAddr32(x, y); in blitMask() local
|
D | SkConfig8888.cpp | 261 SkPMColor16* SK_RESTRICT dstRow = (SkPMColor16*)dstPixels; in CopyPixels() local
|
D | SkBlitMask_D32.cpp | 91 SkPMColor* dstRow = (SkPMColor*)dst; in D32_LCD16_Proc() local
|
D | SkScalerContext.cpp | 455 uint8_t* dstRow = dst.fImage; in extract_alpha() local
|
D | SkBitmap.cpp | 1249 char* dstRow = dst + ramRB * (height - 1); in ReadRawPixels() local
|
/external/skia/src/effects/ |
D | SkMatrixConvolutionImageFilter.cpp | 257 uint32_t* dstRow = result.getAddr32(0, y); in unpremultiplyBitmap() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_gen_mipmap.c | 171 int dstWidth, void *dstRow) in do_row() 548 int dstWidth, void *dstRow) in do_row_3D()
|