Home
last modified time | relevance | path

Searched refs:bGlobal (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fwl/src/lightwidget/
Dwidget.cpp171 FWL_ERR CFWL_Widget::GetMatrix(CFX_Matrix& matrix, FX_BOOL bGlobal) { in GetMatrix() argument
174 return m_pIface->GetMatrix(matrix, bGlobal); in GetMatrix()
/external/pdfium/xfa/include/fwl/lightwidget/
Dwidget.h78 FWL_ERR GetMatrix(CFX_Matrix& matrix, FX_BOOL bGlobal = FALSE);
/external/pdfium/xfa/include/fwl/core/
Dfwl_widget.h52 FWL_ERR GetMatrix(CFX_Matrix& matrix, FX_BOOL bGlobal = FALSE);
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_widgetimp.h54 virtual FWL_ERR GetMatrix(CFX_Matrix& matrix, FX_BOOL bGlobal = FALSE);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp95 FWL_ERR IFWL_Widget::GetMatrix(CFX_Matrix& matrix, FX_BOOL bGlobal) { in GetMatrix() argument
96 return static_cast<CFWL_WidgetImp*>(GetImpl())->GetMatrix(matrix, bGlobal); in GetMatrix()
426 FWL_ERR CFWL_WidgetImp::GetMatrix(CFX_Matrix& matrix, FX_BOOL bGlobal) { in GetMatrix() argument
429 if (bGlobal) { in GetMatrix()
/external/sqlite/dist/
Dsqlite3.c151701 int bGlobal; /* Set if global data is loaded */
151780 if( p->bGlobal ) memcpy(aOut, &p->aMatchinfo[1], p->nElem*sizeof(u32));
151789 p->bGlobal = 1;
152797 int bGlobal, /* True to grab the global stats */
152810 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nPhrase;
152814 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nCol;
152818 if( bGlobal ){
152826 if( bGlobal ){
152881 if( bGlobal ){
152915 int bGlobal = 0; /* Collect 'global' stats as well as local */
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c151671 int bGlobal; /* Set if global data is loaded */
151750 if( p->bGlobal ) memcpy(aOut, &p->aMatchinfo[1], p->nElem*sizeof(u32));
151759 p->bGlobal = 1;
152767 int bGlobal, /* True to grab the global stats */
152780 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nPhrase;
152784 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nCol;
152788 if( bGlobal ){
152796 if( bGlobal ){
152851 if( bGlobal ){
152885 int bGlobal = 0; /* Collect 'global' stats as well as local */
[all …]