/aosp_15_r20/external/skia/src/codec/ |
H A D | SkMaskSwizzler.cpp | 20 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_opaque() 37 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_opaque() 54 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_unpremul() 72 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_unpremul() 90 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_premul() 108 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_premul() 128 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_565() 145 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_opaque() 162 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_bgra_opaque() 179 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_unpremul() [all …]
|
H A D | SkSwizzler.cpp | 100 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_grayscale() 125 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_n32() 148 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_565() 171 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, 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() 246 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32() 259 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32_skipZ() 274 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_565() 287 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_gray_to_n32() [all …]
|
H A D | SkSampler.cpp | 35 uint32_t* dstRow = (uint32_t*) dst; in Fill() local 43 uint16_t* dstRow = (uint16_t*) dst; in Fill() local 51 uint8_t* dstRow = (uint8_t*) dst; in Fill() local 59 uint64_t* dstRow = (uint64_t*) dst; in Fill() local
|
H A D | SkBmpRLECodec.cpp | 196 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setPixel() local 201 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); in setPixel() local 229 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setRGBPixel() local 234 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setRGBPixel() local 239 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); in setRGBPixel() local
|
H A D | SkBmpStandardCodec.cpp | 242 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); in decodeRows() local 327 auto applyMask = [dstInfo](void* dstRow, int x, uint64_t bit) { in decodeIcoMask() 339 void* dstRow = SkTAddOffset<SkPMColor>(dstPtr, row * dstRowBytes); in decodeIcoMask() local
|
H A D | SkPngCodecBase.cpp | 263 void SkPngCodecBase::applyXformRow(SkSpan<uint8_t> dstRow, SkSpan<const uint8_t> srcRow) { in applyXformRow() 269 void SkPngCodecBase::applyXformRow(void* dstRow, const uint8_t* srcRow) { in applyXformRow()
|
H A D | SkWbmpCodec.cpp | 142 void* dstRow = dst; in onGetPixels() local 180 void* dstRow = dst; in onGetScanlines() local
|
H A D | SkBmpMaskCodec.cpp | 101 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); in decodeRows() local
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | texstore.c | 133 GLubyte *dstRow = dstSlices[img]; in _mesa_memcpy_texture() local 167 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z32() local 197 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_x8_z24() local 227 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z24_x8() local 261 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z16() local 309 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_ycbcr() local 360 GLuint *dstRow = (GLuint *) dstSlices[img]; in _mesa_texstore_z24_s8() local 444 GLuint *dstRow = (GLuint *) dstSlices[img]; in _mesa_texstore_s8_z24() local 509 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_s8() local 558 uint64_t *dstRow = (uint64_t *) dstSlices[img]; in _mesa_texstore_z32f_x24s8() local
|
H A D | mipmap.c | 77 int dstWidth, void *dstRow) in do_span_zs() 111 int dstWidth, void *dstRow) in do_span_rgba_unorm8() 152 int dstWidth, void *dstRow) in do_span_rgba_float() 193 int dstWidth, void *dstRow) in do_span() 213 int dstWidth, void *dstRow) in do_span_3D() 230 int dstWidth, uint8_t *dstRow) in do_row() 265 int dstWidth, uint8_t *dstRow) in do_row_3D()
|
/aosp_15_r20/external/swiftshader/src/Device/ |
H A D | BC_Decoder.cpp | 205 uint8_t *dstRow = dst; in decode() local 1680 uint8_t *dstRow = dst; in Decode() local 1694 uint8_t *dstRow = dst; in Decode() local 1709 uint8_t *dstRow = dst; in Decode() local 1723 uint8_t *dstRow = dst; in Decode() local 1737 uint8_t *dstRow = dst; in Decode() local 1751 uint8_t *dstRow = dst; in Decode() local 1764 uint8_t *dstRow = dst; in Decode() local
|
H A D | ETC_Decoder.cpp | 683 unsigned char *dstRow = dst + (y * dstPitch); in Decode() local 695 unsigned char *dstRow = dst + (y * dstPitch); in Decode() local 706 unsigned char *dstRow = dst + (y * dstPitch); in Decode() local 716 unsigned char *dstRow = dst + (y * dstPitch); in Decode() local
|
/aosp_15_r20/frameworks/base/libs/hwui/hwui/ |
H A D | ImageDecoder.cpp | 370 uint8_t* dstRow = static_cast<uint8_t*>(mRestoreFrame->pixels()); in handleRestorePrevious() local 384 uint8_t* dstRow = static_cast<uint8_t*>(pixels); in handleRestorePrevious() local
|
/aosp_15_r20/external/dng_sdk/source/ |
H A 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
|
H A 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
|
H A D | dng_render.cpp | 1138 int32 dstRow = srcRow + (dstArea.t - srcArea.t); in ProcessArea() local
|
/aosp_15_r20/external/angle/src/image_util/ |
H A D | loadimage_paletted.cpp | 146 R8G8B8A8 *dstRow = in LoadPalettedToRGBA8Impl() local
|
H A D | storeimage_paletted.cpp | 135 uint8_t *dstRow = in StoreRGBA8ToPalettedImpl() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawImageObjectUtil.cpp | 61 uint8_t *dstRow = reinterpret_cast<uint8_t *>(destBuffer); in pack() local 107 uint8_t *dstRow = reinterpret_cast<uint8_t *>(destBuffer); in unpack() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkConvertPixels.cpp | 247 static void convert_with_pipeline(const SkImageInfo& dstInfo, void* dstRow, int dstStride, in convert_with_pipeline()
|
H A D | SkBlitter_ARGB32.cpp | 1397 auto dstRow = device.writable_addr32(x,y); in blit_color() local 1436 SkPMColor* dstRow = device.writable_addr32(x, y); in SkARGB32_Blit32() local 1985 char* dstRow = (char*)fDevice.writable_addr32(x, y); in blitMask() local
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/ |
H A D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 161 for (uint8_t dstRow = 0; dstRow < dstRows; ++dstRow) in AppendMatrixFromMatrixArgument() local
|
/aosp_15_r20/external/v4l2_codec2/common/ |
H A D | FormatConverter.cpp | 44 uint8_t* dstRow = dst; in copyPlaneByPixel() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/text/ |
H A D | TextAtlasManager.cpp | 132 char* dstRow = (char*)dst; in get_packed_glyph_image() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/text/ |
H A D | GrAtlasManager.cpp | 133 char* dstRow = (char*)dst; in get_packed_glyph_image() local
|