Searched refs:currentLocation (Results 1 – 12 of 12) sorted by relevance
88 private void distLimit(Vector3f currentLocation, Vector3f targetLocation, float influence) { in distLimit() argument89 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()
33 currentLocation:(NSPoint)currentLocation36 - (void)update:(NSPoint)currentLocation
52 currentLocation:(NSPoint)currentLocation77 - (void)update:(NSPoint)currentLocation80 convertPoint:currentLocation
157 currentLocation:[theEvent locationInWindow]
226 uint32_t currentLocation; in pathProfAtExitHandler() local248 currentLocation = lseek(outFile, 0, SEEK_CUR); in pathProfAtExitHandler()257 lseek(outFile, currentLocation, SEEK_SET); in pathProfAtExitHandler()
79 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
59 CSSParserLocation currentLocation();
441 CSSParserLocation currentLocation() { return m_tokenizer.currentLocation(); } in currentLocation() function
339 CSSParserLocation CSSTokenizer::currentLocation() in currentLocation() function in WebCore::CSSTokenizer1390 const CSSParserLocation startLocation = currentLocation(); in realLex()
1960 $$ = parser->currentLocation();1965 parser->setLocationLabel(parser->currentLocation());
1418 NSPoint currentLocation = [info draggingLocation];1419 BookmarkButton* button = [self buttonForDroppingOnAtPoint:currentLocation];
1402 NSPoint currentLocation = [info draggingLocation];1403 BookmarkButton* button = [self buttonForDroppingOnAtPoint:currentLocation];