Searched refs:_offset (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DShadowOffsetView.py10 _offset = objc.ivar(type=CGSize.__typestr__) variable in class:ShadowOffsetView
21 return CGSizeMake(self._offset.width * self._scale, self._offset.height * self._scale)
25 if self._offset != offset:
26 self._offset = offset;
42 if self._offset != offset:
43 self._offset = offset;
82 CGContextAddLineToPoint(context, r * self._offset.width, r * self._offset.height)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DShadowOffsetView.py10 _offset = objc.ivar(type=CGSize.__typestr__) variable in class:ShadowOffsetView
21 return CGSizeMake(self._offset.width * self._scale, self._offset.height * self._scale)
25 if self._offset != offset:
26 self._offset = offset;
42 if self._offset != offset:
43 self._offset = offset;
82 CGContextAddLineToPoint(context, r * self._offset.width, r * self._offset.height)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/TLayer/
H A DShadowOffsetView.py10 _offset = objc.ivar(type=CGSize.__typestr__) variable in class:ShadowOffsetView
21 return CGSizeMake(self._offset.width * self._scale, self._offset.height * self._scale)
25 if self._offset != offset:
26 self._offset = offset;
42 if self._offset != offset:
43 self._offset = offset;
82 CGContextAddLineToPoint(context, r * self._offset.width, r * self._offset.height)
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Darc-dis.h63 int ea_reg1, ea_reg2, _offset; member in struct:arcDisState
H A Darc-dis.c557 state->_offset = 0;
961 state->_offset = 0;
966 state->_offset += fieldB;
970 state->_offset += fieldC;
1000 state->_offset = fieldC;
1007 state->_offset += fieldB, state->_ea_present = 0;
1017 fieldB = state->_offset;
1046 state->_offset = fieldA;
1053 state->_offset += fieldB, state->_ea_present = 0;
1063 fieldB = state->_offset;
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dstdio.c107 if (fp->_offset <= OFF_MAX - ret)
108 fp->_offset += ret;
137 fp->_offset <= OFF_MAX - ret)
138 fp->_offset += ret;
184 fp->_offset = ret;
H A Dftell.c107 pos = fp->_offset;
/macosx-10.10.1/libunwind-35.3/src/
H A Dunw_getcontext.s179 #define SAVE_VECTOR_UNALIGNED(_vec, _offset) \
182 stw r5, _offset(r3) @\
184 stw r5, _offset+4(r3) @\
186 stw r5, _offset+8(r3) @\
188 stw r5, _offset+12(r3)
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dcustom.cpp701 c4_DWordArray _base, _offset; member in class:c4_JoinPropViewer
733 _offset.SetSize(0, 5);
741 _offset.Add(~(t4_i32)0); // special null entry for outer joins
745 _offset.Add(j);
769 r = _offset.GetAt(row_);
792 c4_DWordArray _base, _offset; member in class:c4_JoinViewer
815 _offset.SetSize(0, 5);
825 int last = _offset.GetSize() - n;
828 _offset.Add(_offset
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dcalendar.itk104 private variable _offset 0
507 sunday {set _offset 0}
508 monday {set _offset 1}
509 tuesday {set _offset 2}
510 wednesday {set _offset 3}
511 thursday {set _offset 4}
512 friday {set _offset 5}
513 saturday {set _offset 6}
906 set retday [expr {$day_ - $_offset}]
H A Dscrolledhtml.itk280 protected variable _offset 0 ;# text offset (super/subscript)
802 append args " -offset $_offset"
1992 _push offset $_offset
1993 incr _offset -2
2003 set _offset [_pop offset]
2013 _push offset $_offset
2014 incr _offset 4
2024 set _offset [_pop offset]
H A Dtabset.itk1493 private variable _offset
1964 return $_offset
2293 set _offset [expr {$innerBottom - $outerTop}]
2411 set _offset [expr {$innerBottom - $outerTop}]
2525 set _offset [expr {$innerRight - $outerLeft}]
2634 set _offset [expr {$innerRight - $outerLeft}]
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DParserTokens.h158 JSTextPosition(int _line, int _offset, int _lineStartOffset) : line(_line), offset(_offset), lineStartOffset(_lineStartOffset) { } argument
/macosx-10.10.1/libauto-186/
H A DBitmap.h431 usword_t _offset; // arbitrary offset that is subtracted from values returned by next_set_bit() (adjusts for subzone quanum bias member in class:Auto::Bitmap::AtomicCursor
442 AtomicCursor(Bitmap &b, usword_t start, usword_t length) : _bitmap(b), _index(start), _offset(start), _max_index(start + length) {
H A DBitmap.cpp268 result = _index + shift - _offset;
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3477 mach_vm_size_t _offset,
3494 fOffset = _offset;
3500 bool IOMemoryMap::setMemoryDescriptor(IOMemoryDescriptor * _memory, mach_vm_size_t _offset) argument
3507 if( (_offset + fLength) > _memory->getLength())
3509 fOffset = _offset;
3918 mach_vm_size_t _offset = newMapping->fOffset; local
3932 if( _offset < fOffset)
3935 _offset -= fOffset;
3937 if( (_offset + _length) > fLength)
3941 if( (fLength == _length) && (!_offset))
3473 init( task_t intoTask, mach_vm_address_t toAddress, IOOptionBits _options, mach_vm_size_t _offset, mach_vm_size_t _length ) argument
3979 getPhysicalSegment( IOByteCount _offset, IOPhysicalLength * _length, IOOptionBits _options) argument
[all...]
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdio.h152 fpos_t _offset; /* current lseek offset (see WARNING) */ member in struct:__sFILE
174 #define __SOFF 0x1000 /* set iff _offset is in fact correct */
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dtz2icu.cpp736 FinalZone(int32_t _offset, int32_t _year, const string& _ruleid) : argument
737 offset(_offset), year(_year), ruleid(_ruleid) {
800 int32_t _offset) {
820 offset = _offset;
792 set(const string& id, const string& _mode, int32_t _month, int32_t _dom, int32_t _dow, int32_t _time, bool _isstd, bool _isgmt, int32_t _offset) argument
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h851 bool setMemoryDescriptor(IOMemoryDescriptor * _memory, mach_vm_size_t _offset);

Completed in 308 milliseconds