Searched refs:destW (Results 1 – 2 of 2) sorted by relevance
1992 wchar_t destW[4]={ 3, 3, 3, 3 }; in TestNullEmptySource() local2100 destW[0]=3; in TestNullEmptySource()2103 u_strToWCS(destW, LENGTHOF(destW), &length, NULL, 0, &errorCode); in TestNullEmptySource()2104 if(errorCode!=U_ZERO_ERROR || length!=0 || destW[0]!=0 || destW[1]!=3) { in TestNullEmptySource()
378 int destW = destBmp->width(); in _rotateBitmap() local387 padding = destW & 1; in _rotateBitmap()396 for (int x = 0; x < destW; ++x) { in _rotateBitmap()411 for (int x = 0; x < destW; ++x) { in _rotateBitmap()423 for (int x = 0; x < destW; ++x) { in _rotateBitmap()