Home
last modified time | relevance | path

Searched refs:endpoint0 (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dassociated_interface_ptr.h242 ScopedInterfaceEndpointHandle endpoint0, endpoint1; in MakeRequestAssociatedWithDedicatedPipe() local
243 ScopedInterfaceEndpointHandle::CreatePairPendingAssociation(&endpoint0, in MakeRequestAssociatedWithDedicatedPipe()
245 InterfaceId id = router1->AssociateInterface(std::move(endpoint0)); in MakeRequestAssociatedWithDedicatedPipe()
246 endpoint0 = router0->CreateLocalEndpointHandle(id); in MakeRequestAssociatedWithDedicatedPipe()
248 ptr->Bind(AssociatedInterfacePtrInfo<Interface>(std::move(endpoint0), in MakeRequestAssociatedWithDedicatedPipe()
/external/skqp/src/utils/
DSkPolyUtils.cpp1119 const SkPoint& endpoint0, const SkPoint& endpoint1, in setup_offset_edge() argument
1121 currEdge->fOffset.fP0 = endpoint0; in setup_offset_edge()
1122 currEdge->fOffset.fV = endpoint1 - endpoint0; in setup_offset_edge()
/external/skia/src/utils/
DSkPolyUtils.cpp1149 const SkPoint& endpoint0, const SkPoint& endpoint1, in setup_offset_edge() argument
1151 currEdge->fOffset.fP0 = endpoint0; in setup_offset_edge()
1152 currEdge->fOffset.fV = endpoint1 - endpoint0; in setup_offset_edge()