Home
last modified time | relevance | path

Searched refs:MakePoint (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/examples/cpp/route_guide/
Droute_guide_client.cc51 Point MakePoint(long latitude, long longitude) { in MakePoint() function
62 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()
/third_party/flutter/skia/src/shaders/
DSkLights.cpp40 Light light = Light::MakePoint(color, dirOrPos, intensity); in MakeFromBuffer()
DSkLights.h52 static Light MakePoint(const SkColor3f& color, const SkPoint3& pos, SkScalar intensity) { in MakePoint() function
/third_party/typescript/doc/
Dspec-ARCHIVED.md342 …ollowing code uses an *object type literal* to specify the return type of the 'MakePoint' function.
345 var MakePoint: () => {