HomeSort by relevance Sort by last modified time
    Searched defs:srcRow (Results 1 - 25 of 28) sorted by null

1 2

  /external/skia/src/codec/
SkBmpMaskCodec.cpp 82 uint8_t* srcRow = this->srcBuffer();
86 if (this->stream()->read(srcRow, this->srcRowBytes()) != this->srcRowBytes()) {
96 fMaskSwizzler->swizzle(this->xformBuffer(), srcRow);
99 fMaskSwizzler->swizzle(dstRow, srcRow);
SkPngCodec.cpp 687 png_bytep srcRow = fInterlaceBuffer.get();
690 this->applyXformRow(dst, srcRow);
692 srcRow = SkTAddOffset<png_byte>(srcRow, fPng_rowbytes);
736 // Offset srcRow by get_start_coord rows. We do not need to account for fFirstRow,
738 png_bytep srcRow = SkTAddOffset<png_byte>(fInterlaceBuffer.get(),
742 this->applyXformRow(dst, srcRow);
744 srcRow = SkTAddOffset<png_byte>(srcRow, fPng_rowbytes * sampleY);
    [all...]
  /external/skqp/src/codec/
SkBmpMaskCodec.cpp 82 uint8_t* srcRow = this->srcBuffer();
86 if (this->stream()->read(srcRow, this->srcRowBytes()) != this->srcRowBytes()) {
96 fMaskSwizzler->swizzle(this->xformBuffer(), srcRow);
99 fMaskSwizzler->swizzle(dstRow, srcRow);
SkPngCodec.cpp 687 png_bytep srcRow = fInterlaceBuffer.get();
690 this->applyXformRow(dst, srcRow);
692 srcRow = SkTAddOffset<png_byte>(srcRow, fPng_rowbytes);
736 // Offset srcRow by get_start_coord rows. We do not need to account for fFirstRow,
738 png_bytep srcRow = SkTAddOffset<png_byte>(fInterlaceBuffer.get(),
742 this->applyXformRow(dst, srcRow);
744 srcRow = SkTAddOffset<png_byte>(srcRow, fPng_rowbytes * sampleY);
    [all...]
  /external/skia/src/images/
SkJpegEncoder.cpp 233 const void* srcRow = fSrc.addr(0, fCurrRow);
235 JSAMPLE* jpegSrcRow = (JSAMPLE*) srcRow;
237 fEncoderMgr->proc()((char*)fStorage.get(), (const char*)srcRow, fSrc.width(),
243 srcRow = SkTAddOffset<const void>(srcRow, fSrc.rowBytes());
SkPngEncoder.cpp 405 const void* srcRow = fSrc.addr(0, fCurrRow);
407 fEncoderMgr->proc()((char*) fStorage.get(), (const char*) srcRow, fSrc.width(),
412 srcRow = SkTAddOffset<const void>(srcRow, fSrc.rowBytes());
  /external/skqp/src/images/
SkJpegEncoder.cpp 233 const void* srcRow = fSrc.addr(0, fCurrRow);
235 JSAMPLE* jpegSrcRow = (JSAMPLE*) srcRow;
237 fEncoderMgr->proc()((char*)fStorage.get(), (const char*)srcRow, fSrc.width(),
243 srcRow = SkTAddOffset<const void>(srcRow, fSrc.rowBytes());
SkPngEncoder.cpp 405 const void* srcRow = fSrc.addr(0, fCurrRow);
407 fEncoderMgr->proc()((char*) fStorage.get(), (const char*) srcRow, fSrc.width(),
412 srcRow = SkTAddOffset<const void>(srcRow, fSrc.rowBytes());
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.cpp 63 const deUint8 *srcRow = reinterpret_cast<const deUint8 *>(srcBuffer);
65 srcStart = srcRow;
74 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
83 srcRow = srcStart + offsetDepthSrc;
87 deMemcpy(dstRow, srcRow, static_cast<size_t>(rowPitch));
88 srcRow += pixelSize * width;
115 const deUint8 *srcRow = reinterpret_cast<const deUint8 *>(srcBuffer);
117 srcStart = srcRow;
126 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
134 srcRow = srcStart + offsetDepthSrc
    [all...]
  /external/skia/src/core/
SkBlitMask_D32.cpp 31 const uint16_t* srcRow = (const uint16_t*)mask;
46 proc(dstRow, srcRow, color, width, opaqueDst);
48 srcRow = (const uint16_t*)((const char*)srcRow + maskRB);
SkBlitter_ARGB32.cpp 32 const SkPMColor* srcRow = reinterpret_cast<const SkPMColor*>(mask.getAddr8(x, y));
35 proc(dstRow, srcRow, width, alpha);
37 srcRow = (const SkPMColor*)((const char*)srcRow + mask.fRowBytes);
  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 263 const uint32_t* srcRow = src.getAddr32(0, y);
266 dstRow[x] = SkUnPreMultiply::PMColorToColor(srcRow[x]);
SkRRectsGaussianEdgeMaskFilter.cpp 167 const uint8_t* srcRow = srcPixels + y * dst->fRowBytes;
181 dstRow[x] = (uint8_t) (factor * srcRow[x]);
  /external/skqp/src/core/
SkBlitMask_D32.cpp 31 const uint16_t* srcRow = (const uint16_t*)mask;
46 proc(dstRow, srcRow, color, width, opaqueDst);
48 srcRow = (const uint16_t*)((const char*)srcRow + maskRB);
SkBlitter_ARGB32.cpp 32 const SkPMColor* srcRow = reinterpret_cast<const SkPMColor*>(mask.getAddr8(x, y));
35 proc(dstRow, srcRow, width, alpha);
37 srcRow = (const SkPMColor*)((const char*)srcRow + mask.fRowBytes);
  /external/skqp/src/effects/
SkMatrixConvolutionImageFilter.cpp 263 const uint32_t* srcRow = src.getAddr32(0, y);
266 dstRow[x] = SkUnPreMultiply::PMColorToColor(srcRow[x]);
SkRRectsGaussianEdgeMaskFilter.cpp 167 const uint8_t* srcRow = srcPixels + y * dst->fRowBytes;
181 dstRow[x] = (uint8_t) (factor * srcRow[x]);
  /external/dng_sdk/source/
dng_resample.cpp 735 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV;
740 const real32 *sPtr = srcBuffer.ConstPixel_real32 (srcRow,
789 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV;
794 const uint16 *sPtr = srcBuffer.ConstPixel_uint16 (srcRow,
  /external/mesa3d/src/mesa/main/
image.c 405 const GLubyte *srcRow = (const GLubyte *)
414 const GLubyte *src = srcRow;
461 srcRow += srcStride;
1003 const uint8_t *srcrow; local
1007 srcrow = src;
1010 swap2_copy((GLushort *)dstrow, (GLushort *)srcrow, width * swapsPerPixel);
1012 swap4_copy((GLuint *)dstrow, (GLuint *)srcrow, width * swapsPerPixel);
1014 srcrow += stride;
texstore.c 131 const GLubyte *srcRow = srcImage;
134 memcpy(dstRow, srcRow, bytesPerRow);
136 srcRow += srcRowStride;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blit.c 299 GLint srcRow = IROUND(srcRowF);
302 assert(srcRow >= 0);
303 assert(srcRow < srcHeight);
306 srcRow = srcHeight - 1 - srcRow;
310 if (prevY != srcRow) {
311 GLubyte *srcRowStart = srcMap + srcRowStride * srcRow;
336 prevY = srcRow;
627 GLfloat srcRow = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F;
628 GLint srcRow0 = MAX2(0, IFLOOR(srcRow));
    [all...]
  /cts/tests/tests/media/libmediandkjni/
codec-utils-jni.cpp 345 const uint8_t *srcRow = (src->plane[ix].buffer + src->plane[ix].cropOffs
348 *col = srcRow[src->plane[ix].colInc * (x % src->plane[ix].cropWidth)];
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 606 const char* srcRow = reinterpret_cast<const char*>(data);
609 memcpy(dstRow, srcRow, trimRowBytes);
610 srcRow += rowBytes;
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp 631 const char* srcRow = reinterpret_cast<const char*>(data);
634 memcpy(dstRow, srcRow, trimRowBytes);
635 srcRow += rowBytes;
    [all...]
  /external/swiftshader/src/Renderer/
Surface.cpp     [all...]

Completed in 773 milliseconds

1 2