Home
last modified time | relevance | path

Searched defs:y_points (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/context/cartesian3d/
Ddraw_impl.rs22 pub(crate) y_points: Vec<Y::ValueType>, field
41 let y_points = coord.logic_y.key_points(y_hint); in get_key_points() localVariable
/aosp_15_r20/external/libdav1d/src/x86/
H A Dfilmgrain_common.asm29 .y_points: resb 14 * 2 label
/aosp_15_r20/frameworks/proto_logging/stats/atoms/sysui/
H A Dsysui_extension_atoms.proto219 repeated int32 y_points = 4; field
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_extension_atoms.pb.h4287 inline ::int32_t NavHandleTouchPoints::y_points(int index) const { in y_points() function
4307 NavHandleTouchPoints::y_points() const { in y_points() function
/aosp_15_r20/external/libdav1d/include/dav1d/
H A Dheaders.h322 uint8_t y_points[14][2 /* value, scaling */]; member