_it 44 libbase/ImageIterators.h _it(i), _it 56 libbase/ImageIterators.h std::copy(other._it, other._it + 4, _it); _it 61 libbase/ImageIterators.h std::copy(other._it, other._it + 3, _it); _it 62 libbase/ImageIterators.h *(_it + 3) = 0xff; _it 67 libbase/ImageIterators.h std::copy(other._it, other._it + 3, _it); _it 82 libbase/ImageIterators.h *(_it + 3) = (pixel & 0xff000000) >> 24; _it 84 libbase/ImageIterators.h *_it = (pixel & 0x00ff0000) >> 16; _it 85 libbase/ImageIterators.h *(_it + 1) = (pixel & 0x0000ff00) >> 8; _it 86 libbase/ImageIterators.h *(_it + 2) = (pixel & 0x000000ff); _it 99 libbase/ImageIterators.h ret = *(_it + 3) << 24; _it 101 libbase/ImageIterators.h ret |= (*_it << 16 | *(_it + 1) << 8 | *(_it + 2)); _it 109 libbase/ImageIterators.h iterator& _it; _it 134 libbase/ImageIterators.h _it(it), _it 136 libbase/ImageIterators.h _p(_it, _t) _it 142 libbase/ImageIterators.h _it(other._it), _it 144 libbase/ImageIterators.h _p(_it, _t) _it 150 libbase/ImageIterators.h _it = other._it; _it 152 libbase/ImageIterators.h _p = Pixel(_it, _t); _it 165 libbase/ImageIterators.h _it += numChannels(_t); _it 169 libbase/ImageIterators.h _it -= numChannels(_t); _it 173 libbase/ImageIterators.h return o._it == _it; _it 177 libbase/ImageIterators.h return (o._it - _it) / static_cast<int>(numChannels(_t)); _it 181 libbase/ImageIterators.h _it += n * numChannels(_t); _it 184 libbase/ImageIterators.h iterator _it; _it 56 libcore/DisplayObjectContainer.cpp ch->getMovieInfo(_tr, _it); _it 62 libcore/DisplayObjectContainer.cpp DisplayObject::InfoTree::iterator _it; _it 264 librender/agg/Renderer_agg.cpp _it(_dest.begin()), _it 271 librender/agg/Renderer_agg.cpp agg::path_storage& p = *_it; _it 278 librender/agg/Renderer_agg.cpp ++_it; _it 283 librender/agg/Renderer_agg.cpp AggPaths::iterator _it;