Home
last modified time | relevance | path

Searched defs:srcRow (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/src/codec/
DSkMaskSwizzler.cpp13 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 …]
DSkBmpMaskCodec.cpp82 uint8_t* srcRow = this->srcBuffer(); in decodeRows() local
DSkPngCodec.cpp689 png_bytep srcRow = fInterlaceBuffer.get(); in decodeAllRows() local
737 int srcRow = get_start_coord(sampleY); in decode() local
DSkRawCodec.cpp703 SkAutoTMalloc<uint8_t> srcRow(width * 3); in onGetPixels() local
/third_party/skia/m133/src/codec/
DSkMaskSwizzler.cpp20 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 …]
DSkPngCodecBase.cpp263 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()
DSkBmpMaskCodec.cpp90 uint8_t* srcRow = this->srcBuffer(); in decodeRows() local
DSkPngCodec.cpp611 png_bytep srcRow = fInterlaceBuffer.get(); in decodeAllRows() local
659 int srcRow = SkCodecPriv::GetStartCoord(sampleY); in decode() local
DSkRawCodec.cpp737 AutoTMalloc<uint8_t> srcRow(width * 3); in onGetPixels() local
/third_party/skia/m133/src/encode/
DSkPngEncoderBase.cpp252 const void* srcRow = fSrc.addr(0, fCurrRow); in onEncodeRows() local
DSkJpegEncoderImpl.cpp355 const void* srcRow = fSrc.addr(0, fCurrRow); in onEncodeRows() local
/third_party/skia/src/images/
DSkJpegEncoder.cpp221 const void* srcRow = fSrc.addr(0, fCurrRow); in onEncodeRows() local
DSkPngEncoder.cpp440 const void* srcRow = fSrc.addr(0, fCurrRow); in onEncodeRows() local
/third_party/skia/m133/third_party/externals/dng_sdk/source/
Ddng_resample.cpp735 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea() local
789 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea() local
Ddng_mosaic_info.cpp1052 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
Ddng_render.cpp1004 for (int32 srcRow = srcArea.t; srcRow < srcArea.b; srcRow++) in ProcessArea() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_resample.cpp735 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea() local
789 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea() local
Ddng_mosaic_info.cpp1052 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
Ddng_render.cpp1004 for (int32 srcRow = srcArea.t; srcRow < srcArea.b; srcRow++) in ProcessArea() local
/third_party/skia/src/core/
DSkConvertPixels.cpp207 const SkImageInfo& srcInfo, const void* srcRow, int srcStride, in convert_with_pipeline()
/third_party/skia/m133/src/core/
DSkConvertPixels.cpp248 const SkImageInfo& srcInfo, const void* srcRow, int srcStride, in convert_with_pipeline()
/third_party/skia/m133/experimental/rust_png/decoder/impl/
DSkPngRustCodec.cpp260 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/
DvktDrawImageObjectUtil.cpp64 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/
DvktDrawImageObjectUtil.cpp64 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/
Dimage.c406 const GLubyte *srcRow = (const GLubyte *) in _mesa_expand_bitmap() local

12