Searched defs:srcRowBytes (Results 1 - 15 of 15) sorted by relevance

/external/skia/src/codec/
H A DSkBmpCodec.h83 size_t srcRowBytes() const { return fSrcRowBytes; } function in class:SkBmpCodec
H A DSkWebpCodec.cpp622 const size_t srcRowBytes = config.output.u.RGBA.stride; local
650 xformSrc = SkTAddOffset<uint32_t>(xformSrc, srcRowBytes);
658 src = SkTAddOffset<const uint8_t>(src, srcRowBytes);
/external/skqp/src/codec/
H A DSkBmpCodec.h83 size_t srcRowBytes() const { return fSrcRowBytes; } function in class:SkBmpCodec
H A DSkWebpCodec.cpp622 const size_t srcRowBytes = config.output.u.RGBA.stride; local
650 xformSrc = SkTAddOffset<uint32_t>(xformSrc, srcRowBytes);
658 src = SkTAddOffset<const uint8_t>(src, srcRowBytes);
/external/skia/src/gpu/
H A DGrSurfaceContext.cpp65 size_t srcRowBytes, int x, int y, uint32_t flags) {
80 srcRowBytes, flags);
64 writePixels(const SkImageInfo& srcInfo, const void* srcBuffer, size_t srcRowBytes, int x, int y, uint32_t flags) argument
/external/skqp/src/gpu/
H A DGrSurfaceContext.cpp66 size_t srcRowBytes, int x, int y, uint32_t flags) {
84 srcBuffer, srcRowBytes, flags);
65 writePixels(const SkImageInfo& srcInfo, const void* srcBuffer, size_t srcRowBytes, int x, int y, uint32_t flags) argument
/external/skia/src/gpu/text/
H A DGrGlyphCache.cpp109 int srcRowBytes) {
121 src += srcRowBytes;
104 expand_bits(INT_TYPE* dst, const uint8_t* src, int width, int height, int dstRowBytes, int srcRowBytes) argument
/external/skqp/src/gpu/text/
H A DGrAtlasGlyphCache.cpp262 int srcRowBytes) {
274 src += srcRowBytes;
257 expand_bits(INT_TYPE* dst, const uint8_t* src, int width, int height, int dstRowBytes, int srcRowBytes) argument
/external/skia/src/effects/
H A DSkBlurMask.cpp56 const uint8_t src[], int srcRowBytes,
85 src += srcRowBytes - sw;
55 clamp_with_orig(uint8_t dst[], int dstRowBytes, const uint8_t src[], int srcRowBytes, int sw, int sh, SkBlurStyle style) argument
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp215 const size_t srcRowBytes = SkTAbs(srcPitch); local
232 size_t commonRowBytes = SkTMin(srcRowBytes, dstRowBytes);
/external/skqp/src/effects/
H A DSkBlurMask.cpp55 const uint8_t src[], int srcRowBytes,
84 src += srcRowBytes - sw;
54 clamp_with_orig(uint8_t dst[], int dstRowBytes, const uint8_t src[], int srcRowBytes, int sw, int sh, SkBlurStyle style) argument
/external/skqp/src/ports/
H A DSkFontHost_FreeType_common.cpp215 const size_t srcRowBytes = SkTAbs(srcPitch); local
232 size_t commonRowBytes = SkTMin(srcRowBytes, dstRowBytes);
/external/skia/src/gpu/vk/
H A DGrVkGpu.cpp1126 size_t srcRowBytes, size_t dstRowBytes, int h) {
1159 srcData, srcRowBytes, srcRowBytes, h);
1163 if (srcRowBytes == static_cast<size_t>(dstRowBytes)) {
1164 memset(mapPtr, 0, srcRowBytes * h);
1167 memset(mapPtr, 0, srcRowBytes);
1125 copy_testing_data(GrVkGpu* gpu, void* srcData, const GrVkAlloc& alloc, size_t bufferOffset, size_t srcRowBytes, size_t dstRowBytes, int h) argument
/external/skqp/src/gpu/vk/
H A DGrVkGpu.cpp1161 size_t srcRowBytes, size_t dstRowBytes, int h) {
1194 srcData, srcRowBytes, srcRowBytes, h);
1198 if (srcRowBytes == static_cast<size_t>(dstRowBytes)) {
1199 memset(mapPtr, 0, srcRowBytes * h);
1202 memset(mapPtr, 0, srcRowBytes);
1160 copy_testing_data(GrVkGpu* gpu, void* srcData, const GrVkAlloc& alloc, size_t bufferOffset, size_t srcRowBytes, size_t dstRowBytes, int h) argument
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp2199 int srcRowBytes = srcWidth * sizeof(uint32_t); local
2203 skSrcBitmap.installPixels(srcImageInfo, srcBuffer, srcRowBytes);

Completed in 2545 milliseconds