Searched defs:srcRow (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_pkm.cpp95 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBDataPtr); local
96 srcRow += sampler.srcY0() * srcRowBytes;
98 sampler.next(srcRow);
99 srcRow += sampler.srcDY() * srcRowBytes;
H A DSkImageDecoder_astc.cpp169 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBADataPtr); local
170 srcRow += sampler.srcY0() * srcRowBytes;
172 sampler.next(srcRow);
173 srcRow += sampler.srcDY() * srcRowBytes;
H A DSkImageDecoder_ktx.cpp155 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBDataPtr); local
156 srcRow += sampler.srcY0() * srcRowBytes;
158 sampler.next(srcRow);
159 srcRow += sampler.srcDY() * srcRowBytes;
184 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBDataPtr); local
185 srcRow += sampler.srcY0() * srcRowBytes;
187 sampler.next(srcRow);
188 srcRow += sampler.srcDY() * srcRowBytes;
203 const uint8_t *srcRow = reinterpret_cast<const uint8_t *>(ktxFile.pixelData()); local
204 srcRow
233 const uint8_t *srcRow = reinterpret_cast<const uint8_t *>(ktxFile.pixelData()); local
[all...]
H A DSkImageDecoder_libbmp.cpp154 const uint8_t* srcRow = callback.rgb(); local
156 srcRow += sampler.srcY0() * srcRowBytes;
158 sampler.next(srcRow);
159 srcRow += sampler.srcDY() * srcRowBytes;
H A DSkImageDecoder_libjpeg.cpp682 uint8_t* srcRow = (uint8_t*)srcStorage.get(); local
685 if (!skip_src_rows(&cinfo, srcRow, sampler.srcY0())) {
691 JSAMPLE* rowptr = (JSAMPLE*)srcRow;
705 convert_CMYK_to_RGB(srcRow, cinfo.output_width);
708 sampler.next(srcRow);
714 if (!skip_src_rows(&cinfo, srcRow, sampler.srcDY() - 1)) {
720 if (!skip_src_rows(&cinfo, srcRow,
914 uint8_t* srcRow = (uint8_t*)srcStorage.get(); local
917 if (!skip_src_rows_tile(cinfo, fImageIndex->huffmanIndex(), srcRow, sampler.srcY0())) {
923 JSAMPLE* rowptr = (JSAMPLE*)srcRow;
1043 Write_32_YUV(uint8_t* SK_RESTRICT dst, const void* SK_RESTRICT srcRow, int width, const SkPMColor*) argument
1060 Write_4444_YUV(uint8_t* SK_RESTRICT dst, const void* SK_RESTRICT srcRow, int width, const SkPMColor*) argument
1077 Write_16_YUV(uint8_t* SK_RESTRICT dst, const void* SK_RESTRICT srcRow, int width, const SkPMColor*) argument
1094 Write_Index_YUV(uint8_t* SK_RESTRICT dst, const void* SK_RESTRICT srcRow, int width, const SkPMColor* SK_RESTRICT ctable) argument
1182 const void* srcRow = bm.getPixels(); local
[all...]
H A DSkImageDecoder_libpng.cpp438 uint8_t* srcRow = (uint8_t*)storage.get(); local
439 skip_src_rows(png_ptr, srcRow, sampler.srcY0());
442 uint8_t* tmp = srcRow;
444 reallyHasAlpha |= sampler.next(srcRow);
446 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1);
454 skip_src_rows(png_ptr, srcRow, origHeight - read);
931 uint8_t* srcRow = (uint8_t*)storage.get(); local
934 skip_src_rows(png_ptr, srcRow, sampler.srcY0());
937 png_read_rows(png_ptr, &srcRow, png_bytepp_NULL, 1);
940 uint8_t* tmp = srcRow;
[all...]
/external/skia/src/images/
H A DSkImageDecoder_pkm.cpp93 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBDataPtr); local
94 srcRow += sampler.srcY0() * srcRowBytes;
96 sampler.next(srcRow);
97 srcRow += sampler.srcDY() * srcRowBytes;
H A DSkImageDecoder_ktx.cpp127 const uint8_t *srcRow = reinterpret_cast<uint8_t *>(outRGBDataPtr); local
128 srcRow += sampler.srcY0() * srcRowBytes;
130 sampler.next(srcRow);
131 srcRow += sampler.srcDY() * srcRowBytes;
146 const uint8_t *srcRow = reinterpret_cast<const uint8_t *>(ktxFile.pixelData()); local
147 srcRow += sampler.srcY0() * srcRowBytes;
149 sampler.next(srcRow);
150 srcRow += sampler.srcDY() * srcRowBytes;
176 const uint8_t *srcRow = reinterpret_cast<const uint8_t *>(ktxFile.pixelData()); local
177 srcRow
[all...]
H A DSkImageDecoder_libbmp.cpp154 const uint8_t* srcRow = callback.rgb(); local
156 srcRow += sampler.srcY0() * srcRowBytes;
158 sampler.next(srcRow);
159 srcRow += sampler.srcDY() * srcRowBytes;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexgetimage.c237 GLfloat *tempImage, *srcRow; local
298 srcRow = tempImage;
304 _mesa_pack_rgba_span_float(ctx, width, (GLfloat (*)[4]) srcRow,
306 srcRow += width * 4;
H A Dimage.c388 const GLubyte *srcRow = (const GLubyte *) local
399 const GLubyte *src = srcRow;
446 srcRow += srcStride;
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitter_ARGB32.cpp32 const SkPMColor* srcRow = reinterpret_cast<const SkPMColor*>(mask.getAddr8(x, y)); local
35 proc(dstRow, srcRow, width, alpha);
37 srcRow = (const SkPMColor*)((const char*)srcRow + mask.fRowBytes);
H A DSkConfig8888.cpp212 const uint8_t* SK_RESTRICT srcRow = (const uint8_t*)srcPixels; local
214 dstRow[x] = SkDitherARGB32To4444(table[srcRow[x]], DITHER_VALUE(x));
217 const SkPMColor* SK_RESTRICT srcRow = (const SkPMColor*)srcPixels; local
219 dstRow[x] = SkDitherARGB32To4444(srcRow[x], DITHER_VALUE(x));
H A DSkBlitMask_D32.cpp92 const uint16_t* srcRow = (const uint16_t*)mask; local
107 proc(dstRow, srcRow, color, width, opaqueDst);
109 srcRow = (const uint16_t*)((const char*)srcRow + maskRB);
201 const SkPMColor* SK_RESTRICT srcRow = (const SkPMColor*)mask; local
204 blit_lcd32_row(dstRow, srcRow, color, width);
206 srcRow = (const SkPMColor*)((const char*)srcRow + maskRB);
215 const SkPMColor* SK_RESTRICT srcRow = (const SkPMColor*)mask; local
218 blit_lcd32_opaque_row(dstRow, srcRow, colo
[all...]
H A DSkScalerContext.cpp486 const SkPMColor* srcRow, size_t srcRB) {
494 dstRow[x] = SkGetPackedA32(srcRow[x]);
501 srcRow = (const SkPMColor*)((const char*)srcRow + srcRB);
485 extract_alpha(const SkMask& dst, const SkPMColor* srcRow, size_t srcRB) argument
H A DSkBitmap.cpp1219 const char* srcRow = dst + snugRB * (height - 1); local
1222 memmove(dstRow, srcRow, snugRB);
1223 srcRow -= snugRB;
1226 SkASSERT(srcRow == dstRow); // first row does not need to be moved
/external/mesa3d/src/mesa/main/
H A Dtexgetimage.c237 GLfloat *tempImage, *srcRow; local
298 srcRow = tempImage;
304 _mesa_pack_rgba_span_float(ctx, width, (GLfloat (*)[4]) srcRow,
306 srcRow += width * 4;
H A Dimage.c388 const GLubyte *srcRow = (const GLubyte *) local
399 const GLubyte *src = srcRow;
446 srcRow += srcStride;
/external/skia/src/core/
H A DSkBlitter_ARGB32.cpp32 const SkPMColor* srcRow = reinterpret_cast<const SkPMColor*>(mask.getAddr8(x, y)); local
35 proc(dstRow, srcRow, width, alpha);
37 srcRow = (const SkPMColor*)((const char*)srcRow + mask.fRowBytes);
H A DSkBlitMask_D32.cpp92 const uint16_t* srcRow = (const uint16_t*)mask; local
107 proc(dstRow, srcRow, color, width, opaqueDst);
109 srcRow = (const uint16_t*)((const char*)srcRow + maskRB);
201 const SkPMColor* SK_RESTRICT srcRow = (const SkPMColor*)mask; local
204 blit_lcd32_row(dstRow, srcRow, color, width);
206 srcRow = (const SkPMColor*)((const char*)srcRow + maskRB);
215 const SkPMColor* SK_RESTRICT srcRow = (const SkPMColor*)mask; local
218 blit_lcd32_opaque_row(dstRow, srcRow, colo
[all...]
H A DSkBitmap.cpp1005 SkPMColor* SK_RESTRICT srcRow = (SkPMColor*) src->getAddr32(0, y); local
1008 dstRow[x] = SkDitherARGB32To4444(srcRow[x],
1269 const char* srcRow = dst + snugRB * (height - 1); local
1272 memmove(dstRow, srcRow, snugRB);
1273 srcRow -= snugRB;
1276 SkASSERT(srcRow == dstRow); // first row does not need to be moved
/external/chromium_org/third_party/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp298 const uint32_t* srcRow = src.getAddr32(0, y); local
301 dstRow[x] = SkUnPreMultiply::PMColorToColor(srcRow[x]);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageBuffer.cpp317 uint32_t* srcRow = bitmap.getAddr32(0, y); local
319 SkColor color = SkPMColorToColor(srcRow[x]);
320 srcRow[x] = SkPreMultiplyARGB(
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blit.c281 GLint srcRow = (dstRow * srcHeight) / dstHeight; local
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; local
610 GLint srcRow0 = IFLOOR(srcRow);
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c281 GLint srcRow = (dstRow * srcHeight) / dstHeight; local
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; local
610 GLint srcRow0 = IFLOOR(srcRow);
[all...]

Completed in 2197 milliseconds

12