Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout-opbd-table.hh58 bool get_bounds (hb_font_t *font, hb_codepoint_t glyph_id, in get_bounds() function
92 bool get_bounds (hb_font_t *font, hb_codepoint_t glyph_id, in get_bounds() function
131 bool get_bounds (hb_font_t *font, hb_codepoint_t glyph_id, in get_bounds() function
/external/sdv/vsomeip/implementation/security/include/
Dpolicy.hpp25 void get_bounds(const boost::icl::discrete_interval<T_> &_interval, in get_bounds() function
/external/pytorch/torch/_inductor/
Dbounds.py59 def get_bounds(self) -> Dict[torch.fx.Node, ValueRanges[Expr]]: member in BoundVars
/external/skia/tools/skdiff/
Dskdiff_main.cpp329 static void get_bounds(DiffResource& resource, const char* name) { in get_bounds() function
341 static void get_bounds(DiffRecord& drp) { in get_bounds() function
/external/rust/android-crates-io/crates/diplomat_core/src/hir/
Dlifetimes.rs81 pub(super) fn get_bounds(&self, named_lifetime: Lifetime) -> Option<&BoundedLifetime> { in get_bounds() method