HomeSort by relevance Sort by last modified time
    Searched full:_stuff (Results 1 - 1 of 1) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
PixMapWrapper.py 85 def _stuff(self, element, bytes): member in class:PixMapWrapper
103 self._stuff('baseAddr', id(self.data) + MacOS.string_id_to_buffer)
106 self._stuff('rowBytes', val | 0x8000)
109 self._stuff('left',val[0])
110 self._stuff('top',val[1])
111 self._stuff('right',val[2])
112 self._stuff('bottom',val[3])
115 self._stuff(attr, int(val) << 16)
118 self._stuff(attr, val)

Completed in 1981 milliseconds