ManaPlus
Functions | Variables
graphics_calcImageRect.hpp File Reference

(986a3bf)

Go to the source code of this file.

Functions

 if (!vert) return
 
 BLOCK_START ("Graphics::calcImageRect") const Image *restrict const *restrict const grid
 
 if (center &&drawMain)
 
 if (top &&left &&bottom &&right)
 
 if (topLeft) calcTileVertexesInline(vert
 
 if (topRight)
 
 if (bottomLeft)
 
 if (bottomRight)
 

Variables

const Image *restrict const topLeft = grid[0]
 
const Image *restrict const topRight = grid[2]
 
const Image *restrict const bottomLeft = grid[6]
 
const Image *restrict const bottomRight = grid[8]
 
const Image *restrict const top = grid[1]
 
const Image *restrict const right = grid[5]
 
const Image *restrict const bottom = grid[7]
 
const Image *restrict const left = grid[3]
 
const Image *restrict const center = grid[4]
 
const bool drawMain
 
 x
 
 y
 

Function Documentation

◆ BLOCK_START()

BLOCK_START ( "Graphics::calcImageRect"  ) const

◆ if() [1/7]

if ( vert)

◆ if() [2/7]

if ( bottomLeft  )

Definition at line 80 of file graphics_calcImageRect.hpp.

81 {
83  x, y + h - bottomLeft->getHeight());
84 }
const Image *restrict const bottomLeft
void calcTileVertexesInline(ImageVertexes *restrict const vert, const Image *restrict const image, int x, int y) const restrict2 A_INLINE A_NONNULL(2

References bottomLeft, calcTileVertexesInline(), x, and y.

◆ if() [3/7]

if ( bottomRight  )

Definition at line 85 of file graphics_calcImageRect.hpp.

86 {
87  const int brw = bottomRight->getWidth();
88  if (w > brw)
89  {
90  calcTileVertexesInline(vert, bottomRight, x + w - brw,
91  y + h - bottomRight->getHeight());
92  }
93 }
const Image *restrict const bottomRight

References bottomRight, calcTileVertexesInline(), x, and y.

◆ if() [4/7]

if ( center &&  drawMain)

Definition at line 50 of file graphics_calcImageRect.hpp.

51 {
52  const int tlw = topLeft->getWidth();
53  const int tlh = topLeft->getHeight();
54  calcPatternInline(vert, center, tlw + x, tlh + y,
55  w - tlw - topRight->getWidth(),
56  h - tlh - bottomLeft->getHeight());
57 }
const Image *restrict const center
const Image *restrict const topRight
const Image *restrict const topLeft
void calcPatternInline(ImageVertexes *restrict const vert, const Image *restrict const image, const int x, const int y, const int w, const int h) const restrict2 A_INLINE

References bottomLeft, calcPatternInline(), center, topLeft, topRight, x, and y.

◆ if() [5/7]

if ( top &&left &&bottom &&  right)

Definition at line 59 of file graphics_calcImageRect.hpp.

60 {
61  const int lw = left->getWidth();
62  const int rw = right->getWidth();
63  const int th = top->getHeight();
64  const int bh = bottom->getHeight();
65  calcPatternInline(vert, top, x + lw, y, w - lw - rw, th);
66  calcPatternInline(vert, bottom, x + lw, y + h - bh, w - lw - rw, bh);
67  calcPatternInline(vert, left, x, y + th, lw, h - th - bh);
68  if (w > rw)
69  calcPatternInline(vert, right, x + w - rw, y + th, rw, h - th - bh);
70 }
const Image *restrict const left
const Image *restrict const bottom
const Image *restrict const top
const Image *restrict const right

References bottom, calcPatternInline(), left, right, top, x, and y.

◆ if() [6/7]

if ( topLeft  )

◆ if() [7/7]

if ( topRight  )

Definition at line 74 of file graphics_calcImageRect.hpp.

75 {
76  const int trw = topRight->getWidth();
77  if (w > trw)
78  calcTileVertexesInline(vert, topRight, x + w - trw, y);
79 }

References calcTileVertexesInline(), topRight, x, and y.

Variable Documentation

◆ bottom

const Image* restrict const bottom = grid[7]

Definition at line 42 of file graphics_calcImageRect.hpp.

Referenced by if().

◆ bottomLeft

const Image* restrict const bottomLeft = grid[6]

Definition at line 38 of file graphics_calcImageRect.hpp.

Referenced by if().

◆ bottomRight

const Image* restrict const bottomRight = grid[8]

Definition at line 39 of file graphics_calcImageRect.hpp.

Referenced by if().

◆ center

const Image* restrict const center = grid[4]

Definition at line 44 of file graphics_calcImageRect.hpp.

Referenced by if().

◆ drawMain

const bool drawMain
Initial value:

Definition at line 46 of file graphics_calcImageRect.hpp.

◆ left

const Image* restrict const left = grid[3]

◆ right

const Image* restrict const right = grid[5]

◆ top

const Image* restrict const top = grid[1]

◆ topLeft

topLeft = grid[0]

Definition at line 36 of file graphics_calcImageRect.hpp.

Referenced by if().

◆ topRight

const Image* restrict const topRight = grid[2]

Definition at line 37 of file graphics_calcImageRect.hpp.

Referenced by if().

◆ x

x

Definition at line 73 of file graphics_calcImageRect.hpp.

Referenced by _rotozoomSurfaceSizeTrig(), _shrinkSurfaceRGBA(), _shrinkSurfaceY(), _transformSurfaceRGBA(), _zoomSurfaceRGBA(), _zoomSurfaceY(), Map::addBlockMask(), EquipmentWindow::addBox(), WindowMenu::addButton(), Pincode::addButtons(), Map::addExtraLayer(), ObjectsLayer::addObject(), Map::addParticleEffect(), SocialNavigationTab::addPortal(), SocialWindow::addPortal(), Map::addPortal(), Map::addPortalTile(), Map::addRange(), BrowserBox::addRow(), ParticleEngine::addTextRiseFadeOutEffect(), ParticleEngine::addTextSplashEffect(), BasicContainer2::addXY(), TabbedArea::adjustTabPositions(), ChatWindow::adjustTabSize(), Text::adviseXY(), mse::TIntBase1< _Ty >::assign_check_range(), ContainerPlacer::at(), LayoutCell::at(), LayoutArray::at(), BrowserBox::calcHeight(), CastingEffect::CastingEffect(), mse::CBool::CBool(), mse::CInt::CInt(), Map::contains(), SDLImageHelper::copySurfaceToImage(), OpenGLImageHelper::copySurfaceToImage(), SafeOpenGLImageHelper::copySurfaceToImage(), ChatWindow::copyToClipboard(), NpcDialog::copyToClipboard(), CrazyMoves::crazyMove8(), ActorManager::createItem(), Gui::createMouseEvent(), mse::CSize_t::CSize_t(), Gui::distributeMouseEvent(), EmotePage::draw(), PlayerBox::draw(), ProgressIndicator::draw(), ServersListBox::draw(), SkillRectangleListBox::draw(), Slider::draw(), TextPreview::draw(), Window::draw(), FloorItem::draw(), AmbientLayer::draw(), MapItem::draw(), Map::draw(), MapLayer::draw(), SpecialLayer::draw(), Minimap::draw2(), Being::drawBasic(), TextBox::drawCaret(), TextField::drawCaret(), Map::drawCollision(), Being::drawElementalSpriteAt(), Being::drawEmotion(), MapLayer::drawFringe(), Being::drawHomunculusSpriteAt(), Being::drawHpBar(), ImegeGraphics::drawImageCached(), SurfaceGraphics::drawImageCached(), Being::drawMercenarySpriteAt(), Being::drawMonsterSpriteAt(), Graphics::drawNet(), Being::drawNpcSpriteAt(), Being::drawOtherSpriteAt(), Being::drawPlayerSpriteAt(), Being::drawPortalSpriteAt(), MapLayer::drawSpecialLayer(), Font::drawString(), SDLGraphics::drawVLine(), DropDown::dropDown(), LayoutArray::extend(), LayoutCell::extend(), fastInvSqrt(), fastSqrt(), NavigationManager::fillNum(), ActorManager::findBeing(), ActorManager::findBeingByPixel(), ActorManager::findBeingsByPixel(), ActorManager::findItem(), ActorManager::findNearestByName(), ActorManager::findNearestLivingBeing(), Map::findPath(), ActorManager::findPortalByTile(), Map::findPortalXY(), NavigationManager::findWalkableTile(), LocalPlayer::followMoveTo(), mse::g_assign_check_range(), Widget::getAbsolutePosition(), Gui::getAbsolutePosition(), ObjectsLayer::getAt(), Map::getBlockMask(), GuiTable::getColumnForX(), WalkLayer::getDataAt(), MapLayer::getEmptyTileDrawWidth(), MapHeights::getHeight(), Map::getHeightOffset(), EmotePage::getIndexFromGrid(), EquipmentWindow::getItem(), Map::getMetaTile(), Gui::getMouseEventSource(), Gui::getMouseState(), Viewport::getMouseTile(), Map::getObjectData(), LayoutHelper::getPlacer(), Window::getPlacer(), SocialNavigationTab::getPortalIndex(), SocialWindow::getPortalIndex(), Window::getResizeHandles(), ItemContainer::getSlotByXY(), ItemContainer::getSlotIndex(), Font::getStringIndexAt(), SubImage::getSubImage(), Loader::getSubImage(), BrowserBox::getTextAtPos(), StaticBrowserBox::getTextAtPos(), SpecialLayer::getTile(), MapLayer::getTileDrawWidth(), Map::getWalk(), Gui::getWidgetAt(), BasicContainer::getWidgetAt(), GuiTable::getWidgetAt(), ScrollArea::getWidgetAt(), PopupMenu::handleLink(), Gui::handleMouseMoved(), Gui::handleMousePressed(), if(), ImageSet::ImageSet(), BuySellDialog::init(), LocalPlayer::isReachable(), Window::isResizeAllowed(), TouchManager::loadButtons(), EquipmentWindow::loadSlot(), TouchManager::loadTouchItem(), NavigationManager::loadWalkLayer(), GuiTable::mouseDragged(), WindowMenu::mouseMoved(), EquipmentWindow::mouseMoved(), InventoryWindow::mouseMoved(), Minimap::mouseMoved(), MiniStatusWindow::mouseMoved(), ToolTipListener::mouseMoved(), ScrollArea::mousePressed(), SkillRectangleListBox::mousePressed(), Slider::mousePressed(), Window::mousePressed(), EquipmentWindow::mousePressed(), DropDown::mouseReleased(), EquipmentWindow::mouseReleased(), Minimap::mouseReleased(), EAthena::HomunculusHandler::move(), EAthena::MercenaryHandler::move(), EAthena::PetHandler::move(), Client::moveButtons(), Viewport::moveCameraRelative(), Viewport::moveCameraToActor(), Viewport::moveCameraToPosition(), moveChar(), TextManager::moveText(), Particle::moveTo(), ParticleContainer::moveTo(), ParticleList::moveTo(), ParticleVector::moveTo(), LocalPlayer::navigateTo(), EAthena::AdminHandler::npcMove(), mse::CInt::operator!=(), mse::CSize_t::operator!=(), mse::CInt::operator%=(), mse::CSize_t::operator%=(), mse::CBool::operator&=(), mse::CInt::operator&=(), mse::CSize_t::operator&=(), ContainerPlacer::operator()(), mse::CInt::operator*(), mse::CSize_t::operator*(), mse::CInt::operator*=(), mse::CSize_t::operator*=(), mse::CInt::operator+(), mse::CSize_t::operator+(), mse::CInt::operator+=(), mse::CSize_t::operator+=(), mse::CInt::operator-(), mse::CSize_t::operator-(), mse::CInt::operator-=(), mse::CSize_t::operator-=(), mse::CInt::operator/(), mse::CSize_t::operator/(), mse::CInt::operator/=(), mse::CSize_t::operator/=(), mse::CInt::operator<(), mse::CSize_t::operator<(), mse::CInt::operator<<=(), mse::CSize_t::operator<<=(), mse::CInt::operator<=(), mse::CSize_t::operator<=(), mse::CBool::operator=(), mse::CInt::operator=(), mse::CSize_t::operator=(), mse::CInt::operator==(), mse::CSize_t::operator==(), mse::CInt::operator>(), mse::CSize_t::operator>(), mse::CInt::operator>=(), mse::CSize_t::operator>=(), mse::CInt::operator>>=(), mse::CSize_t::operator>>=(), mse::CBool::operator^=(), mse::CInt::operator^=(), mse::CSize_t::operator^=(), mse::CBool::operator|=(), mse::CInt::operator|=(), mse::CSize_t::operator|=(), parse2Int(), LocalPlayer::pickUpItems(), ActorManager::pickUpNearest(), LayoutHelper::place(), Window::place(), LayoutCell::place(), LayoutArray::place(), SkillDialog::playCastingDstTileEffect(), Being::playSfx(), SoundManager::playSfx(), Popup::position(), SetupWindow::postInit(), PRAGMA45(), EAthena::BeingRecv::processBeingFakeName(), Ea::BeingRecv::processBeingMove3(), EAthena::BeingRecv::processBeingSlide(), EAthena::BeingRecv::processBeingSpawn(), EAthena::BeingRecv::processBeingVisible(), TmwAthena::BeingRecv::processBeingVisible(), EAthena::CharServerRecv::processChangeMapServer(), TmwAthena::CharServerRecv::processChangeMapServer(), TouchManager::processEvent(), EAthena::BeingRecv::processGraffiti(), EAthena::GuildRecv::processGuildUpdateCoords(), EAthena::ItemRecv::processItemDropped(), TmwAthena::ItemRecv::processItemDropped(), EAthena::ItemRecv::processItemDropped2(), EAthena::ItemRecv::processItemVisible(), TmwAthena::ItemRecv::processItemVisible(), EAthena::ItemRecv::processItemVisible2(), EAthena::GameRecv::processMapLogin(), TmwAthena::GameRecv::processMapLogin(), Ea::NpcRecv::processNpcCommand(), EAthena::PartyRecv::processPartyMemberInfo(), Ea::BeingRecv::processPlayerStop(), TmwAthena::BeingRecv::processPlayerUpdate1(), TmwAthena::BeingRecv::processPlayerUpdate2(), Ea::PlayerRecv::processPlayerWarp(), Ea::MapRecv::processSetTilesType(), EAthena::BeingRecv::processSkillEntry(), EAthena::PlayerRecv::processWalkError(), SDLInput::pushInput(), MapReader::readBase64Layer(), Net::MessageIn::readCoordinates(), MapReader::readCsvLayer(), MapReader::readLayer(), Map::reduce(), LayoutArray::reflow(), SocialNavigationTab::removePortal(), SocialWindow::removePortal(), CharacterViewNormal::resize(), CharacterViewSmall::resize(), DebugTab::resize(), Window::resizeToContent(), EmotePage::safeDraw(), ProgressIndicator::safeDraw(), Slider::safeDraw(), Window::safeDraw(), Map::saveExtraLayer(), Minimap::screenToMap(), Viewport::scrollBy(), SDLputPixel(), SDLputPixelAlpha(), Map::setActorsFix(), Map::setBlockMask(), Window::setDefaultSize(), LocalPlayer::setDestination(), EAthena::PlayerHandler::setDestination(), TmwAthena::PlayerHandler::setDestination(), MapHeights::setHeight(), Window::setLocationHorisontallyRelativeTo(), Popup::setLocationRelativeTo(), Window::setLocationRelativeTo(), LocalPlayer::setNextDest(), MapItem::setPos(), Widget::setPosition(), MouseInput::setReal(), LocalPlayer::setRealPos(), TextSkillListener::setSkill(), MapLayer::setTile(), SpecialLayer::setTile(), setTile(), Being::setTileCoords(), LocalPlayer::setTileCoords(), EAthena::AdminHandler::setTileType(), Particle::setVelocity(), Window::setVisible(), Map::setWalk(), Avatar::setX(), Widget::setX(), MouseInput::setX(), BeingPopup::show(), TextBoxPopup::show(), TextPopup::show(), CutInWindow::show(), PopupList::show(), PopupMenu::showAttackMonsterPopup(), PopupMenu::showChangePos(), PopupMenu::showChatPopup(), PopupMenu::showDropPopup(), PopupMenu::showItemPopup(), PopupMenu::showMapPopup(), PopupMenu::showNpcDialogPopup(), PopupMenu::showOutfitsWindowPopup(), PopupMenu::showPickupItemPopup(), PopupMenu::showPopup(), PopupMenu::showSpellPopup(), PopupMenu::showUndressPopup(), BasicContainer::showWidgetPart(), AtlasManager::simpleSort(), SDLInput::simulateMouseClick(), SDLInput::simulateMouseMove(), EAthena::AdminHandler::slide(), TmwAthena::AdminHandler::slide(), Client::stateGame(), Client::stateGame1(), SubImage::SubImage(), Text::Text(), mse::TIntBase1< _Ty >::TIntBase1(), transformSurfaceY(), EffectManager::trigger(), EffectManager::triggerDefault(), MiniStatusWindow::updateBars(), WindowMenu::updateButtons(), SpecialLayer::updateCache(), MapLayer::updateCache(), MapLayer::updateConditionTiles(), LocalPlayer::updateCoords(), StaticBrowserBox::updateHeight(), SocialNavigationTab::updateList(), MapLayer::updateOGL(), Map::updatePortalTile(), MapLayer::updateSDL(), ChatWindow::updateVisibility(), EAthena::SkillHandler::usePos(), TmwAthena::SkillHandler::usePos(), SkillDialog::useSkill(), SkillDialog::useSkillDefault(), SkillDialog::useSkillPosition(), SkillDialog::useSkillTarget(), SpellPopup::view(), StatusPopup::view(), EAthena::AdminHandler::warp(), TmwAthena::AdminHandler::warp(), FlowContainer::widgetResized(), Window::widgetResized(), SetupWindow::widgetResized(), WindowMenu::WindowMenu(), and Net::MessageOut::writeCoordinates().

◆ y

y

Definition at line 73 of file graphics_calcImageRect.hpp.

Referenced by _rotozoomSurfaceSizeTrig(), _shrinkSurfaceRGBA(), _shrinkSurfaceY(), _transformSurfaceRGBA(), _zoomSurfaceRGBA(), _zoomSurfaceY(), Map::addBlockMask(), EquipmentWindow::addBox(), Pincode::addButtons(), Map::addExtraLayer(), ObjectsLayer::addObject(), Map::addParticleEffect(), SocialNavigationTab::addPortal(), SocialWindow::addPortal(), Map::addPortal(), Map::addPortalTile(), Map::addRange(), BrowserBox::addRow(), ParticleEngine::addTextRiseFadeOutEffect(), ParticleEngine::addTextSplashEffect(), BasicContainer2::addXY(), ChatWindow::adjustTabSize(), Text::adviseXY(), ContainerPlacer::at(), LayoutCell::at(), LayoutArray::at(), BrowserBox::calcHeight(), CastingEffect::CastingEffect(), CharCreateDialog::CharCreateDialog(), Map::contains(), SDLImageHelper::copySurfaceToImage(), OpenGLImageHelper::copySurfaceToImage(), SafeOpenGLImageHelper::copySurfaceToImage(), ChatWindow::copyToClipboard(), NpcDialog::copyToClipboard(), CrazyMoves::crazyMove8(), ActorManager::createItem(), Gui::createMouseEvent(), Gui::distributeMouseEvent(), ColorPage::draw(), EmotePage::draw(), ExtendedListBox::draw(), GuiTable::draw(), ListBox::draw(), PlayerBox::draw(), ProgressIndicator::draw(), ServersListBox::draw(), ShopListBox::draw(), SkillListBox::draw(), SkillRectangleListBox::draw(), Slider::draw(), TextPreview::draw(), FloorItem::draw(), AmbientLayer::draw(), MapItem::draw(), Map::draw(), MapLayer::draw(), SpecialLayer::draw(), AvatarListBox::draw(), Minimap::draw2(), Being::drawBasic(), TextBox::drawCaret(), Map::drawCollision(), Being::drawElementalSpriteAt(), Being::drawEmotion(), MapLayer::drawFringe(), SDLGraphics::drawHLine(), Being::drawHomunculusSpriteAt(), Being::drawHpBar(), ImegeGraphics::drawImageCached(), SurfaceGraphics::drawImageCached(), Being::drawMercenarySpriteAt(), Being::drawMonsterSpriteAt(), Graphics::drawNet(), Being::drawNpcSpriteAt(), Being::drawOtherSpriteAt(), Being::drawPlayerSpriteAt(), Being::drawPortalSpriteAt(), MapLayer::drawSpecialLayer(), Font::drawString(), DropDown::dropDown(), LayoutArray::extend(), LayoutCell::extend(), NavigationManager::fillNum(), ActorManager::findBeing(), ActorManager::findBeingByPixel(), ActorManager::findBeingsByPixel(), ActorManager::findItem(), ActorManager::findNearestByName(), ActorManager::findNearestLivingBeing(), Map::findPath(), ActorManager::findPortalByTile(), Map::findPortalXY(), NavigationManager::findWalkableTile(), LocalPlayer::followMoveTo(), Widget::getAbsolutePosition(), Gui::getAbsolutePosition(), ObjectsLayer::getAt(), Map::getBlockMask(), WalkLayer::getDataAt(), MapHeights::getHeight(), Map::getHeightOffset(), EmotePage::getIndexFromGrid(), EquipmentWindow::getItem(), Map::getMetaTile(), Gui::getMouseEventSource(), Gui::getMouseState(), Viewport::getMouseTile(), Map::getObjectData(), LayoutHelper::getPlacer(), Window::getPlacer(), SocialNavigationTab::getPortalIndex(), SocialWindow::getPortalIndex(), Window::getResizeHandles(), GuiTable::getRowForY(), ExtendedListBox::getSelectionByMouse(), ListBox::getSelectionByMouse(), SkillListBox::getSkillByEvent(), ItemContainer::getSlotByXY(), ItemContainer::getSlotIndex(), SubImage::getSubImage(), Loader::getSubImage(), BrowserBox::getTextAtPos(), StaticBrowserBox::getTextAtPos(), SpecialLayer::getTile(), Map::getWalk(), Gui::getWidgetAt(), BasicContainer::getWidgetAt(), GuiTable::getWidgetAt(), ScrollArea::getWidgetAt(), PopupMenu::handleLink(), Gui::handleMouseMoved(), Gui::handleMousePressed(), if(), ImageSet::ImageSet(), BuySellDialog::init(), LocalPlayer::isReachable(), Window::isResizeAllowed(), TouchManager::loadButtons(), EquipmentWindow::loadSlot(), TouchManager::loadTouchItem(), NavigationManager::loadWalkLayer(), GuiTable::mouseDragged(), WindowMenu::mouseMoved(), EquipmentWindow::mouseMoved(), InventoryWindow::mouseMoved(), Minimap::mouseMoved(), MiniStatusWindow::mouseMoved(), ToolTipListener::mouseMoved(), AvatarListBox::mousePressed(), ScrollArea::mousePressed(), SkillRectangleListBox::mousePressed(), Slider::mousePressed(), Window::mousePressed(), EquipmentWindow::mousePressed(), DropDown::mouseReleased(), EquipmentWindow::mouseReleased(), Minimap::mouseReleased(), EAthena::HomunculusHandler::move(), EAthena::MercenaryHandler::move(), EAthena::PetHandler::move(), Viewport::moveCameraRelative(), Viewport::moveCameraToActor(), Viewport::moveCameraToPosition(), moveChar(), TextManager::moveText(), Particle::moveTo(), ParticleContainer::moveTo(), ParticleList::moveTo(), ParticleVector::moveTo(), LocalPlayer::navigateTo(), EAthena::AdminHandler::npcMove(), ContainerPlacer::operator()(), parse2Int(), LocalPlayer::pickUpItems(), ActorManager::pickUpNearest(), LayoutHelper::place(), Window::place(), TextManager::place(), LayoutCell::place(), LayoutArray::place(), SkillDialog::playCastingDstTileEffect(), Being::playSfx(), SoundManager::playSfx(), Popup::position(), StatusPopup::postInit(), TextPopup::postInit(), PRAGMA45(), EAthena::BeingRecv::processBeingFakeName(), Ea::BeingRecv::processBeingMove3(), EAthena::BeingRecv::processBeingSlide(), EAthena::BeingRecv::processBeingSpawn(), EAthena::BeingRecv::processBeingVisible(), TmwAthena::BeingRecv::processBeingVisible(), EAthena::CharServerRecv::processChangeMapServer(), TmwAthena::CharServerRecv::processChangeMapServer(), TouchManager::processEvent(), EAthena::BeingRecv::processGraffiti(), EAthena::GuildRecv::processGuildUpdateCoords(), EAthena::ItemRecv::processItemDropped(), TmwAthena::ItemRecv::processItemDropped(), EAthena::ItemRecv::processItemDropped2(), EAthena::ItemRecv::processItemVisible(), TmwAthena::ItemRecv::processItemVisible(), EAthena::ItemRecv::processItemVisible2(), EAthena::GameRecv::processMapLogin(), TmwAthena::GameRecv::processMapLogin(), Ea::NpcRecv::processNpcCommand(), EAthena::PartyRecv::processPartyMemberInfo(), Ea::BeingRecv::processPlayerStop(), TmwAthena::BeingRecv::processPlayerUpdate1(), TmwAthena::BeingRecv::processPlayerUpdate2(), Ea::PlayerRecv::processPlayerWarp(), Ea::MapRecv::processSetTilesType(), EAthena::BeingRecv::processSkillEntry(), EAthena::PlayerRecv::processWalkError(), SDLInput::pushInput(), MapReader::readBase64Layer(), Net::MessageIn::readCoordinates(), MapReader::readCsvLayer(), MapReader::readLayer(), Map::reduce(), LayoutArray::reflow(), SocialNavigationTab::removePortal(), SocialWindow::removePortal(), CharacterViewNormal::resize(), CharacterViewSmall::resize(), DebugTab::resize(), Window::resizeToContent(), EmotePage::safeDraw(), GuiTable::safeDraw(), ProgressIndicator::safeDraw(), Slider::safeDraw(), AvatarListBox::safeDraw(), Map::saveExtraLayer(), Minimap::screenToMap(), Viewport::scrollBy(), SDLputPixel(), SDLputPixelAlpha(), Map::setActorsFix(), MapLayer::setActorsFix(), CharCreateDialog::setAttributes(), Map::setBlockMask(), Window::setDefaultSize(), LocalPlayer::setDestination(), EAthena::PlayerHandler::setDestination(), TmwAthena::PlayerHandler::setDestination(), MapHeights::setHeight(), Window::setLocationHorisontallyRelativeTo(), Popup::setLocationRelativeTo(), Window::setLocationRelativeTo(), LocalPlayer::setNextDest(), MapItem::setPos(), Widget::setPosition(), MouseInput::setReal(), LocalPlayer::setRealPos(), TextSkillListener::setSkill(), MapLayer::setTile(), SpecialLayer::setTile(), setTile(), Being::setTileCoords(), LocalPlayer::setTileCoords(), EAthena::AdminHandler::setTileType(), Particle::setVelocity(), Window::setVisible(), Map::setWalk(), Avatar::setY(), Widget::setY(), MouseInput::setY(), BeingPopup::show(), TextBoxPopup::show(), TextPopup::show(), CutInWindow::show(), PopupList::show(), PopupMenu::showAttackMonsterPopup(), PopupMenu::showChangePos(), PopupMenu::showChatPopup(), PopupMenu::showDropPopup(), PopupMenu::showItemPopup(), PopupMenu::showMapPopup(), PopupMenu::showNpcDialogPopup(), PopupMenu::showOutfitsWindowPopup(), PopupMenu::showPickupItemPopup(), PopupMenu::showPopup(), PopupMenu::showSpellPopup(), PopupMenu::showUndressPopup(), BasicContainer::showWidgetPart(), AtlasManager::simpleSort(), SDLInput::simulateMouseClick(), SDLInput::simulateMouseMove(), EAthena::AdminHandler::slide(), TmwAthena::AdminHandler::slide(), SubImage::SubImage(), transformSurfaceY(), EffectManager::trigger(), EffectManager::triggerDefault(), SpecialLayer::updateCache(), MapLayer::updateCache(), StatsClanTab::updateClan(), RelationClanTab::updateClan(), MapLayer::updateConditionTiles(), LocalPlayer::updateCoords(), StaticBrowserBox::updateHeight(), SocialNavigationTab::updateList(), MapLayer::updateOGL(), Map::updatePortalTile(), MapLayer::updateSDL(), ChatWindow::updateVisibility(), EAthena::SkillHandler::usePos(), TmwAthena::SkillHandler::usePos(), SkillDialog::useSkill(), SkillDialog::useSkillDefault(), SkillDialog::useSkillPosition(), SkillDialog::useSkillTarget(), SpellPopup::view(), StatusPopup::view(), EAthena::AdminHandler::warp(), TmwAthena::AdminHandler::warp(), and Net::MessageOut::writeCoordinates().