Home
last modified time | relevance | path

Searched refs:update_bounds (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cff2-table.cc47 void update_bounds (const Point &pt) in update_bounds() function
75 param.update_bounds (env.get_pt ()); in line()
78 param.update_bounds (env.get_pt ()); in line()
86 param.update_bounds (env.get_pt ()); in curve()
89 param.update_bounds (pt1); in curve()
90 param.update_bounds (pt2); in curve()
92 param.update_bounds (env.get_pt ()); in curve()
/external/walt/android/WALT/app/src/main/jni/
Dsync_clock.h49 void update_bounds(struct clock_connection *clk);
Dsync_clock_jni.c50 update_bounds(&clk); in Java_org_chromium_latency_walt_WaltUsbConnection_updateBounds()
Dsync_clock_linux.c70 update_bounds(&clk); in main()
Dsync_clock.c300 void update_bounds(struct clock_connection *clk) { in update_bounds() function