Home | History | Annotate | Download | only in codec

Lines Matching defs:dstWidth

84         void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
96 for (int x = 1; x < dstWidth; x++) {
109 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
120 for (int x = 1; x < dstWidth; x++) {
132 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
143 for (int x = 1; x < dstWidth; x++) {
155 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
175 for (int x = 1; x < dstWidth; x++) {
186 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
197 for (int x = 1; x < dstWidth; x++) {
207 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
218 for (int x = 1; x < dstWidth; x++) {
230 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
235 for (int x = 0; x < dstWidth; x++) {
243 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
248 for (int x = 0; x < dstWidth; x++) {
258 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
262 for (int x = 0; x < dstWidth; x++) {
271 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
276 for (int x = 0; x < dstWidth; x++) {
296 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
301 for (int x = 0; x < dstWidth; x++) {
373 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
378 for (int x = 0; x < dstWidth; x++) {
387 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
392 for (int x = 0; x < dstWidth; x++) {
399 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
404 for (int x = 0; x < dstWidth; x++) {
433 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
438 for (int x = 0; x < dstWidth; x++) {
447 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
452 for (int x = 0; x < dstWidth; x++) {
459 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
464 for (int x = 0; x < dstWidth; x++) {
493 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
498 for (int x = 0; x < dstWidth; x++) {
669 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
674 for (int x = 0; x < dstWidth; x++) {
685 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
690 for (int x = 0; x < dstWidth; x++) {
723 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
728 for (int x = 0; x < dstWidth; x++) {
759 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
768 while (dstWidth > 0 && *src32 == 0x00000000) {
769 dstWidth--;
773 proc(dst32, (const uint8_t*)src32, dstWidth, bpp, deltaSrc, 0, ctable);
1169 int dstWidth = srcWidth;
1176 dstWidth = srcWidth;
1182 return new SkSwizzler(fastProc, proc, ctable, srcOffset, srcWidth, dstOffset, dstWidth,
1187 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP)
1197 , fDstWidth(dstWidth)
1199 , fAllocatedWidth(dstWidth)