Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/
DSliceTrack.kt47 var ty = metrics.ascent in paintComponent() variable
48 ty += (height - ty) / 2 in paintComponent()
64 drawLabel(it, g, metrics, x, ty, width) in paintComponent()
/tools/netsim/rust/proto/src/
Dfrontend_grpc.rs22 ty: ::grpcio::MethodType::Unary,
32 ty: ::grpcio::MethodType::Unary,
42 ty: ::grpcio::MethodType::Unary,
52 ty: ::grpcio::MethodType::Unary,
60 ty: ::grpcio::MethodType::Unary,
70 ty: ::grpcio::MethodType::Unary,
80 ty: ::grpcio::MethodType::Unary,
90 ty: ::grpcio::MethodType::Unary,
100 ty: ::grpcio::MethodType::Unary,
110 ty: ::grpcio::MethodType::ServerStreaming,
Dpacket_streamer_grpc.rs22 ty: ::grpcio::MethodType::Duplex,
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h764 Mat4& PostTranslate(float tx, float ty, float tz) { in PostTranslate() argument
765 f_[12] += (tx * f_[0]) + (ty * f_[4]) + (tz * f_[8]); in PostTranslate()
766 f_[13] += (tx * f_[1]) + (ty * f_[5]) + (tz * f_[9]); in PostTranslate()
767 f_[14] += (tx * f_[2]) + (ty * f_[6]) + (tz * f_[10]); in PostTranslate()
768 f_[15] += (tx * f_[3]) + (ty * f_[7]) + (tz * f_[11]); in PostTranslate()