Searched refs:xSize (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderThemeWinCE.cpp386 IntSize xSize(3, 3);
387 IntRect xBounds(cancelBounds.location() + IntSize(3, 3), xSize);
/macosx-10.9.5/vim-53/src/
H A Dos_win32.c2957 * Set a console window to `xSize' * `ySize'
2962 int xSize,
2972 fprintf(fdDump, "ResizeConBufAndWindow(%d, %d)\n", xSize, ySize);
2982 srWindowRect.Right = (SHORT) (min(xSize, coordScreen.X) - 1);
2991 if (sy < ySize || sx < xSize)
3001 if (sx < xSize)
3002 coordScreen.X = xSize;
3022 coordScreen.X = xSize;
2960 ResizeConBufAndWindow( HANDLE hConsole, int xSize, int ySize) argument
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h1218 ** xSize should return the allocated size of a memory allocation
1256 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
5658 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
H A Dsqlite3.c1771 ** xSize should return the allocated size of a memory allocation
1809 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
6211 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
18545 return sqlite3GlobalConfig.m.xSize(p);
18555 return sqlite3GlobalConfig.m.xSize(p);
[all...]

Completed in 410 milliseconds