Searched defs:distance (Results 26 - 50 of 69) sorted by relevance

123

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DHeapSnapshot.js319 distance: function() method in class:WebInspector.HeapSnapshotNode
878 distance: nodeDistances[nodeOrdinal], property in class:var.value
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DTiledBackingStore.cpp308 double distance = tileDistance(m_visibleRect, currentCoordinate); local
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimationElement.cpp397 float distance = calculateDistance(m_values[n], m_values[n + 1]); local
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dcolumn.cpp172 vunits output_line::distance() function in class:output_line
192 vunits position_output_line::distance() function in class:position_output_line
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DSlotIndexes.h198 int distance(SlotIndex other) const { function in class:llvm::SlotIndex
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A Dtk3d.c1079 ShiftLine( XPoint *p1Ptr, XPoint *p2Ptr, int distance, XPoint *p3Ptr) argument
/macosx-10.9.5/vim-53/src/
H A Dgui_beval.c573 int distance; local
727 Position distance; /* a measure of how much the ponter moved */ local
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDMirrorSet.cpp284 UInt64 distance = max(arLastSeek[index], byteStart) - min(arLastSeek[index], byteStart); local
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash_page.c482 u_int32_t ksize, dsize, increase, distance; local
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSGradientValue.cpp1075 float distance = distanceToClosestCorner(secondPoint, size, corner); local
1092 float distance = distanceToFarthestCorner(secondPoint, size, corner); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp253 static double calculateStrokePatternOffset(int distance, int patternWidth) argument
317 int distance = (isVerticalLine ? (point2.y() - point1.y()) : (point2.x() - point1.x())) - 2 * strokeThickness; local
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebelement.cpp767 int distance = 0; local
2072 static QVariant convertJSValueToWebElementVariant(JSC::JSObject* object, int *distance, HashSet<JSObjectRef>* visitedObjects) argument
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebFrameAdapter.cpp203 int distance = 0; local
H A DDumpRenderTreeSupportQt.cpp164 static QVariant convertJSValueToNodeVariant(JSC::JSObject* object, int *distance, HashSet<JSObjectRef>*) argument
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dlandmark.el1361 (defun distance (x x0 y y0) function
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dintervals.c2495 int distance = min (len1, len2); local
/macosx-10.9.5/groff-38/groff/src/devices/grodvi/
H A Ddvi.cpp368 int distance = env->hpos - cur_h; local
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_windows.c373 LARGE_INTEGER distance; local
537 LARGE_INTEGER distance; local
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dgeometry.tcl[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dpmap_internal.h554 static inline boolean_t popcnt1(uint64_t distance) { argument
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_runtime.cpp308 QVariant convertValueToQVariant(JSContextRef context, JSValueRef value, QMetaType::Type hint, int *distance, HashSet<JSObjectRef>* visitedObjects, int recursionLimit, JSValueRef* exception) argument
240 convertToList(JSContextRef context, JSRealType type, JSObjectRef object, JSValueRef value, int* distance, HashSet<JSObjectRef>* visitedObjects, int recursionLimit, JSValueRef* exception, const QMetaType::Type typeId = static_cast<QMetaType::Type>(qMetaTypeId<ItemType>())) argument
664 convertValueToQVariant(JSContextRef context, JSValueRef value, QMetaType::Type hint, int *distance, JSValueRef *exception) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPage.cpp402 void Page::goBackOrForward(int distance) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DGraphicsContextCG.cpp348 int distance = (isVerticalLine ? (point2.y() - point1.y()) : (point2.x() - point1.x())) - 2*(int)width; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DGraphicsContextQt.cpp440 int distance = (isVerticalLine ? (point2.y() - point1.y()) : (point2.x() - point1.x())) - 2*(int)width; local
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_nfs.c371 add_mfs(struct mapfs *mfs, int distance, struct mapfs **mfs_head, argument

Completed in 389 milliseconds

123