/external/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 | 685 png_bytep srcRow = fInterlaceBuffer.get(); in decodeAllRows() local 733 int srcRow = get_start_coord(sampleY); in decode() local
|
D | SkRawCodec.cpp | 703 SkAutoTMalloc<uint8_t> srcRow(width * 3); in onGetPixels() local
|
/external/skqp/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 | 686 png_bytep srcRow = fInterlaceBuffer.get(); in decodeAllRows() local 734 int srcRow = get_start_coord(sampleY); in decode() local
|
D | SkRawCodec.cpp | 703 SkAutoTMalloc<uint8_t> srcRow(width * 3); in onGetPixels() local
|
/external/skqp/src/images/ |
D | SkJpegEncoder.cpp | 217 const void* srcRow = fSrc.addr(0, fCurrRow); in onEncodeRows() local
|
D | SkPngEncoder.cpp | 410 const void* srcRow = fSrc.addr(0, fCurrRow); in onEncodeRows() local
|
/external/skia/src/images/ |
D | SkJpegEncoder.cpp | 221 const void* srcRow = fSrc.addr(0, fCurrRow); in onEncodeRows() local
|
D | SkPngEncoder.cpp | 435 const void* srcRow = fSrc.addr(0, fCurrRow); in onEncodeRows() 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
|
/external/skqp/src/core/ |
D | SkConvertPixels.cpp | 164 const SkImageInfo& srcInfo, const void* srcRow, size_t srcRB, in convert_with_pipeline()
|
/external/skia/src/core/ |
D | SkConvertPixels.cpp | 206 const SkImageInfo& srcInfo, const void* srcRow, int srcStride, in convert_with_pipeline()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 301 GLint srcRow = lroundf(srcRowF); in blit_nearest() local 632 GLfloat srcRow = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F; in blit_linear() local
|
/external/v4l2_codec2/common/ |
D | FormatConverter.cpp | 41 const uint8_t* srcRow = src; in copyPlaneByPixel() local
|
/external/skqp/src/effects/imagefilters/ |
D | SkMatrixConvolutionImageFilter.cpp | 282 const uint32_t* srcRow = src.getAddr32(0, y); in unpremultiply_bitmap() local
|
/external/deqp/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
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 645 const uint8_t* srcRow = in Upsample() local 663 const uint8_t* srcRow = in Upsample() local 683 const uint8_t* srcRow = in Upsample() local 2771 const uint32_t* srcRow = buffer + y * width; in DebugVerifyBitmapIsPreMultiplied() local
|
/external/mesa3d/src/mesa/main/ |
D | image.c | 405 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 | 491 const uint8_t *srcRow = srcSlice; in copyTo() local
|