Searched refs:dstRow (Results 1 - 25 of 55) sorted by relevance

123

/external/skia/src/codec/
H A DSkSampler.cpp32 uint32_t* dstRow = (uint32_t*) dst; local
34 sk_memset32((uint32_t*) dstRow, color, width);
35 dstRow = SkTAddOffset<uint32_t>(dstRow, rowBytes);
53 uint16_t* dstRow = (uint16_t*) dst; local
55 sk_memset16((uint16_t*) dstRow, color, width);
56 dstRow = SkTAddOffset<uint16_t>(dstRow, rowBytes);
81 uint64_t* dstRow = (uint64_t*) dst; local
83 sk_memset64((uint64_t*) dstRow, colo
[all...]
H A DSkMaskSwizzler.cpp13 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks,
18 SkPMColor* dstPtr = (SkPMColor*) dstRow;
30 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks,
35 SkPMColor* dstPtr = (SkPMColor*) dstRow;
47 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks,
52 SkPMColor* dstPtr = (SkPMColor*) dstRow;
65 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks,
70 SkPMColor* dstPtr = (SkPMColor*) dstRow;
83 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks,
88 SkPMColor* dstPtr = (SkPMColor*) dstRow;
12 swizzle_mask16_to_rgba_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
29 swizzle_mask16_to_bgra_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
46 swizzle_mask16_to_rgba_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
64 swizzle_mask16_to_bgra_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
82 swizzle_mask16_to_rgba_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
100 swizzle_mask16_to_bgra_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
120 swizzle_mask16_to_565( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
137 swizzle_mask24_to_rgba_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
154 swizzle_mask24_to_bgra_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
171 swizzle_mask24_to_rgba_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
189 swizzle_mask24_to_bgra_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
207 swizzle_mask24_to_rgba_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
225 swizzle_mask24_to_bgra_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
243 swizzle_mask24_to_565( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
260 swizzle_mask32_to_rgba_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
277 swizzle_mask32_to_bgra_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
294 swizzle_mask32_to_rgba_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
312 swizzle_mask32_to_bgra_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
330 swizzle_mask32_to_rgba_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
348 swizzle_mask32_to_bgra_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
366 swizzle_mask32_to_565( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
[all...]
H A DSkBmpMaskCodec.cpp93 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); local
97 this->applyColorXform(dstRow, this->xformBuffer(), fMaskSwizzler->swizzleWidth());
99 fMaskSwizzler->swizzle(dstRow, srcRow);
H A DSkSwizzler.cpp84 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
87 uint8_t* SK_RESTRICT dst = (uint8_t*) dstRow;
109 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
111 SkPMColor* SK_RESTRICT dst = (SkPMColor*) dstRow;
132 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
134 uint16_t* SK_RESTRICT dst = (uint16_t*) dstRow;
155 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
166 uint64_t* SK_RESTRICT dst = (uint64_t*) dstRow;
186 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
189 uint16_t* dst = (uint16_t*) dstRow;
83 swizzle_bit_to_grayscale( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor* ) argument
108 swizzle_bit_to_n32( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor* ) argument
131 swizzle_bit_to_565( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor* ) argument
154 swizzle_bit_to_f16( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor* ) argument
185 swizzle_small_index_to_565( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
206 swizzle_small_index_to_n32( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
229 swizzle_index_to_n32( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
242 swizzle_index_to_n32_skipZ( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
257 swizzle_index_to_565( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) argument
270 swizzle_gray_to_n32( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
295 swizzle_gray_to_565( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) argument
372 swizzle_bgr_to_565( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
386 swizzle_rgb_to_rgba( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
398 swizzle_rgb_to_bgra( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
432 swizzle_rgb_to_565( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) argument
446 swizzle_rgba_to_rgba_premul( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
458 swizzle_rgba_to_bgra_premul( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
492 swizzle_rgba_to_bgra_unpremul( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
668 swizzle_cmyk_to_rgba( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
684 swizzle_cmyk_to_bgra( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
722 swizzle_cmyk_to_565( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
758 SkipLeading8888ZerosThen( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
[all...]
H A DSkWbmpCodec.cpp133 void* dstRow = dst; local
139 swizzler->swizzle(dstRow, src.get());
140 dstRow = SkTAddOffset<void>(dstRow, rowBytes);
167 void* dstRow = dst; local
172 fSwizzler->swizzle(dstRow, fSrcBuffer.get());
173 dstRow = SkTAddOffset<void>(dstRow, dstRowBytes);
H A DSkBmpStandardCodec.cpp219 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); local
224 this->applyColorXform(dstRow, this->xformBuffer(), fSwizzler->swizzleWidth());
226 fSwizzler->swizzle(dstRow, this->srcBuffer());
304 auto applyMask = [dstInfo](void* dstRow, int x, uint64_t bit) {
306 uint64_t* dst64 = (uint64_t*) dstRow;
309 uint32_t* dst32 = (uint32_t*) dstRow;
316 void* dstRow = SkTAddOffset<SkPMColor>(dstPtr, row * dstRowBytes); local
325 applyMask(dstRow, dstX, alphaBit);
H A DSkSwizzler.h91 * @param dstRow Row in which to write the resulting pixels.
101 typedef void (*RowProc)(void* SK_RESTRICT dstRow,
107 static void SkipLeading8888ZerosThen(void* SK_RESTRICT dstRow,
H A DSkBmpRLECodec.cpp180 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); local
181 dstRow[dstX] = fColorTable->operator[](index);
185 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); local
186 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index));
213 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); local
214 dstRow[dstX] = SkPackARGB_as_RGBA(0xFF, red, green, blue);
218 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); local
219 dstRow[dstX] = SkPackARGB_as_BGRA(0xFF, red, green, blue);
223 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); local
224 dstRow[dst
[all...]
H A DSkMaskSwizzler.h60 typedef void (*RowProc)(void* dstRow, const uint8_t* srcRow, int width,
H A DSkGifCodec.cpp451 // yBegin is the first row in the non-sampled image. dstRow will be the row in the output,
453 int dstRow = yBegin; local
463 dstRow = potentialRow / sampleY;
465 if (dstRow >= scaledHeight) {
475 if (dstRow + repeatCount > scaledHeight) {
476 repeatCount = scaledHeight - dstRow;
506 void* dstLine = SkTAddOffset<void>(fDst, dstRow * fDstRowBytes);
/external/skqp/src/codec/
H A DSkSampler.cpp32 uint32_t* dstRow = (uint32_t*) dst; local
34 sk_memset32((uint32_t*) dstRow, color, width);
35 dstRow = SkTAddOffset<uint32_t>(dstRow, rowBytes);
53 uint16_t* dstRow = (uint16_t*) dst; local
55 sk_memset16((uint16_t*) dstRow, color, width);
56 dstRow = SkTAddOffset<uint16_t>(dstRow, rowBytes);
81 uint64_t* dstRow = (uint64_t*) dst; local
83 sk_memset64((uint64_t*) dstRow, colo
[all...]
H A DSkMaskSwizzler.cpp13 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks,
18 SkPMColor* dstPtr = (SkPMColor*) dstRow;
30 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks,
35 SkPMColor* dstPtr = (SkPMColor*) dstRow;
47 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks,
52 SkPMColor* dstPtr = (SkPMColor*) dstRow;
65 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks,
70 SkPMColor* dstPtr = (SkPMColor*) dstRow;
83 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks,
88 SkPMColor* dstPtr = (SkPMColor*) dstRow;
12 swizzle_mask16_to_rgba_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
29 swizzle_mask16_to_bgra_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
46 swizzle_mask16_to_rgba_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
64 swizzle_mask16_to_bgra_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
82 swizzle_mask16_to_rgba_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
100 swizzle_mask16_to_bgra_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
120 swizzle_mask16_to_565( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
137 swizzle_mask24_to_rgba_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
154 swizzle_mask24_to_bgra_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
171 swizzle_mask24_to_rgba_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
189 swizzle_mask24_to_bgra_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
207 swizzle_mask24_to_rgba_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
225 swizzle_mask24_to_bgra_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
243 swizzle_mask24_to_565( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
260 swizzle_mask32_to_rgba_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
277 swizzle_mask32_to_bgra_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
294 swizzle_mask32_to_rgba_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
312 swizzle_mask32_to_bgra_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
330 swizzle_mask32_to_rgba_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
348 swizzle_mask32_to_bgra_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
366 swizzle_mask32_to_565( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
[all...]
H A DSkBmpMaskCodec.cpp93 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); local
97 this->applyColorXform(dstRow, this->xformBuffer(), fMaskSwizzler->swizzleWidth());
99 fMaskSwizzler->swizzle(dstRow, srcRow);
H A DSkSwizzler.cpp84 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
87 uint8_t* SK_RESTRICT dst = (uint8_t*) dstRow;
109 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
111 SkPMColor* SK_RESTRICT dst = (SkPMColor*) dstRow;
132 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
134 uint16_t* SK_RESTRICT dst = (uint16_t*) dstRow;
155 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
166 uint64_t* SK_RESTRICT dst = (uint64_t*) dstRow;
186 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
189 uint16_t* dst = (uint16_t*) dstRow;
83 swizzle_bit_to_grayscale( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor* ) argument
108 swizzle_bit_to_n32( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor* ) argument
131 swizzle_bit_to_565( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor* ) argument
154 swizzle_bit_to_f16( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor* ) argument
185 swizzle_small_index_to_565( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
206 swizzle_small_index_to_n32( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
229 swizzle_index_to_n32( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
242 swizzle_index_to_n32_skipZ( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
257 swizzle_index_to_565( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) argument
270 swizzle_gray_to_n32( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
295 swizzle_gray_to_565( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) argument
372 swizzle_bgr_to_565( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
386 swizzle_rgb_to_rgba( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
398 swizzle_rgb_to_bgra( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
432 swizzle_rgb_to_565( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) argument
446 swizzle_rgba_to_rgba_premul( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
458 swizzle_rgba_to_bgra_premul( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
492 swizzle_rgba_to_bgra_unpremul( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
668 swizzle_cmyk_to_rgba( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
684 swizzle_cmyk_to_bgra( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
722 swizzle_cmyk_to_565( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
758 SkipLeading8888ZerosThen( void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) argument
[all...]
H A DSkWbmpCodec.cpp133 void* dstRow = dst; local
139 swizzler->swizzle(dstRow, src.get());
140 dstRow = SkTAddOffset<void>(dstRow, rowBytes);
167 void* dstRow = dst; local
172 fSwizzler->swizzle(dstRow, fSrcBuffer.get());
173 dstRow = SkTAddOffset<void>(dstRow, dstRowBytes);
H A DSkBmpStandardCodec.cpp219 void* dstRow = SkTAddOffset<void>(dst, row * dstRowBytes); local
224 this->applyColorXform(dstRow, this->xformBuffer(), fSwizzler->swizzleWidth());
226 fSwizzler->swizzle(dstRow, this->srcBuffer());
304 auto applyMask = [dstInfo](void* dstRow, int x, uint64_t bit) {
306 uint64_t* dst64 = (uint64_t*) dstRow;
309 uint32_t* dst32 = (uint32_t*) dstRow;
316 void* dstRow = SkTAddOffset<SkPMColor>(dstPtr, row * dstRowBytes); local
325 applyMask(dstRow, dstX, alphaBit);
H A DSkSwizzler.h91 * @param dstRow Row in which to write the resulting pixels.
101 typedef void (*RowProc)(void* SK_RESTRICT dstRow,
107 static void SkipLeading8888ZerosThen(void* SK_RESTRICT dstRow,
H A DSkBmpRLECodec.cpp180 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); local
181 dstRow[dstX] = fColorTable->operator[](index);
185 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); local
186 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index));
213 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); local
214 dstRow[dstX] = SkPackARGB_as_RGBA(0xFF, red, green, blue);
218 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); local
219 dstRow[dstX] = SkPackARGB_as_BGRA(0xFF, red, green, blue);
223 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); local
224 dstRow[dst
[all...]
H A DSkMaskSwizzler.h60 typedef void (*RowProc)(void* dstRow, const uint8_t* srcRow, int width,
H A DSkGifCodec.cpp451 // yBegin is the first row in the non-sampled image. dstRow will be the row in the output,
453 int dstRow = yBegin; local
463 dstRow = potentialRow / sampleY;
465 if (dstRow >= scaledHeight) {
475 if (dstRow + repeatCount > scaledHeight) {
476 repeatCount = scaledHeight - dstRow;
506 void* dstLine = SkTAddOffset<void>(fDst, dstRow * fDstRowBytes);
/external/mesa3d/src/mesa/main/
H A Dtexstore.c132 GLubyte *dstRow = dstSlices[img]; local
134 memcpy(dstRow, srcRow, bytesPerRow);
135 dstRow += dstRowStride;
166 GLubyte *dstRow = dstSlices[img]; local
171 dstType, dstRow,
173 dstRow += dstRowStride;
196 GLubyte *dstRow = dstSlices[img]; local
201 GL_UNSIGNED_INT, (GLuint *) dstRow,
203 dstRow += dstRowStride;
226 GLubyte *dstRow local
260 GLubyte *dstRow = dstSlices[img]; local
310 GLubyte *dstRow = dstSlices[img]; local
350 GLuint *dstRow = (GLuint *) dstSlices[img]; local
431 GLuint *dstRow = (GLuint *) dstSlices[img]; local
503 GLubyte *dstRow = dstSlices[img]; local
552 uint64_t *dstRow = (uint64_t *) dstSlices[img]; local
[all...]
/external/skia/src/ports/
H A DSkImageEncoder_WIC.cpp102 uint8_t* dstRow = SkTAddOffset<uint8_t>(pixelStorage.get(), y * rowBytes); local
105 dstRow[0] = (uint8_t) (bgra >> 0);
106 dstRow[1] = (uint8_t) (bgra >> 8);
107 dstRow[2] = (uint8_t) (bgra >> 16);
108 dstRow += 3;
/external/skqp/src/ports/
H A DSkImageEncoder_WIC.cpp102 uint8_t* dstRow = SkTAddOffset<uint8_t>(pixelStorage.get(), y * rowBytes); local
105 dstRow[0] = (uint8_t) (bgra >> 0);
106 dstRow[1] = (uint8_t) (bgra >> 8);
107 dstRow[2] = (uint8_t) (bgra >> 16);
108 dstRow += 3;
/external/dng_sdk/source/
H A Ddng_resample.cpp726 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++)
729 int32 rowCoord = rowCoords [dstRow];
751 real32 *dPtr = dstBuffer.DirtyPixel_real32 (dstRow,
780 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++)
783 int32 rowCoord = rowCoords [dstRow];
806 uint16 *dPtr = dstBuffer.DirtyPixel_uint16 (dstRow,
[all...]
/external/swiftshader/src/Renderer/
H A DETC_Decoder.cpp690 unsigned char *dstRow = dst + (y * dstPitch); local
693 ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_R_SIGNED, true);
702 unsigned char *dstRow = dst + (y * dstPitch); local
705 ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 2, x, y, dstW, dstH, dstPitch, inputType == ETC_RG_SIGNED, true);
713 unsigned char *dstRow = dst + (y * dstPitch); local
716 sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, inputType == ETC_RGB_PUNCHTHROUGH_ALPHA);
723 unsigned char *dstRow = dst + (y * dstPitch); local
731 sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, false);

Completed in 558 milliseconds

123