Home
last modified time | relevance | path

Searched refs:bNative (Results 1 – 25 of 73) sorted by relevance

123

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Ddpsdbtab.hxx39 bool bNative; member
42 …ScImportSourceDesc(ScDocument* pDoc) : nType(css::sheet::DataImportMode_NONE), bNative(false), mpD… in ScImportSourceDesc()
48 bNative == rOther.bNative && in operator ==()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Ddpsdbtab.hxx38 bool bNative; member
41 …ScImportSourceDesc(ScDocument* pDoc) : nType(css::sheet::DataImportMode_NONE), bNative(false), mpD… in ScImportSourceDesc()
47 bNative == rOther.bNative && in operator ==()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/raw/
H A Dgscdataset.cpp192 int bNative = TRUE; in Open() local
194 int bNative = FALSE; in Open() local
200 GDT_Float32, bNative, TRUE ); in Open()
H A Dmffdataset.cpp109 int bNative; member in MFFTiledBand
127 GDALDataType eDataType, int bNative ) in MFFTiledBand() argument
135 this->bNative = bNative; in MFFTiledBand()
181 if( !bNative && nWordSize > 1 ) in IReadBlock()
689 int i, bNative = TRUE; in Open() local
782 bNative = EQUAL(CSLFetchNameValue(papszHdrLines,"BYTE_ORDER"),"MSB"); in Open()
784 bNative = EQUAL(CSLFetchNameValue(papszHdrLines,"BYTE_ORDER"),"LSB"); in Open()
958 eDataType, bNative ); in Open()
973 eDataType, bNative, TRUE, TRUE ); in Open()
H A Dgenbindataset.cpp757 int bNative = TRUE; in Open() local
762 bNative = EQUALN(pszBYTE_ORDER,"LSB",3); in Open()
764 bNative = !EQUALN(pszBYTE_ORDER,"LSB",3); in Open()
833 eDataType, bNative, TRUE ) ); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/raw/
H A Dgscdataset.cpp186 const bool bNative = true; in Open() local
188 const bool bNative = false; in Open() local
194 GDT_Float32, bNative, in Open()
H A Dmffdataset.cpp117 bool bNative; member in MFFTiledBand
137 bNative(CPL_TO_BOOL(bNativeIn)) in MFFTiledBand()
185 if( !bNative && nWordSize > 1 ) in IReadBlock()
785 bool bNative = true; in Open() local
789 bNative = EQUAL(CSLFetchNameValue(papszHdrLines, "BYTE_ORDER"), "MSB"); in Open()
791 bNative = EQUAL(CSLFetchNameValue(papszHdrLines, "BYTE_ORDER"), "LSB"); in Open()
969 eDataType, bNative ); in Open()
985 eDataType, bNative, RawRasterBand::OwnFP::YES ); in Open()
H A Dgenbindataset.cpp744 bool bNative = true; in Open() local
749 bNative = STARTS_WITH_CI(pszBYTE_ORDER, "LSB"); in Open()
751 bNative = !STARTS_WITH_CI(pszBYTE_ORDER, "LSB"); in Open()
847 eDataType, bNative, in Open()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/raw/
H A Dgscdataset.cpp186 const bool bNative = true; in Open() local
188 const bool bNative = false; in Open() local
194 GDT_Float32, bNative, in Open()
H A Dmffdataset.cpp117 bool bNative;
137 bNative(CPL_TO_BOOL(bNativeIn))
185 if( !bNative && nWordSize > 1 )
785 bool bNative = true;
789 bNative = EQUAL(CSLFetchNameValue(papszHdrLines, "BYTE_ORDER"), "MSB");
791 bNative = EQUAL(CSLFetchNameValue(papszHdrLines, "BYTE_ORDER"), "LSB");
969 eDataType, bNative );
985 eDataType, bNative, RawRasterBand::OwnFP::YES );
/dports/graphics/gdal/gdal-3.3.3/frmts/raw/
H A Dgscdataset.cpp186 const bool bNative = true; in Open() local
188 const bool bNative = false; in Open() local
194 GDT_Float32, bNative, in Open()
H A Dmffdataset.cpp117 bool bNative; member in MFFTiledBand
137 bNative(CPL_TO_BOOL(bNativeIn)) in MFFTiledBand()
185 if( !bNative && nWordSize > 1 ) in IReadBlock()
785 bool bNative = true; in Open() local
789 bNative = EQUAL(CSLFetchNameValue(papszHdrLines, "BYTE_ORDER"), "MSB"); in Open()
791 bNative = EQUAL(CSLFetchNameValue(papszHdrLines, "BYTE_ORDER"), "LSB"); in Open()
969 eDataType, bNative ); in Open()
985 eDataType, bNative, RawRasterBand::OwnFP::YES ); in Open()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dglobal2.cxx44 bNative(false), in ScImportParam()
58 bNative (r.bNative), in ScImportParam()
77 bNative = r.bNative; in operator =()
93 bNative == rOther.bNative && in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dglobal2.cxx44 bNative(false), in ScImportParam()
58 bNative (r.bNative), in ScImportParam()
77 bNative = r.bNative; in operator =()
93 bNative == rOther.bNative && in operator ==()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Ddata_manager.cpp91 CSG_Data_Object * CSG_Data_Collection::Get(const CSG_String &File, bool bNative) const in Get()
95 if( !File.Cmp(Get(i)->Get_File_Name(bNative)) ) in Get()
386 CSG_Data_Object * CSG_Data_Manager::Find(const CSG_String &File, bool bNative) const in Find()
390 if( (pObject = m_pTable ->Get(File, bNative)) != NULL ) return( pObject ); in Find()
391 if( (pObject = m_pTIN ->Get(File, bNative)) != NULL ) return( pObject ); in Find()
392 if( (pObject = m_pPoint_Cloud->Get(File, bNative)) != NULL ) return( pObject ); in Find()
393 if( (pObject = m_pShapes ->Get(File, bNative)) != NULL ) return( pObject ); in Find()
397 if( (pObject = Get_Grid_System(i)->Get(File, bNative)) != NULL ) return( pObject ); in Find()
H A Ddataobject.cpp307 void CSG_Data_Object::Set_File_Name(const CSG_String &FileName, bool bNative) in Set_File_Name() argument
310 m_File_bNative = bNative; in Set_File_Name()
318 const SG_Char * CSG_Data_Object::Get_File_Name(bool bNative) const in Get_File_Name()
320 if( bNative && !m_File_bNative ) in Get_File_Name()
H A Ddataobject.h202 const SG_Char * Get_File_Name (bool bNative = true) const;
261 void Set_File_Name (const CSG_String &FileName, bool bNative);
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/vrt/
H A Dvrtrawrasterband.cpp229 int bNative = TRUE; in SetRawLink() local
234 bNative = CPL_IS_LSB; in SetRawLink()
236 bNative = !CPL_IS_LSB; in SetRawLink()
251 bNative, GetXSize(), GetYSize(), TRUE ); in SetRawLink()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/
H A Dcfx_glyphcache.cpp70 bool bNative) { in GenKey() argument
76 if (bNative) { in GenKey()
256 const bool bNative = text_options->native_text; in LoadGlyphBitmap() local
258 const bool bNative = false; in LoadGlyphBitmap() local
260 GenKey(&keygen, pFont, matrix, dest_width, anti_alias, bNative); in LoadGlyphBitmap()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/arg/
H A Dargdataset.cpp521 bool bNative = false; in Open() local
523 bool bNative = true; in Open() local
529 eType, bNative, RawRasterBand::OwnFP::NO ); in Open()
720 bool bNative = false; in CreateCopy() local
722 bool bNative = true; in CreateCopy() local
727 bNative, in CreateCopy()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/arg/
H A Dargdataset.cpp521 bool bNative = false; in Open() local
523 bool bNative = true; in Open() local
529 eType, bNative, RawRasterBand::OwnFP::NO ); in Open()
720 bool bNative = false; in CreateCopy() local
722 bool bNative = true; in CreateCopy() local
727 bNative, in CreateCopy()
/dports/graphics/gdal/gdal-3.3.3/frmts/arg/
H A Dargdataset.cpp521 bool bNative = false; in Open() local
523 bool bNative = true; in Open() local
529 eType, bNative, RawRasterBand::OwnFP::NO ); in Open()
720 bool bNative = false; in CreateCopy() local
722 bool bNative = true; in CreateCopy() local
727 bNative, in CreateCopy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/
H A Dcfx_glyphcache.cpp68 bool bNative) { in GenKey() argument
74 if (bNative) { in GenKey()
259 const bool bNative = !(*pTextFlags & FXTEXT_NO_NATIVETEXT); in LoadGlyphBitmap() local
261 const bool bNative = false; in LoadGlyphBitmap() local
263 GenKey(&keygen, pFont, matrix, dest_width, anti_alias, bNative); in LoadGlyphBitmap()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/arg/
H A Dargdataset.cpp550 int bNative = FALSE; in Open() local
552 int bNative = TRUE; in Open() local
557 eType, bNative, TRUE ); in Open()
758 int bNative = FALSE; in CreateCopy() local
760 int bNative = TRUE; in CreateCopy() local
764 nPixelOffset * nXSize, eType, bNative, in CreateCopy()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/envisat/
H A Denvisatdataset.cpp894 int dsr_size, num_dsr, ds_offset, bNative; in Open() local
990 bNative = FALSE; in Open()
992 bNative = TRUE; in Open()
1054 eDataType, bNative, TRUE ) ); in Open()
1072 dsr_size, GDT_Byte, bNative, TRUE ) ); in Open()
1082 bNative, TRUE ) ); in Open()
1127 dsr_size2, eDataType2, bNative, TRUE ) ); in Open()

123