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 77 uint8_t* srcRow = fSrcBuffer.get();
81 if (this->stream()->read(srcRow, this->srcRowBytes()) != this->srcRowBytes()) {
89 fMaskSwizzler->swizzle(dstRow, srcRow);
SkPngCodec.cpp 502 uint8_t* srcRow = base;
504 png_read_row(fPng_ptr, srcRow, nullptr);
505 srcRow += srcRowBytes;
510 uint8_t* srcRow = base;
512 fSwizzler->swizzle(dstRow, srcRow);
514 srcRow += srcRowBytes;
518 uint8_t* srcRow = storage.get();
520 png_read_row(fPng_ptr, srcRow, nullptr);
521 fSwizzler->swizzle(dstRow, srcRow);
672 uint8_t* srcRow;
    [all...]
  /external/skia/src/images/
SkImageDecoder_pkm.cpp 88 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBDataPtr);
89 srcRow += sampler.srcY0() * srcRowBytes;
91 sampler.next(srcRow);
92 srcRow += sampler.srcDY() * srcRowBytes;
SkImageDecoder_astc.cpp 163 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBADataPtr);
164 srcRow += sampler.srcY0() * srcRowBytes;
166 sampler.next(srcRow);
167 srcRow += sampler.srcDY() * srcRowBytes;
SkImageDecoder_libbmp.cpp 158 const uint8_t* srcRow = callback.rgb();
160 srcRow += sampler.srcY0() * srcRowBytes;
162 sampler.next(srcRow);
163 srcRow += sampler.srcDY() * srcRowBytes;
SkImageDecoder_ktx.cpp 149 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBDataPtr);
150 srcRow += sampler.srcY0() * srcRowBytes;
152 sampler.next(srcRow);
153 srcRow += sampler.srcDY() * srcRowBytes;
178 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBDataPtr);
179 srcRow += sampler.srcY0() * srcRowBytes;
181 sampler.next(srcRow);
182 srcRow += sampler.srcDY() * srcRowBytes;
197 const uint8_t *srcRow = reinterpret_cast<const uint8_t *>(ktxFile.pixelData());
198 srcRow += sampler.srcY0() * srcRowBytes
    [all...]
SkImageDecoder_libjpeg.cpp 498 uint8_t* srcRow = srcStorage.get();
501 if (!skip_src_rows(&cinfo, srcRow, sampler.srcY0())) {
507 JSAMPLE* rowptr = (JSAMPLE*)srcRow;
509 sk_msan_mark_initialized(srcRow, srcRow + cinfo.output_width * srcBytesPerPixel,
524 convert_CMYK_to_RGB(srcRow, cinfo.output_width);
528 sampler.next(srcRow);
534 if (!skip_src_rows(&cinfo, srcRow, sampler.srcDY() - 1)) {
540 if (!skip_src_rows(&cinfo, srcRow,
759 const void* SK_RESTRICT srcRow, int width
    [all...]
  /external/skia/src/core/
SkConfig8888.cpp 263 const uint8_t* SK_RESTRICT srcRow = (const uint8_t*)srcPixels;
265 dstRow[x] = SkDitherARGB32To4444(table[srcRow[x]], DITHER_VALUE(x));
268 const SkPMColor* SK_RESTRICT srcRow = (const SkPMColor*)srcPixels;
270 dstRow[x] = SkDitherARGB32To4444(srcRow[x], DITHER_VALUE(x));
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);
SkBitmap.cpp     [all...]
  /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/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateImageObjectUtil.cpp 63 const char *srcRow = reinterpret_cast<const char *>(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 char *srcRow = reinterpret_cast<const char *>(srcBuffer);
117 srcStart = srcRow;
126 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
134 srcRow = srcStart + offsetDepthSrc
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolImageObjectUtil.cpp 63 const char *srcRow = reinterpret_cast<const char *>(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 char *srcRow = reinterpret_cast<const char *>(srcBuffer);
117 srcStart = srcRow;
126 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
135 srcRow = srcStart + offsetDepthSrc
    [all...]
  /external/mesa3d/src/mesa/main/
image.c 388 const GLubyte *srcRow = (const GLubyte *)
399 const GLubyte *src = srcRow;
446 srcRow += srcStride;
texgetimage.c 237 GLfloat *tempImage, *srcRow;
298 srcRow = tempImage;
304 _mesa_pack_rgba_span_float(ctx, width, (GLfloat (*)[4]) srcRow,
306 srcRow += width * 4;
  /external/opencv3/modules/imgproc/src/
filterengine.hpp 265 std::vector<uchar> srcRow;
clahe.cpp 287 const T* srcRow = src_.ptr<T>(y);
305 int srcVal = srcRow[x];
  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 258 const uint32_t* srcRow = src.getAddr32(0, y);
261 dstRow[x] = SkUnPreMultiply::PMColorToColor(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/swrast/
s_blit.c 281 GLint srcRow = (dstRow * srcHeight) / dstHeight;
284 ASSERT(srcRow >= 0);
285 ASSERT(srcRow < srcHeight);
288 srcRow = srcHeight - 1 - srcRow;
292 if (prevY != srcRow) {
293 GLubyte *srcRowStart = srcMap + srcRowStride * srcRow;
318 prevY = srcRow;
609 const GLfloat srcRow = (dstRow * srcHeight) / dstHeightF;
610 GLint srcRow0 = IFLOOR(srcRow);
    [all...]
  /cts/tests/tests/media/libmediandkjni/
codec-utils-jni.cpp 338 const uint8_t *srcRow = (src->plane[ix].buffer + src->plane[ix].cropOffs
341 *col = srcRow[src->plane[ix].colInc * (x % src->plane[ix].cropWidth)];
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 366 const char* srcRow = reinterpret_cast<const char*>(data);
369 memcpy(dstRow, srcRow, trimRowBytes);
370 srcRow += rowBytes;
391 const char* srcRow = reinterpret_cast<const char*>(data);
394 memcpy(dstRow, srcRow, trimRowBytes);
395 srcRow += rowBytes;
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/rbbi/
BuildDictionaryFile.java 578 int[] srcRow = (int[])tempTable.elementAt(j);
579 if (srcRow[numCols] + destRow[numCols] > numCols)
585 tempFlags[k] = srcRow[k] != 0;
608 destRow[k + shift] = srcRow[k];
    [all...]
  /external/opencv3/modules/superres/src/
btv_l1.cpp 235 const T * const srcRow = src.ptr<T>(y);
239 dstRow[X] = srcRow[x];
379 const T * const srcRow = src.ptr<T>(i);
384 const T srcVal = srcRow[j];
    [all...]

Completed in 363 milliseconds

1 2