Home
last modified time | relevance | path

Searched refs:destW (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/cintltst/
Dcustrtrn.c1992 wchar_t destW[4]={ 3, 3, 3, 3 }; in TestNullEmptySource() local
2100 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()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp378 int destW = destBmp->width(); in _rotateBitmap() local
387 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()