HomeSort by relevance Sort by last modified time
    Searched defs:iType (Results 1 - 25 of 41) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.h 69 TUint32 iType;
SDL_epocaudio.cpp 196 TUint32 iType;
298 iPlayer->OpenStream(iRate, iChannels, iType);
436 iType = aType;
  /external/pdfium/core/src/fpdfdoc/
doc_ocg.cpp 13 FX_INT32 iType = pObject->GetType();
14 if (iType == PDFOBJ_ARRAY) {
doc_action.cpp 111 int iType = pFields->GetType();
112 if (iType == PDFOBJ_DICTIONARY) {
114 } else if (iType == PDFOBJ_STRING) {
116 } else if (iType == PDFOBJ_ARRAY) {
141 int iType = pFields->GetType();
142 if (iType == PDFOBJ_DICTIONARY || iType == PDFOBJ_STRING) {
144 } else if (iType == PDFOBJ_ARRAY) {
175 int iType = pFields->GetType();
176 if (iType == PDFOBJ_DICTIONARY || iType == PDFOBJ_STRING) {
    [all...]
doc_basic.cpp 403 FX_INT32 iType = m_pObj->GetType();
404 if (iType == PDFOBJ_STREAM) {
406 } else if (iType == PDFOBJ_DICTIONARY) {
424 FX_INT32 iType = pObj->GetType();
425 if (iType == PDFOBJ_STRING) {
427 } else if (iType == PDFOBJ_DICTIONARY) {
doc_form.cpp 633 FX_BOOL CPDF_InterForm::ValidateFieldName(CFX_WideString& csNewFieldName, int iType, const CPDF_FormField* pExcludedField, const CPDF_FormControl* pExcludedControl)
676 if (pField->GetFieldType() != iType) {
699 FX_BOOL CPDF_InterForm::ValidateFieldName(CFX_WideString& csNewFieldName, int iType)
701 return ValidateFieldName(csNewFieldName, iType, NULL, NULL);
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMetaHeader.h 20 DWORD iType; // Record type EMR_HEADER
  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 59 UINT DriveType(UINT iType);
85 int iType = DriveType(iDrive);
87 if(iType < 2)
93 if((iType == DRIVE_FIXED) || (iType == DRIVE_RAMDISK))
112 if(DRIVE_REMOTE == iType)
126 ComboBox_SetItemData(hWndCB, index, MAKELONG(iDrive, iType));
304 int iType=(int)HIWORD(dwItemData);
305 switch (iType)
588 int iType = GetDriveType(path);
    [all...]
  /external/opencv/cvaux/src/
_cvfacedetection.h 207 int iType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 42 DWORD iType;
  /external/pdfium/fpdfsdk/src/
fpdf_flatten.cpp 229 int iType = pContentsObj->GetType();
232 switch(iType)
fsdk_baseform.cpp     [all...]
  /external/pdfium/fpdfsdk/src/javascript/
app.cpp 338 int iType = 0;
358 iType = (int)CJS_Value(isolate,pValue,VT_unknown);
435 iType = int(params[i]);
447 vRet = MsgBox(pRuntime->GetReaderApp(), JSGetPageView(cc),swMsg,swTitle,iType,iIcon);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mqmail.h 27 MQMailRecipType iType;
51 MQMailFormFieldType iType;
97 MQMailEMailType iType;
htmlhelp.h 189 int iType;
winddi.h 1043 /* SURFOBJ.iType constants */
    [all...]
strmif.h     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vdbeapi.c 815 int iType = sqlite3_value_type( columnMem(pStmt,i) );
817 return iType;
    [all...]
recover.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 296 TInt iType;
299 CDsaB::CDsaB(RWsSession& aSession, TInt aFlags) : CDsa(aSession), iType(aFlags)
359 if(iSurface2 == NULL && iType & CDirectScreenBitmap::EDoubleBuffer)
373 iDsb->Create(HwRect(), CDirectScreenBitmap::TSettingsFlags(iType));
dsa.cpp 578 TInt iType;
581 CDsaB::CDsaB(RWsSession& aSession, TInt aFlags) : CDsaBase(aSession), iType(aFlags)
641 if(iSurface2 == NULL && iType & CDirectScreenBitmap::EDoubleBuffer)
655 iDsb->Create(HwRect(), CDirectScreenBitmap::TSettingsFlags(iType));
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 132 DocListType iType;
138 static void docListInit(DocList *d, DocListType iType,
147 d->iType = iType;
153 static DocList *docListNew(DocListType iType){
155 docListInit(d, iType, 0, 0);
191 assert( d->iType>=DL_POSITIONS );
198 assert( d->iType==DL_POSITIONS_OFFSETS );
249 int iType = pReader->pDoclist->iType;
    [all...]
fts1.c 237 DocListType iType;
250 static void docListInit(DocList *d, DocListType iType,
259 d->iType = iType;
265 static DocList *docListNew(DocListType iType){
267 docListInit(d, iType, 0, 0);
298 if( d->iType>=DL_POSITIONS ){
323 assert( d->iType==DL_POSITIONS );
341 assert( d->iType>=DL_POSITIONS );
343 if( d->iType==DL_POSITIONS_OFFSETS )
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp 333 static FX_BOOL CheckDirectType(CPDF_Dictionary* pDict, FX_BSTR key, FX_INT32 iType)
339 return pObj->GetType() == iType;
776 int iType = pObject->GetType();
777 if (iType == PDFOBJ_STREAM) {
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 643 DocListType iType;
704 if( pReader->iType>=DL_POSITIONS ){
716 }else if( pReader->iType==DL_POSITIONS_OFFSETS ){
736 static int dlrInit(DLReader *pReader, DocListType iType,
740 pReader->iType = iType;
757 static void docListValidate(DocListType iType, const char *pData, int nData,
767 if( iType>DL_DOCIDS ){
774 }else if( iType>DL_POSITIONS ){
804 DocListType iType;
    [all...]

Completed in 726 milliseconds

1 2