Home
last modified time | relevance | path

Searched refs:iBounds (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_coordsys.cpp220 int iBounds = CSLFindString(papszFields, "Bounds"); in MITABExtractCoordSysBounds() local
222 if (iBounds >= 0 && iBounds + 4 < CSLCount(papszFields)) in MITABExtractCoordSysBounds()
224 dXMin = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
225 dYMin = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
226 dXMax = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
227 dYMax = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
262 int iBounds = CSLFindString(papszFields, "Bounds"); in MITABCoordSys2TABProjInfo() local
264 while( iBounds != -1 && papszFields[iBounds] != nullptr ) in MITABCoordSys2TABProjInfo()
266 CPLFree( papszFields[iBounds] ); in MITABCoordSys2TABProjInfo()
267 papszFields[iBounds] = nullptr; in MITABCoordSys2TABProjInfo()
[all …]
H A Dmitab_miffile.cpp542 if (iBounds >= 0 && iBounds + 4 < CSLCount(papszFields)) in ParseMIFHeader()
544 m_dXMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
545 m_dYMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
546 m_dXMax = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
547 m_dYMax = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
1908 int iBounds = CSLFindString( papszFields, "Bounds" ); in SetMIFCoordSys() local
1909 if (iBounds >= 0 && iBounds + 4 < CSLCount(papszFields)) in SetMIFCoordSys()
1911 m_dXMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
1912 m_dYMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
1913 m_dXMax = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_coordsys.cpp220 int iBounds = CSLFindString(papszFields, "Bounds"); in MITABExtractCoordSysBounds() local
222 if (iBounds >= 0 && iBounds + 4 < CSLCount(papszFields)) in MITABExtractCoordSysBounds()
224 dXMin = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
225 dYMin = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
226 dXMax = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
227 dYMax = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
262 int iBounds = CSLFindString(papszFields, "Bounds"); in MITABCoordSys2TABProjInfo() local
264 while( iBounds != -1 && papszFields[iBounds] != nullptr ) in MITABCoordSys2TABProjInfo()
266 CPLFree( papszFields[iBounds] ); in MITABCoordSys2TABProjInfo()
267 papszFields[iBounds] = nullptr; in MITABCoordSys2TABProjInfo()
[all …]
H A Dmitab_miffile.cpp542 if (iBounds >= 0 && iBounds + 4 < CSLCount(papszFields)) in ParseMIFHeader()
544 m_dXMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
545 m_dYMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
546 m_dXMax = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
547 m_dYMax = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
1908 int iBounds = CSLFindString( papszFields, "Bounds" ); in SetMIFCoordSys() local
1909 if (iBounds >= 0 && iBounds + 4 < CSLCount(papszFields)) in SetMIFCoordSys()
1911 m_dXMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
1912 m_dYMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
1913 m_dXMax = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_coordsys.cpp220 int iBounds = CSLFindString(papszFields, "Bounds"); in MITABExtractCoordSysBounds() local
222 if (iBounds >= 0 && iBounds + 4 < CSLCount(papszFields)) in MITABExtractCoordSysBounds()
224 dXMin = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
225 dYMin = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
226 dXMax = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
227 dYMax = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
262 int iBounds = CSLFindString(papszFields, "Bounds"); in MITABCoordSys2TABProjInfo() local
264 while( iBounds != -1 && papszFields[iBounds] != nullptr ) in MITABCoordSys2TABProjInfo()
266 CPLFree( papszFields[iBounds] ); in MITABCoordSys2TABProjInfo()
267 papszFields[iBounds] = nullptr; in MITABCoordSys2TABProjInfo()
[all …]
H A Dmitab_miffile.cpp542 if (iBounds >= 0 && iBounds + 4 < CSLCount(papszFields)) in ParseMIFHeader()
544 m_dXMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
545 m_dYMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
546 m_dXMax = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
547 m_dYMax = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
1908 int iBounds = CSLFindString( papszFields, "Bounds" ); in SetMIFCoordSys() local
1909 if (iBounds >= 0 && iBounds + 4 < CSLCount(papszFields)) in SetMIFCoordSys()
1911 m_dXMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
1912 m_dYMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
1913 m_dXMax = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mitab/
H A Dmitab_coordsys.cpp312 int iBounds = CSLFindString( papszFields, "Bounds" ); in MITABExtractCoordSysBounds() local
314 if (iBounds >= 0 && iBounds + 4 < CSLCount(papszFields)) in MITABExtractCoordSysBounds()
316 dXMin = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
317 dYMin = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
318 dXMax = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
319 dYMax = CPLAtof(papszFields[++iBounds]); in MITABExtractCoordSysBounds()
359 int iBounds = CSLFindString( papszFields, "Bounds" ); in MITABCoordSys2TABProjInfo() local
361 while( iBounds != -1 && papszFields[iBounds] != NULL ) in MITABCoordSys2TABProjInfo()
363 CPLFree( papszFields[iBounds] ); in MITABCoordSys2TABProjInfo()
364 papszFields[iBounds] = NULL; in MITABCoordSys2TABProjInfo()
[all …]
H A Dmitab_miffile.cpp610 if (iBounds >= 0 && iBounds + 4 < CSLCount(papszFields)) in ParseMIFHeader()
612 m_dXMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
613 m_dYMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
614 m_dXMax = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
2062 int iBounds; in SetMIFCoordSys() local
2077 iBounds = CSLFindString( papszFields, "Bounds" ); in SetMIFCoordSys()
2078 if (iBounds >= 0 && iBounds + 4 < CSLCount(papszFields)) in SetMIFCoordSys()
2080 m_dXMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
2081 m_dYMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
2082 m_dXMax = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/i18n/
H A D_XBreakIterator.java241 Boundary iBounds = vBounds.get(i); in _getWordBoundary() local
242 int iPos = (iBounds.endPos - iBounds.startPos) / 2 in _getWordBoundary()
243 + iBounds.startPos; in _getWordBoundary()
253 bRes = bRes && iBounds.endPos == bounds.endPos; in _getWordBoundary()
272 Boundary iBounds = vBounds.get(i); in _getWordType() local
273 int iPos = (iBounds.endPos - iBounds.startPos) / 2 in _getWordType()
274 + iBounds.startPos; in _getWordType()
298 Boundary iBounds = vBounds.get(i); in _isBeginWord() local
306 log.println("At position + " + iBounds.startPos in _isBeginWord()
330 Boundary iBounds = vBounds.get(i); in _isEndWord() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/i18n/
H A D_XBreakIterator.java241 Boundary iBounds = vBounds.get(i); in _getWordBoundary() local
242 int iPos = (iBounds.endPos - iBounds.startPos) / 2 in _getWordBoundary()
243 + iBounds.startPos; in _getWordBoundary()
253 bRes = bRes && iBounds.endPos == bounds.endPos; in _getWordBoundary()
272 Boundary iBounds = vBounds.get(i); in _getWordType() local
273 int iPos = (iBounds.endPos - iBounds.startPos) / 2 in _getWordType()
274 + iBounds.startPos; in _getWordType()
298 Boundary iBounds = vBounds.get(i); in _isBeginWord() local
306 log.println("At position + " + iBounds.startPos in _isBeginWord()
330 Boundary iBounds = vBounds.get(i); in _isEndWord() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/
H A Dblob_cache_sim.cpp68 SkIRect iBounds = bounds.roundOut(); in main() local
69 if (iBounds.size().isEmpty()) { in main()
73 sk_sp<SkSurface> surf = SkSurface::MakeRasterN32Premul(iBounds.width() + 16, in main()
74 iBounds.height() + 16); in main()
76 canvas->translate(8.0f - iBounds.x(), 8.0f - iBounds.y()); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/
H A Dblob_cache_sim.cpp68 SkIRect iBounds = bounds.roundOut(); in main() local
69 if (iBounds.size().isEmpty()) { in main()
73 sk_sp<SkSurface> surf = SkSurface::MakeRasterN32Premul(iBounds.width() + 16, in main()
74 iBounds.height() + 16); in main()
76 canvas->translate(8.0f - iBounds.x(), 8.0f - iBounds.y()); in main()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/util/
H A DTGSplash.java61 Rectangle iBounds = image.getBounds(); in getBounds() local
63 int x = ( ((mBounds.x + mBounds.width) / 2) - (iBounds.width / 2) ); in getBounds()
64 int y = ( ((mBounds.y + mBounds.height) / 2) - (iBounds.height / 2) ); in getBounds()
65 int width = iBounds.width; in getBounds()
66 int height = iBounds.height; in getBounds()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/compilers/renderbump/
H A Drenderbump.cpp315 int iBounds[2][3]; in CreateTriHash() local
357 iBounds[0][j] -= 0.001; // epsilon in CreateTriHash()
358 if ( iBounds[0][j] < 0 ) { in CreateTriHash()
359 iBounds[0][j] = 0; in CreateTriHash()
361 iBounds[0][j] = HASH_AXIS_BINS-1; in CreateTriHash()
365 iBounds[0][j] += 0.001; // epsilon in CreateTriHash()
366 if ( iBounds[1][j] < 0 ) { in CreateTriHash()
367 iBounds[1][j] = 0; in CreateTriHash()
374 for ( j = iBounds[0][0] ; j <= iBounds[1][0] ; j++ ) { in CreateTriHash()
375 for ( k = iBounds[0][1] ; k <= iBounds[1][1] ; k++ ) { in CreateTriHash()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/
H A DQuickMenuCreator.java198 Rectangle iBounds = items[0].getImageBounds(0); in computeMenuLocation() local
201 … return new Point(Math.max(0, bounds.x + iBounds.width + getAvarageCharWith(table) * CHAR_INDENT), in computeMenuLocation()
212 Rectangle iBounds = items[0].getImageBounds(0); in computeMenuLocation() local
217 result.x = result.x + iBounds.width + getAvarageCharWith(table) * CHAR_INDENT; in computeMenuLocation()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrDrawTarget.cpp243 SkIRect iBounds; in drawBatches() local
244 bounds.roundOut(&iBounds); in drawBatches()
245 commandBuffer->submit(iBounds); in drawBatches()
281 SkIRect iBounds; in drawBatches() local
282 bounds.roundOut(&iBounds); in drawBatches()
283 commandBuffer->submit(iBounds); in drawBatches()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcGeom/
H A DCameraSample.h178 void setChildBounds( const Abc::Box3d & iBounds ) in setChildBounds() argument
179 { m_childBounds = iBounds; } in setChildBounds()
/dports/biology/jalview/jalview/src/jalview/gui/
H A DFontChooser.java291 final Rectangle2D iBounds = fm.getStringBounds("I", getGraphics()); in changeFont() local
292 double iw = iBounds.getWidth(); in changeFont()
295 String message = iBounds.getHeight() < 1 in changeFont()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/example/genbasicfont/
H A Dmain.go171 iBounds := image.Rect(
194 dst := image.NewGray(iBounds)
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlOpsRenderPass.mm49 SkIRect iBounds;
50 fBounds.roundOut(&iBounds);
51 fGpu->submitIndirectCommandBuffer(fRenderTarget, fOrigin, &iBounds);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlOpsRenderPass.mm49 SkIRect iBounds;
50 fBounds.roundOut(&iBounds);
51 fGpu->submitIndirectCommandBuffer(fRenderTarget, fOrigin, &iBounds);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/mtl/
H A DGrMtlOpsRenderPass.mm46 SkIRect iBounds;
47 fBounds.roundOut(&iBounds);
48 fGpu->submitIndirectCommandBuffer(fRenderTarget, fOrigin, &iBounds);
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlOpsRenderPass.mm49 SkIRect iBounds;
50 fBounds.roundOut(&iBounds);
51 fGpu->submitIndirectCommandBuffer(fRenderTarget, fOrigin, &iBounds);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlOpsRenderPass.mm49 SkIRect iBounds;
50 fBounds.roundOut(&iBounds);
51 fGpu->submitIndirectCommandBuffer(fRenderTarget, fOrigin, &iBounds);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/mtl/
H A DGrMtlOpsRenderPass.mm46 SkIRect iBounds;
47 fBounds.roundOut(&iBounds);
48 fGpu->submitIndirectCommandBuffer(fRenderTarget, fOrigin, &iBounds);

12