Searched refs:get_fd (Results 1 – 13 of 13) sorted by relevance
511 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function560 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function609 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function615 case 0: return u.format0.get_fd (glyph); in get_fd()616 case 3: return u.format3.get_fd (glyph); in get_fd()
78 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function85 case 0: return u.format0.get_fd (glyph); in get_fd()86 case 3: return u.format3.get_fd (glyph); in get_fd()87 case 4: return u.format4.get_fd (glyph); in get_fd()
308 unsigned int fd = acc.fdSelect->get_fd (glyph); in flatten()664 unsigned int fd = acc.fdSelect->get_fd (glyph); in subset()692 unsigned int fd = acc.fdSelect->get_fd (glyph); in subset()717 unsigned int fd = acc.fdSelect->get_fd (glyph); in subset()747 unsigned int fd = acc.fdSelect->get_fd (glyph); in encode_charstrings()
297 unsigned int fd = cff->fdSelect->get_fd (glyph); in _get_bounds()378 unsigned int fd = fdSelect->get_fd (glyph); in get_seac_components()
113 unsigned int fd = fdSelect->get_fd (glyph); in get_extents()
82 fd = src.get_fd (glyph); in hb_plan_subset_cff_fdselect()
59 int grpc_endpoint_get_fd(grpc_endpoint* ep) { return ep->vtable->get_fd(ep); } in grpc_endpoint_get_fd()
49 int (*get_fd)(grpc_endpoint* ep); member
420 int get_fd(void) in get_fd() function476 int fd = get_fd(); in check_size()495 int fd = get_fd(); in check_trunc_hack()916 int fd = get_fd(); in writefileimage()1291 int fd = get_fd(); in main()1323 int fd = get_fd(); in main()
107 int (*get_fd)(const struct iio_device *dev); member
369 if (dev->ctx->ops->get_fd) in iio_device_get_poll_fd()370 return dev->ctx->ops->get_fd(dev); in iio_device_get_poll_fd()
1872 .get_fd = local_get_fd,
57 get_fd}; in DummyEndpoint()127 static int get_fd(grpc_endpoint* ep) { return 0; } in get_fd() function in DummyEndpoint