Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A 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
/aosp_15_r20/external/skia/tools/skdiff/
H A 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
/aosp_15_r20/external/sdv/vsomeip/implementation/security/include/
Dpolicy.hpp25 void get_bounds(const boost::icl::discrete_interval<T_> &_interval, in get_bounds() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dbounds.py59 def get_bounds(self) -> Dict[torch.fx.Node, ValueRanges[Expr]]: member in BoundVars