Lines Matching full:dstwidth
62 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
74 for (int x = 1; x < dstWidth; x++) {
87 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
98 for (int x = 1; x < dstWidth; x++) {
108 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
119 for (int x = 1; x < dstWidth; x++) {
131 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
142 for (int x = 1; x < dstWidth; x++) {
156 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
167 for (int x = 1; x < dstWidth; x++) {
177 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
188 for (int x = 1; x < dstWidth; x++) {
198 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
209 for (int x = 1; x < dstWidth; x++) {
221 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
226 for (int x = 0; x < dstWidth; x++) {
234 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
239 for (int x = 0; x < dstWidth; x++) {
249 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
253 for (int x = 0; x < dstWidth; x++) {
262 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
267 for (int x = 0; x < dstWidth; x++) {
287 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
292 for (int x = 0; x < dstWidth; x++) {
354 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
359 for (int x = 0; x < dstWidth; x++) {
366 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
371 for (int x = 0; x < dstWidth; x++) {
380 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
385 for (int x = 0; x < dstWidth; x++) {
408 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
413 for (int x = 0; x < dstWidth; x++) {
438 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
443 for (int x = 0; x < dstWidth; x++) {
465 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
470 for (int x = 0; x < dstWidth; x++) {
479 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
484 for (int x = 0; x < dstWidth; x++) {
507 dstWidth,
512 for (int x = 0; x < dstWidth; x++) {
580 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
585 for (int x = 0; x < dstWidth; x++) {
611 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
616 for (int x = 0; x < dstWidth; x++) {
647 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
656 while (dstWidth > 0 && *src32 == 0x00000000) {
657 dstWidth--;
661 proc(dst32, (const uint8_t*)src32, dstWidth, bpp, deltaSrc, 0, ctable);
895 int dstWidth = srcWidth;
902 dstWidth = srcWidth;
908 return new SkSwizzler(fastProc, proc, ctable, srcOffset, srcWidth, dstOffset, dstWidth,
913 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP)
923 , fDstWidth(dstWidth)
925 , fAllocatedWidth(dstWidth)