Home
last modified time | relevance | path

Searched refs:nWidth (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_9_012.cpp14 nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)\ argument
16 nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)
/third_party/openmax/api/1.1.2/
DOMX_IVCommon.h307 OMX_U32 nWidth; member
403 OMX_U32 nWidth; member
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1784 x = mi.rcWork.left + (mi.rcWork.right - mi.rcWork.left - _theme->nWidth) / 2; in CreateMainWindow()
1797 _theme->nWidth, in CreateMainWindow()
/third_party/sqlite/src/
Dshell.c12218 int nWidth; /* Number of slots in colWidth[] and actualWidth[] */ member
14241 if( nColumn>p->nWidth ){ in exec_prepared_stmt_columnar()
14244 for(i=p->nWidth; i<nColumn; i++) p->colWidth[i] = 0; in exec_prepared_stmt_columnar()
14245 p->nWidth = nColumn; in exec_prepared_stmt_columnar()
21117 for (i=0;i<p->nWidth;i++) { in do_meta_command()
21725 p->nWidth = nArg-1; in do_meta_command()
21726 p->colWidth = realloc(p->colWidth, (p->nWidth+1)*sizeof(int)*2); in do_meta_command()
21727 if( p->colWidth==0 && p->nWidth>0 ) shell_out_of_memory(); in do_meta_command()
21728 if( p->nWidth ) p->actualWidth = &p->colWidth[p->nWidth]; in do_meta_command()
/third_party/boost/libs/wave/
DChangeLog1148 nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)\
1150 nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch88713 if( nColumn>p->nWidth ){
88717 for(i=p->nWidth; i<nColumn; i++) p->colWidth[i] = 0;
88718 p->nWidth = nColumn;
126348 if( nColumn>p->nWidth ){
126352 for(i=p->nWidth; i<nColumn; i++) p->colWidth[i] = 0;
126353 p->nWidth = nColumn;
172245 if( nColumn>p->nWidth ){
172249 for(i=p->nWidth; i<nColumn; i++) p->colWidth[i] = 0;
172250 p->nWidth = nColumn;