Searched refs:MakePoint (Results 1 – 4 of 4) sorted by relevance
51 Point MakePoint(long latitude, long longitude) { in MakePoint() function62 f.mutable_location()->CopyFrom(MakePoint(latitude, longitude)); in MakeFeature()70 n.mutable_location()->CopyFrom(MakePoint(latitude, longitude)); in MakeRouteNote()84 point = MakePoint(409146138, -746188906); in GetFeature()86 point = MakePoint(0, 0); in GetFeature()
40 Light light = Light::MakePoint(color, dirOrPos, intensity); in MakeFromBuffer()
52 static Light MakePoint(const SkColor3f& color, const SkPoint3& pos, SkScalar intensity) { in MakePoint() function
342 …ollowing code uses an *object type literal* to specify the return type of the 'MakePoint' function.345 var MakePoint: () => {