Home
last modified time | relevance | path

Searched refs:currentLocation (Results 1 – 12 of 12) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DConstraintDistLimit.java88 private void distLimit(Vector3f currentLocation, Vector3f targetLocation, float influence) { in distLimit() argument
89 Vector3f v = currentLocation.subtract(targetLocation); in distLimit()
97 currentLocation.set(v.addLocal(targetLocation)); in distLimit()
104 currentLocation.set(v.addLocal(targetLocation)); in distLimit()
107 currentLocation.set(targetLocation.add(v)); in distLimit()
112 v = targetLocation.subtract(currentLocation).normalizeLocal().multLocal(dist * influence); in distLimit()
113 currentLocation.set(targetLocation.add(v)); in distLimit()
/external/chromium_org/ui/app_list/cocoa/
Ditem_drag_controller.h33 currentLocation:(NSPoint)currentLocation
36 - (void)update:(NSPoint)currentLocation
Ditem_drag_controller.mm52 currentLocation:(NSPoint)currentLocation
77 - (void)update:(NSPoint)currentLocation
80 convertPoint:currentLocation
Dapps_collection_view_drag_manager.mm157 currentLocation:[theEvent locationInWindow]
/external/llvm/runtime/libprofile/
DPathProfiling.c226 uint32_t currentLocation; in pathProfAtExitHandler() local
248 currentLocation = lseek(outFile, 0, SEEK_CUR); in pathProfAtExitHandler()
257 lseek(outFile, currentLocation, SEEK_SET); in pathProfAtExitHandler()
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp79 Result.Range.Start = currentLocation(); in getNextToken()
138 Result.Range.End = currentLocation(); in getNextToken()
164 Range.End = currentLocation(); in consumeUnsignedLiteral()
199 Range.End = currentLocation(); in consumeStringLiteral()
215 SourceLocation currentLocation() { in currentLocation() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSTokenizer.h59 CSSParserLocation currentLocation();
DCSSParser.h441 CSSParserLocation currentLocation() { return m_tokenizer.currentLocation(); } in currentLocation() function
DCSSTokenizer-in.cpp339 CSSParserLocation CSSTokenizer::currentLocation() in currentLocation() function in WebCore::CSSTokenizer
1390 const CSSParserLocation startLocation = currentLocation(); in realLex()
DCSSGrammar.y1960 $$ = parser->currentLocation();
1965 parser->setLocationLabel(parser->currentLocation());
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller.mm1418 NSPoint currentLocation = [info draggingLocation];
1419 BookmarkButton* button = [self buttonForDroppingOnAtPoint:currentLocation];
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller.mm1402 NSPoint currentLocation = [info draggingLocation];
1403 BookmarkButton* button = [self buttonForDroppingOnAtPoint:currentLocation];