Searched refs:newOffset (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DJoystickView.py134 newOffset = self.observedObjectForOffset.valueForKeyPath_(self.observedKeyPathForOffset)
135 if (newOffset == NSNoSelectionMarker or newOffset == NSNotApplicableMarker
136 or (newOffset == NSMultipleValuesMarker and not self.allowsMultipleSelectionForOffset)):
142 if newOffset == NSMultipleValuesMarker:
145 self.setValue_forKey_(newOffset, u"offset")
164 newOffset = sqrt(xOffset*xOffset + yOffset*yOffset)
165 if newOffset > self.maxOffset:
166 newOffset = self.maxOffset
167 elif newOffset <
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DJoystickView.py134 newOffset = self.observedObjectForOffset.valueForKeyPath_(self.observedKeyPathForOffset)
135 if (newOffset == NSNoSelectionMarker or newOffset == NSNotApplicableMarker
136 or (newOffset == NSMultipleValuesMarker and not self.allowsMultipleSelectionForOffset)):
142 if newOffset == NSMultipleValuesMarker:
145 self.setValue_forKey_(newOffset, u"offset")
164 newOffset = sqrt(xOffset*xOffset + yOffset*yOffset)
165 if newOffset > self.maxOffset:
166 newOffset = self.maxOffset
167 elif newOffset <
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DJoystickView.py134 newOffset = self.observedObjectForOffset.valueForKeyPath_(self.observedKeyPathForOffset)
135 if (newOffset == NSNoSelectionMarker or newOffset == NSNotApplicableMarker
136 or (newOffset == NSMultipleValuesMarker and not self.allowsMultipleSelectionForOffset)):
142 if newOffset == NSMultipleValuesMarker:
145 self.setValue_forKey_(newOffset, u"offset")
164 newOffset = sqrt(xOffset*xOffset + yOffset*yOffset)
165 if newOffset > self.maxOffset:
166 newOffset = self.maxOffset
167 elif newOffset <
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcoleitr.cpp227 void CollationElementIterator::setOffset(int32_t newOffset, argument
231 if (0 < newOffset && newOffset < string_.length()) {
232 int32_t offset = newOffset;
242 if (offset < newOffset) {
247 // Find the last safe offset no greater than newOffset by iterating forward.
255 if (offset <= newOffset) {
258 } while (offset < newOffset);
259 newOffset = lastSafeOffset;
262 iter_->resetToOffset(newOffset);
[all...]
H A Duitercollationiterator.h39 virtual void resetToOffset(int32_t newOffset);
71 virtual void resetToOffset(int32_t newOffset);
H A Dutf8collationiterator.h40 virtual void resetToOffset(int32_t newOffset);
87 virtual void resetToOffset(int32_t newOffset);
H A Dutf16collationiterator.h45 virtual void resetToOffset(int32_t newOffset);
98 virtual void resetToOffset(int32_t newOffset);
H A Duitercollationiterator.cpp32 UIterCollationIterator::resetToOffset(int32_t newOffset) { argument
34 iter.move(&iter, newOffset, UITER_START);
87 FCDUIterCollationIterator::resetToOffset(int32_t newOffset) { argument
88 UIterCollationIterator::resetToOffset(newOffset);
89 start = newOffset;
H A Dutf16collationiterator.cpp47 UTF16CollationIterator::resetToOffset(int32_t newOffset) { argument
49 pos = start + newOffset;
189 FCDUTF16CollationIterator::resetToOffset(int32_t newOffset) { argument
191 start = segmentStart = pos = rawStart + newOffset;
H A Dutf8collationiterator.cpp32 UTF8CollationIterator::resetToOffset(int32_t newOffset) { argument
34 pos = newOffset;
132 FCDUTF8CollationIterator::resetToOffset(int32_t newOffset) { argument
134 start = pos = newOffset;
H A Dcollationiterator.h105 virtual void resetToOffset(int32_t newOffset) = 0;
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DMethodWriter.java1533 int newOffset; // future offset of a jump instruction
1565 newOffset = getNewOffset(allIndexes, allSizes, u, label);
1566 if (newOffset < Short.MIN_VALUE
1567 || newOffset > Short.MAX_VALUE)
1600 // = ((3 - newOffset%4) - (3 - u%4)) - u%4
1601 // = (-newOffset%4 + u%4) - u%4
1602 // = -(newOffset & 3)
1603 newOffset = getNewOffset(allIndexes, allSizes, 0, u);
1604 insert = -(newOffset & 3);
1619 newOffset
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DPosition.h323 int newOffset = 0; local
324 for (Node* node = anchorNode->firstChild(); node && newOffset < offset; node = node->nextSibling())
325 newOffset++;
327 return newOffset;
/macosx-10.10/libutil-38/
H A Dwipefs.cpp282 off_t newOffset, newEndOffset; local
283 newOffset = byteOffset / nativeBlockSize * nativeBlockSize;
285 byteOffset = newOffset;
286 numBytes = newEndOffset - newOffset;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKScrollView.mm35 - (CGFloat)_rubberBandOffsetForOffset:(CGFloat)newOffset maxOffset:(CGFloat)maxOffset minOffset:(CGFloat)minOffset range:(CGFloat)range outside:(BOOL *)outside;
161 - (CGFloat)_rubberBandOffsetForOffset:(CGFloat)newOffset maxOffset:(CGFloat)maxOffset minOffset:(CGFloat)minOffset range:(CGFloat)range outside:(BOOL *)outside
191 return [super _rubberBandOffsetForOffset:newOffset maxOffset:maxOffset minOffset:minOffset range:range outside:outside];
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderListBox.cpp475 int newOffset = (offset.height() - borderTop() - paddingTop()) / itemHeight() + m_indexOffset; local
476 return newOffset < numItems() ? newOffset : -1;
515 int newOffset = scrollToward(scrollPoint); local
516 if (newOffset < 0)
575 int newOffset; local
577 newOffset = index;
579 newOffset = index - numVisibleItems() + 1;
581 scrollToOffsetWithoutAnimation(VerticalScrollbar, newOffset);
622 void RenderListBox::scrollTo(int newOffset) argument
[all...]
H A DRenderListBox.h136 void scrollTo(int newOffset);
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dcoleitr.h265 * @param newOffset the new offset.
270 void setOffset(int32_t newOffset, UErrorCode& status);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DArguments.h166 void setBytecodeToMachineCaptureOffset(int newOffset) { m_bytecodeToMachineCaptureOffset = newOffset; } argument
H A DStructure.cpp957 PropertyOffset newOffset = propertyTable()->nextOffset(m_inlineCapacity); local
959 propertyTable()->add(PropertyMapEntry(vm, propertyTable().get(), rep, newOffset, attributes, specificValue), m_offset, PropertyTable::PropertyOffsetMayChange);
962 return newOffset;
/macosx-10.10/WebCore-7600.1.25/platform/
H A DScrollView.cpp453 IntSize newOffset = m_scrollOffset; local
454 newOffset.setWidth(horizontalOffset - scrollOrigin().x());
455 newOffset.setHeight(verticalOffset - scrollOrigin().y());
457 scrollTo(newOffset);
460 void ScrollView::scrollTo(const IntSize& newOffset) argument
462 IntSize scrollDelta = newOffset - m_scrollOffset;
465 m_scrollOffset = newOffset;
472 hostWindow()->delegatedScrollRequested(IntPoint(newOffset));
H A DScrollView.h81 virtual void scrollTo(const IntSize& newOffset);
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DObjCModernAbstraction.hpp258 void setOffset(SharedCache<A> *cache, pint_t newOffset) { A::P::E::set32(offset(cache), newOffset); } local
272 void setOffset(SharedCache<A> *cache, pint_t newOffset) { A::P::E::set64(offset(cache), newOffset); } local
289 void setOffset(SharedCache<A> *cache, pint_t newOffset) { offset.setOffset(cache, newOffset); } argument
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkListbox.c2921 int newTopIndex, newOffset, maxIndex, maxOffset;
2955 newOffset = listPtr->scanMarkXOffset - 10*(x - listPtr->scanMarkX);
2956 if (newOffset > maxOffset) {
2957 newOffset = listPtr->scanMarkXOffset = maxOffset;
2959 } else if (newOffset < 0) {
2960 newOffset = listPtr->scanMarkXOffset = 0;
2963 ChangeListboxOffset(listPtr, newOffset);
2899 int newTopIndex, newOffset, maxIndex, maxOffset; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkListbox.c2865 int newTopIndex, newOffset, maxIndex, maxOffset;
2900 newOffset = listPtr->scanMarkXOffset - (10*(x - listPtr->scanMarkX));
2901 if (newOffset > maxOffset) {
2902 newOffset = listPtr->scanMarkXOffset = maxOffset;
2904 } else if (newOffset < 0) {
2905 newOffset = listPtr->scanMarkXOffset = 0;
2908 ChangeListboxOffset(listPtr, newOffset);
2843 int newTopIndex, newOffset, maxIndex, maxOffset; local

Completed in 327 milliseconds

12