Lines Matching refs:numXLevels
246 int numXLevels; // number of x levels member
362 if (b.lx >= numXLevels) in nextTileCoord()
404 if (b.lx >= numXLevels) in nextTileCoord()
921 _data->numXLevels, _data->numYLevels); in initialize()
955 _data->numXLevels, in initialize()
1392 for (size_t i_lx = 0; i_lx < numXLevels (); ++i_lx) in copyPixels()
1460 return _data->numXLevels; in numLevels()
1465 TiledOutputFile::numXLevels () const in numXLevels() function in Imf::TiledOutputFile
1467 return _data->numXLevels; in numXLevels()
1487 if (lx >= numXLevels() || ly >= numYLevels()) in isValidLevel()
1533 if (lx < 0 || lx >= _data->numXLevels) in numXTiles()
1613 return ((lx < _data->numXLevels && lx >= 0) && in isValidTile()