| /external/skia/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 | SkBmpMaskCodec.cpp | 90 uint8_t* srcRow = this->srcBuffer(); in decodeRows() local
|
| D | SkPngCodec.cpp | 702 png_bytep srcRow = fInterlaceBuffer.get(); in decodeAllRows() local 750 int srcRow = get_start_coord(sampleY); in decode() local
|
| D | SkRawCodec.cpp | 737 AutoTMalloc<uint8_t> srcRow(width * 3); in onGetPixels() local
|
| /external/angle/src/image_util/ |
| D | loadimage_paletted.cpp | 143 const uint8_t *srcRow = in LoadPalettedToRGBA8Impl() local
|
| D | storeimage_paletted.cpp | 133 const R8G8B8A8 *srcRow = in StoreRGBA8ToPalettedImpl() local
|
| /external/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
|
| D | dng_negative.cpp | 2767 uint32 srcRow = (dstRow + phaseRow) % patSize; in SetFujiMosaic6x6() local
|
| /external/skia/src/core/ |
| D | SkConvertPixels.cpp | 247 const SkImageInfo& srcInfo, const void* srcRow, int srcStride, in convert_with_pipeline()
|
| D | SkBlitter_ARGB32.cpp | 1434 const SkPMColor* srcRow = reinterpret_cast<const SkPMColor*>(mask.getAddr8(x, y)); in SkARGB32_Blit32() local
|
| /external/skia/src/encode/ |
| D | SkPngEncoderImpl.cpp | 458 const void* srcRow = fSrc.addr(0, fCurrRow); in onEncodeRows() local
|
| D | SkJpegEncoderImpl.cpp | 354 const void* srcRow = fSrc.addr(0, fCurrRow); in onEncodeRows() local
|
| /external/v4l2_codec2/common/ |
| D | FormatConverter.cpp | 41 const uint8_t* srcRow = src; in copyPlaneByPixel() local
|
| /external/deqp/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawImageObjectUtil.cpp | 58 const uint8_t *srcRow = reinterpret_cast<const uint8_t *>(srcBuffer); in pack() local 104 const uint8_t *srcRow = reinterpret_cast<const uint8_t *>(srcBuffer); in unpack() local
|
| /external/mesa3d/src/mesa/main/ |
| D | image.c | 406 const GLubyte *srcRow = (const GLubyte *) in _mesa_expand_bitmap() local
|
| D | texstore.c | 132 const GLubyte *srcRow = srcImage; in _mesa_memcpy_texture() local
|
| /external/swiftshader/src/Vulkan/ |
| D | VkImage.cpp | 563 const uint8_t *srcRow = srcSlice; in copySingleAspectTo() local
|
| /external/angle/src/tests/gl_tests/ |
| D | ImageTest.cpp | 705 const uint8_t *srcRow = in writeAHBData() local
|