Home
last modified time | relevance | path

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

/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.cpp684 png_bytep srcRow = fInterlaceBuffer.get(); in decodeAllRows() local
732 int srcRow = get_start_coord(sampleY); in decode() local
DSkRawCodec.cpp703 SkAutoTMalloc<uint8_t> srcRow(width * 3); in onGetPixels() 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/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
Ddng_negative.cpp2767 uint32 srcRow = (dstRow + phaseRow) % patSize; in SetFujiMosaic6x6() local
/third_party/skia/src/core/
DSkConvertPixels.cpp207 const SkImageInfo& srcInfo, const void* srcRow, int srcStride, in convert_with_pipeline()
DSkBlitter_ARGB32.cpp660 const SkPMColor* srcRow = reinterpret_cast<const SkPMColor*>(mask.getAddr8(x, y)); in SkARGB32_Blit32() 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/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/mesa3d/src/mesa/main/
Dimage.c405 const GLubyte *srcRow = (const GLubyte *) in _mesa_expand_bitmap() local
Dtexstore.c133 const GLubyte *srcRow = srcImage; in _mesa_memcpy_texture() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.cpp522 const uint8_t *srcRow = srcSlice; in copySingleAspectTo() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.cpp2453 byte *srcRow = src + y * internal.pitchB; in decodeETC2() local
2481 byte* srcRow = src + y * internal.pitchB; in decodeEAC() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DImageTest.cpp513 const uint8_t *srcRow = in writeAHBData() local