Home
last modified time | relevance | path

Searched defs:id1 (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp76 u32 id1 = (width * (height-1 - y) + x); in SwapFromBottomToTop() local
97 u32 id1 = width * y + (width-1 - x); in SwapFromRightToLeft() local