/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 | SkMaskSwizzler.cpp | 13 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_n32_opaque() 30 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() 68 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_565() 85 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_n32_opaque() 102 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_n32_unpremul() 120 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_n32_premul() 138 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_565() 155 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_n32_opaque() 172 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_n32_unpremul() [all …]
|
D | SkSwizzler.cpp | 62 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_grayscale() 87 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_index() 108 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_n32() 131 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_565() 156 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_index() 177 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_565() 198 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_n32() 221 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32() 234 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32_skipZ() 249 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_565() [all …]
|
D | SkSampler.cpp | 39 uint32_t* dstRow = (uint32_t*) dst; in Fill() local 69 uint16_t* dstRow = (uint16_t*) dst; in Fill() local
|
D | SkBmpRLECodec.cpp | 212 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setPixel() local 217 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); in setPixel() local 245 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setRGBPixel() local 250 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); in setRGBPixel() local
|
D | SkWbmpCodec.cpp | 145 void* dstRow = dst; in onGetPixels() local 175 void* dstRow = dst; in onGetScanlines() local
|
D | SkBmpStandardCodec.cpp | 227 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); in decodeRows() local 306 SkPMColor* dstRow = in decodeIcoMask() local
|
D | SkBmpMaskCodec.cpp | 88 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); in decodeRows() local
|
D | SkPngCodec.cpp | 496 void* dstRow = dst; in onGetPixels() local 575 void* dstRow = dst; in onGetScanlines() local 692 void* dstRow = dst; in onGetScanlines() local
|
D | SkJpegCodec.cpp | 315 JSAMPLE* dstRow; in onGetPixels() local 488 JSAMPLE* dstRow; in onGetScanlines() local
|
D | SkGifCodec.cpp | 509 void* dstRow = SkTAddOffset<void>(dst, dstRowBytes * this->outputScanline(y)); 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 …]
|
/external/dng_sdk/source/ |
D | dng_resample.cpp | 726 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++) in ProcessArea() local 780 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++) in ProcessArea() local
|
D | dng_render.cpp | 1138 int32 dstRow = srcRow + (dstArea.t - srcArea.t); in ProcessArea() local
|
D | dng_mosaic_info.cpp | 1047 for (int32 dstRow = dstBuffer.fArea.t; in Interpolate() local 1249 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++) in ProcessArea() 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 | SkConfig8888.cpp | 261 SkPMColor16* SK_RESTRICT dstRow = (SkPMColor16*)dstPixels; in CopyPixels() local
|
D | SkBlitter_ARGB32.cpp | 31 SkPMColor* dstRow = device.writable_addr32(x, y); in SkARGB32_Blit32() local 561 char* dstRow = (char*)fDevice.writable_addr32(x, y); in blitMask() local
|
D | SkBlitMask_D32.cpp | 30 SkPMColor* dstRow = (SkPMColor*)dst; in D32_LCD16_Proc() local
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolImageObjectUtil.cpp | 66 char *dstRow = reinterpret_cast<char *>(destBuffer); in pack() local 118 char *dstRow = reinterpret_cast<char *>(destBuffer); in unpack() local
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 367 char* dstRow = reinterpret_cast<char*>(mapPtr)+(height - 1)*layout.rowPitch; in uploadTexData() local 392 char* dstRow = reinterpret_cast<char*>(mapPtr)+(height - 1)*trimRowBytes; in uploadTexData() local
|
/external/skia/src/effects/ |
D | SkMatrixConvolutionImageFilter.cpp | 259 uint32_t* dstRow = result.getAddr32(0, y); in unpremultiplyBitmap() local
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawImageObjectUtil.cpp | 66 deUint8* dstRow = reinterpret_cast<deUint8 *>(destBuffer); in pack() local 118 deUint8* dstRow = reinterpret_cast<deUint8*>(destBuffer); in unpack() local
|
/external/opencv3/modules/superres/src/ |
D | btv_l1.cpp | 236 T * const dstRow = dst.ptr<T>(Y); in upscaleImpl() local 380 T * const dstRow = dst.ptr<T>(i); in operator ()() local
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateImageObjectUtil.cpp | 66 char *dstRow = reinterpret_cast<char *>(destBuffer); in pack() local 118 char *dstRow = reinterpret_cast<char *>(destBuffer); in unpack() local
|