Lines Matching refs:dstWidth

88         void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
100 for (int x = 1; x < dstWidth; x++) {
113 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
124 for (int x = 1; x < dstWidth; x++) {
136 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
147 for (int x = 1; x < dstWidth; x++) {
159 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
179 for (int x = 1; x < dstWidth; x++) {
190 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
201 for (int x = 1; x < dstWidth; x++) {
211 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
222 for (int x = 1; x < dstWidth; x++) {
234 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
239 for (int x = 0; x < dstWidth; x++) {
247 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
252 for (int x = 0; x < dstWidth; x++) {
262 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
266 for (int x = 0; x < dstWidth; x++) {
275 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
280 for (int x = 0; x < dstWidth; x++) {
300 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
305 for (int x = 0; x < dstWidth; x++) {
377 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
382 for (int x = 0; x < dstWidth; x++) {
391 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
396 for (int x = 0; x < dstWidth; x++) {
403 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
408 for (int x = 0; x < dstWidth; x++) {
437 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
442 for (int x = 0; x < dstWidth; x++) {
451 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
456 for (int x = 0; x < dstWidth; x++) {
463 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
468 for (int x = 0; x < dstWidth; x++) {
497 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
502 for (int x = 0; x < dstWidth; x++) {
673 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
678 for (int x = 0; x < dstWidth; x++) {
689 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
694 for (int x = 0; x < dstWidth; x++) {
727 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
732 for (int x = 0; x < dstWidth; x++) {
763 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
772 while (dstWidth > 0 && *src32 == 0x00000000) {
773 dstWidth--;
777 proc(dst32, (const uint8_t*)src32, dstWidth, bpp, deltaSrc, 0, ctable);
1153 int dstWidth = srcWidth;
1160 dstWidth = srcWidth;
1167 dstOffset, dstWidth, srcBPP, dstBPP));
1171 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP)
1181 , fDstWidth(dstWidth)
1183 , fAllocatedWidth(dstWidth)