Searched refs:dstRow (Results 26 - 50 of 55) sorted by relevance

123

/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c142 GLint dstRow; local
297 for (dstRow = 0; dstRow < dstHeight; dstRow++) {
298 GLfloat srcRowF = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F;
300 GLubyte *dstRowStart = dstMap + dstRowStride * dstRow;
533 GLint dstRow; local
625 for (dstRow = 0; dstRow < dstHeight; dstRow
[all...]
/external/mesa3d/src/mesa/main/
H A Dmipmap.c78 t(*dst)[e] = (t(*)[e]) dstRow
85 t *dst = (t *) dstRow
152 GLint dstWidth, GLvoid *dstRow)
168 GLubyte(*dst)[4] = (GLubyte(*)[4]) dstRow;
181 GLubyte(*dst)[3] = (GLubyte(*)[3]) dstRow;
193 GLubyte(*dst)[2] = (GLubyte(*)[2]) dstRow;
204 GLubyte *dst = (GLubyte *) dstRow;
215 GLbyte(*dst)[4] = (GLbyte(*)[4]) dstRow;
228 GLbyte(*dst)[3] = (GLbyte(*)[3]) dstRow;
240 GLbyte(*dst)[2] = (GLbyte(*)[2]) dstRow;
150 do_row(GLenum datatype, GLuint comps, GLint srcWidth, const GLvoid *srcRowA, const GLvoid *srcRowB, GLint dstWidth, GLvoid *dstRow) argument
783 do_row_3D(GLenum datatype, GLuint comps, GLint srcWidth, const GLvoid *srcRowA, const GLvoid *srcRowB, const GLvoid *srcRowC, const GLvoid *srcRowD, GLint dstWidth, GLvoid *dstRow) argument
[all...]
H A Dimage.c411 GLubyte *dstRow = destBuffer; local
422 dstRow[col] = onValue;
444 dstRow[col] = onValue;
462 dstRow += destStride;
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp66 deUint8 *dstRow = reinterpret_cast<deUint8 *>(destBuffer); local
68 dstStart = dstRow;
74 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
84 dstRow = dstStart + offsetDepthDst;
87 deMemcpy(dstRow, srcRow, static_cast<size_t>(rowPitch));
89 dstRow += rowPitch;
118 deUint8 *dstRow = reinterpret_cast<deUint8 *>(destBuffer); local
120 dstStart = dstRow;
126 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
135 dstRow
[all...]
/external/skia/src/core/
H A DSkBlitMask_D32.cpp30 SkPMColor* dstRow = (SkPMColor*)dst; local
46 proc(dstRow, srcRow, color, width, opaqueDst);
47 dstRow = (SkPMColor*)((char*)dstRow + dstRB);
H A DSkBlitter_ARGB32.cpp31 SkPMColor* dstRow = device.writable_addr32(x, y); local
35 proc(dstRow, srcRow, width, alpha);
36 dstRow = (SkPMColor*)((char*)dstRow + device.rowBytes());
556 char* dstRow = (char*)fDevice.writable_addr32(x, y); local
568 xfer->xfer32(reinterpret_cast<SkPMColor*>(dstRow), span, width, maskRow);
569 dstRow += dstRB;
576 proc(reinterpret_cast<SkPMColor*>(dstRow), maskRow, span, width);
577 dstRow += dstRB;
H A DSkConvertPixels.cpp216 static void convert_with_pipeline(const SkImageInfo& dstInfo, void* dstRow, size_t dstRB, argument
221 dst = { (void*)dstRow, (int)(dstRB / dstInfo.bytesPerPixel()) };
H A DSkScalerContext.cpp419 uint8_t* dstRow = dst.fImage; local
423 dstRow[x] = SkGetPackedA32(srcRow[x]);
427 dstRow[x] = 0;
429 dstRow += dstRB;
/external/skqp/src/core/
H A DSkBlitMask_D32.cpp30 SkPMColor* dstRow = (SkPMColor*)dst; local
46 proc(dstRow, srcRow, color, width, opaqueDst);
47 dstRow = (SkPMColor*)((char*)dstRow + dstRB);
H A DSkBlitter_ARGB32.cpp31 SkPMColor* dstRow = device.writable_addr32(x, y); local
35 proc(dstRow, srcRow, width, alpha);
36 dstRow = (SkPMColor*)((char*)dstRow + device.rowBytes());
556 char* dstRow = (char*)fDevice.writable_addr32(x, y); local
568 xfer->xfer32(reinterpret_cast<SkPMColor*>(dstRow), span, width, maskRow);
569 dstRow += dstRB;
576 proc(reinterpret_cast<SkPMColor*>(dstRow), maskRow, span, width);
577 dstRow += dstRB;
H A DSkConvertPixels.cpp216 static void convert_with_pipeline(const SkImageInfo& dstInfo, void* dstRow, size_t dstRB, argument
221 dst = { (void*)dstRow, (int)(dstRB / dstInfo.bytesPerPixel()) };
H A DSkScalerContext.cpp425 uint8_t* dstRow = dst.fImage; local
429 dstRow[x] = SkGetPackedA32(srcRow[x]);
433 dstRow[x] = 0;
435 dstRow += dstRB;
/external/dng_sdk/source/
H A Ddng_linearization_info.cpp473 uint32 dstRow = dstTile.t + row; local
479 void *dPtr = dstBuffer.DirtyPixel (dstRow,
519 b1 = fBlack_1D_buffer->Buffer_real32 () [dstRow % fBlack_1D_rows];
531 b2_count * (dstRow % fBlack_2D_rows);
670 b1 = fBlack_1D_buffer->Buffer_int32 () [dstRow % fBlack_1D_rows];
682 b2_count * (dstRow % fBlack_2D_rows);
769 b1 = fBlack_1D_buffer->Buffer_real32 () [dstRow % fBlack_1D_rows];
781 b2_count * (dstRow % fBlack_2D_rows);
H A Ddng_mosaic_info.cpp1047 for (int32 dstRow = dstBuffer.fArea.t;
1048 dstRow < dstBuffer.fArea.b;
1049 dstRow++)
1052 int32 srcRow = dstRow >> sRowShift;
1054 uint32 patRow = dstRow % patRows;
1065 void *dPtr = dstBuffer.DirtyPixel (dstRow,
1249 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++)
1256 uint16 *dPtr = dstBuffer.DirtyPixel_uint16 (dstRow,
[all...]
H A Ddng_bad_pixels.cpp168 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++)
171 const uint16 *sPtr = srcBuffer.ConstPixel_uint16 (dstRow, dstArea.l, 0);
172 uint16 *dPtr = dstBuffer.DirtyPixel_uint16 (dstRow, dstArea.l, 0);
185 if (IsGreen (dstRow, dstCol)) // Green pixel
H A Ddng_lens_correction.cpp1336 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++)
1346 const dng_point_real64 dPos ((real64) dstRow,
H A Ddng_negative.cpp2764 for (uint32 dstRow = 0; dstRow < patSize; dstRow++)
2767 uint32 srcRow = (dstRow + phaseRow) % patSize;
2774 temp.fCFAPattern [dstRow] [dstCol] = info.fCFAPattern [srcRow] [srcCol];
/external/skia/src/codec/
H A DSkRawCodec.cpp723 void* dstRow = dst; local
749 this->applyColorXform(dstRow, xformBuffer.get(), dstInfo.width(), kOpaque_SkAlphaType);
751 swizzler->swizzle(dstRow, &srcRow[0]);
753 dstRow = SkTAddOffset<void>(dstRow, dstRowBytes);
/external/skqp/src/codec/
H A DSkRawCodec.cpp728 void* dstRow = dst; local
754 this->applyColorXform(dstRow, xformBuffer.get(), dstInfo.width(), kOpaque_SkAlphaType);
756 swizzler->swizzle(dstRow, &srcRow[0]);
758 dstRow = SkTAddOffset<void>(dstRow, dstRowBytes);
/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp264 uint32_t* dstRow = result.getAddr32(0, y); local
266 dstRow[x] = SkUnPreMultiply::PMColorToColor(srcRow[x]);
H A DSkRRectsGaussianEdgeMaskFilter.cpp168 uint8_t* dstRow = dstPixels + y*dst->fRowBytes; local
181 dstRow[x] = (uint8_t) (factor * srcRow[x]);
/external/skqp/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp264 uint32_t* dstRow = result.getAddr32(0, y); local
266 dstRow[x] = SkUnPreMultiply::PMColorToColor(srcRow[x]);
H A DSkRRectsGaussianEdgeMaskFilter.cpp168 uint8_t* dstRow = dstPixels + y*dst->fRowBytes; local
181 dstRow[x] = (uint8_t) (factor * srcRow[x]);
/external/skia/src/gpu/vk/
H A DGrVkGpu.cpp607 char* dstRow = reinterpret_cast<char*>(mapPtr)+(height - 1)*layout.rowPitch; local
609 memcpy(dstRow, srcRow, trimRowBytes);
611 dstRow -= layout.rowPitch;
2028 char* dstRow = reinterpret_cast<char*>(buffer)+(height - 1) * rowBytes; local
2030 memcpy(dstRow, srcRow, tightRowBytes);
2032 dstRow -= rowBytes;
/external/skqp/src/gpu/vk/
H A DGrVkGpu.cpp632 char* dstRow = reinterpret_cast<char*>(mapPtr)+(height - 1)*layout.rowPitch; local
634 memcpy(dstRow, srcRow, trimRowBytes);
636 dstRow -= layout.rowPitch;
2073 char* dstRow = reinterpret_cast<char*>(buffer)+(height - 1) * rowBytes; local
2075 memcpy(dstRow, srcRow, tightRowBytes);
2077 dstRow -= rowBytes;

Completed in 496 milliseconds

123