| /third_party/skia/src/codec/ |
| 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 | SkBmpMaskCodec.cpp | 82 uint8_t* srcRow = this->srcBuffer(); in decodeRows() local
|
| D | SkPngCodec.cpp | 689 png_bytep srcRow = fInterlaceBuffer.get(); in decodeAllRows() local 737 int srcRow = get_start_coord(sampleY); in decode() local
|
| D | SkRawCodec.cpp | 703 SkAutoTMalloc<uint8_t> srcRow(width * 3); in onGetPixels() local
|
| /third_party/skia/m133/src/codec/ |
| 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 …]
|
| 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()
|
| D | SkBmpMaskCodec.cpp | 90 uint8_t* srcRow = this->srcBuffer(); in decodeRows() local
|
| D | SkPngCodec.cpp | 611 png_bytep srcRow = fInterlaceBuffer.get(); in decodeAllRows() local 659 int srcRow = SkCodecPriv::GetStartCoord(sampleY); in decode() local
|
| D | SkRawCodec.cpp | 737 AutoTMalloc<uint8_t> srcRow(width * 3); in onGetPixels() local
|
| /third_party/skia/m133/src/encode/ |
| D | SkPngEncoderBase.cpp | 252 const void* srcRow = fSrc.addr(0, fCurrRow); in onEncodeRows() local
|
| D | SkJpegEncoderImpl.cpp | 355 const void* srcRow = fSrc.addr(0, fCurrRow); in onEncodeRows() local
|
| /third_party/skia/src/images/ |
| D | SkJpegEncoder.cpp | 221 const void* srcRow = fSrc.addr(0, fCurrRow); in onEncodeRows() local
|
| D | SkPngEncoder.cpp | 440 const void* srcRow = fSrc.addr(0, fCurrRow); in onEncodeRows() local
|
| /third_party/skia/m133/third_party/externals/dng_sdk/source/ |
| D | dng_resample.cpp | 735 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea() local 789 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea() local
|
| D | dng_mosaic_info.cpp | 1052 int32 srcRow = dstRow >> sRowShift; in Interpolate() local 1224 int32 srcRow = srcArea.t; in ProcessArea() local 1567 for (int32 srcRow = 0; srcRow < test.v; srcRow++) in IsSafeDownScale() local
|
| D | dng_render.cpp | 1004 for (int32 srcRow = srcArea.t; srcRow < srcArea.b; srcRow++) in ProcessArea() local
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_resample.cpp | 735 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea() local 789 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea() local
|
| D | dng_mosaic_info.cpp | 1052 int32 srcRow = dstRow >> sRowShift; in Interpolate() local 1224 int32 srcRow = srcArea.t; in ProcessArea() local 1567 for (int32 srcRow = 0; srcRow < test.v; srcRow++) in IsSafeDownScale() local
|
| D | dng_render.cpp | 1004 for (int32 srcRow = srcArea.t; srcRow < srcArea.b; srcRow++) in ProcessArea() local
|
| /third_party/skia/src/core/ |
| D | SkConvertPixels.cpp | 207 const SkImageInfo& srcInfo, const void* srcRow, int srcStride, in convert_with_pipeline()
|
| /third_party/skia/m133/src/core/ |
| D | SkConvertPixels.cpp | 248 const SkImageInfo& srcInfo, const void* srcRow, int srcStride, in convert_with_pipeline()
|
| /third_party/skia/m133/experimental/rust_png/decoder/impl/ |
| D | SkPngRustCodec.cpp | 260 SkSpan<const uint8_t> srcRow, in blendRow() 521 SkSpan<const uint8_t> srcRow, in expandDecodedInterlacedRow()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawImageObjectUtil.cpp | 64 const deUint8 *srcRow = reinterpret_cast<const deUint8 *>(srcBuffer); in pack() local 116 const deUint8 *srcRow = reinterpret_cast<const deUint8 *>(srcBuffer); in unpack() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| D | vktDrawImageObjectUtil.cpp | 64 const deUint8 *srcRow = reinterpret_cast<const deUint8 *>(srcBuffer); in pack() local 116 const deUint8 *srcRow = reinterpret_cast<const deUint8 *>(srcBuffer); in unpack() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | image.c | 406 const GLubyte *srcRow = (const GLubyte *) in _mesa_expand_bitmap() local
|