/external/skia/src/codec/ |
D | SkSampler.cpp | 28 uint32_t* dstRow = (uint32_t*) dst; in Fill() local 36 uint16_t* dstRow = (uint16_t*) dst; in Fill() local 44 uint8_t* dstRow = (uint8_t*) dst; in Fill() local 52 uint64_t* dstRow = (uint64_t*) dst; in Fill() local
|
D | SkMaskSwizzler.cpp | 13 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_opaque() 30 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_opaque() 47 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_unpremul() 65 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_unpremul() 83 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_premul() 101 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_premul() 121 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_565() 138 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_opaque() 155 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_bgra_opaque() 172 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_unpremul() [all …]
|
D | SkSwizzler.cpp | 88 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_grayscale() 113 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_n32() 136 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_565() 159 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_f16() 190 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_565() 211 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_n32() 234 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32() 247 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32_skipZ() 262 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_565() 275 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_gray_to_n32() [all …]
|
D | SkBmpRLECodec.cpp | 180 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setPixel() local 185 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); in setPixel() local 213 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setRGBPixel() local 218 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setRGBPixel() local 223 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); in setRGBPixel() local
|
D | SkBmpStandardCodec.cpp | 231 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); in decodeRows() local 316 auto applyMask = [dstInfo](void* dstRow, int x, uint64_t bit) { in decodeIcoMask() 328 void* dstRow = SkTAddOffset<SkPMColor>(dstPtr, row * dstRowBytes); in decodeIcoMask() local
|
D | SkWbmpCodec.cpp | 131 void* dstRow = dst; in onGetPixels() local 164 void* dstRow = dst; in onGetScanlines() local
|
D | SkBmpMaskCodec.cpp | 93 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); in decodeRows() local
|
D | SkGifCodec.cpp | 433 int dstRow = yBegin; in haveDecodedRow() local
|
/external/skqp/src/codec/ |
D | SkSampler.cpp | 28 uint32_t* dstRow = (uint32_t*) dst; in Fill() local 36 uint16_t* dstRow = (uint16_t*) dst; in Fill() local 44 uint8_t* dstRow = (uint8_t*) dst; in Fill() local 52 uint64_t* dstRow = (uint64_t*) dst; in Fill() local
|
D | SkMaskSwizzler.cpp | 13 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_opaque() 30 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_opaque() 47 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_unpremul() 65 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_unpremul() 83 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_premul() 101 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_premul() 121 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_565() 138 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_opaque() 155 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_bgra_opaque() 172 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_unpremul() [all …]
|
D | SkSwizzler.cpp | 88 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_grayscale() 113 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_n32() 136 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_565() 159 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_f16() 190 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_565() 211 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_n32() 234 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32() 247 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32_skipZ() 262 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_565() 275 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_gray_to_n32() [all …]
|
D | SkBmpRLECodec.cpp | 180 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setPixel() local 185 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); in setPixel() local 213 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setRGBPixel() local 218 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setRGBPixel() local 223 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); in setRGBPixel() local
|
D | SkBmpStandardCodec.cpp | 231 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); in decodeRows() local 316 auto applyMask = [dstInfo](void* dstRow, int x, uint64_t bit) { in decodeIcoMask() 328 void* dstRow = SkTAddOffset<SkPMColor>(dstPtr, row * dstRowBytes); in decodeIcoMask() local
|
D | SkWbmpCodec.cpp | 131 void* dstRow = dst; in onGetPixels() local 164 void* dstRow = dst; in onGetScanlines() local
|
D | SkBmpMaskCodec.cpp | 93 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); in decodeRows() local
|
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 132 GLubyte *dstRow = dstSlices[img]; in _mesa_memcpy_texture() local 166 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z32() local 196 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_x8_z24() local 226 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z24_x8() local 260 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z16() local 310 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_ycbcr() local 350 GLuint *dstRow = (GLuint *) dstSlices[img]; in _mesa_texstore_z24_s8() local 431 GLuint *dstRow = (GLuint *) dstSlices[img]; in _mesa_texstore_s8_z24() local 503 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_s8() local 552 uint64_t *dstRow = (uint64_t *) dstSlices[img]; in _mesa_texstore_z32f_x24s8() local
|
/external/skqp/src/ports/ |
D | SkImageEncoder_WIC.cpp | 83 uint8_t* dstRow = SkTAddOffset<uint8_t>(pixelStorage.get(), y * rowBytes); in SkEncodeImageWithWIC() local
|
/external/skia/src/ports/ |
D | SkImageEncoder_WIC.cpp | 83 uint8_t* dstRow = SkTAddOffset<uint8_t>(pixelStorage.get(), y * rowBytes); in SkEncodeImageWithWIC() local
|
/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
|
/external/skqp/src/core/ |
D | SkConvertPixels.cpp | 163 static void convert_with_pipeline(const SkImageInfo& dstInfo, void* dstRow, size_t dstRB, in convert_with_pipeline()
|
/external/skia/src/core/ |
D | SkConvertPixels.cpp | 164 static void convert_with_pipeline(const SkImageInfo& dstInfo, void* dstRow, size_t dstRB, in convert_with_pipeline()
|
/external/swiftshader/src/Device/ |
D | ETC_Decoder.cpp | 690 unsigned char *dstRow = dst + (y * dstPitch); in Decode() local 702 unsigned char *dstRow = dst + (y * dstPitch); in Decode() local 713 unsigned char *dstRow = dst + (y * dstPitch); in Decode() local 723 unsigned char *dstRow = dst + (y * dstPitch); in Decode() local
|
/external/swiftshader/src/Renderer/ |
D | ETC_Decoder.cpp | 690 unsigned char *dstRow = dst + (y * dstPitch); in Decode() local 702 unsigned char *dstRow = dst + (y * dstPitch); in Decode() local 713 unsigned char *dstRow = dst + (y * dstPitch); in Decode() local 723 unsigned char *dstRow = dst + (y * dstPitch); in Decode() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 142 GLint dstRow; in blit_nearest() local 533 GLint dstRow; in blit_linear() local
|