Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | GSK_TYPE_PATH_MEASURE (gsk_path_measure_get_type ()) |
Functions | |
GDK_AVAILABLE_IN_4_14 GType | gsk_path_measure_get_type (void) G_GNUC_CONST |
GDK_AVAILABLE_IN_4_14 GskPathMeasure * | gsk_path_measure_new (GskPath *path) |
GDK_AVAILABLE_IN_4_14 GskPathMeasure * | gsk_path_measure_new_with_tolerance (GskPath *path, float tolerance) |
GDK_AVAILABLE_IN_4_14 GskPathMeasure * | gsk_path_measure_ref (GskPathMeasure *self) |
GDK_AVAILABLE_IN_4_14 void | gsk_path_measure_unref (GskPathMeasure *self) |
GDK_AVAILABLE_IN_4_14 GskPath * | gsk_path_measure_get_path (GskPathMeasure *self) G_GNUC_PURE |
GDK_AVAILABLE_IN_4_14 float | gsk_path_measure_get_tolerance (GskPathMeasure *self) G_GNUC_PURE |
GDK_AVAILABLE_IN_4_14 float | gsk_path_measure_get_length (GskPathMeasure *self) |
GDK_AVAILABLE_IN_4_14 gboolean | gsk_path_measure_get_point (GskPathMeasure *self, float distance, GskPathPoint *result) |
#define GSK_TYPE_PATH_MEASURE (gsk_path_measure_get_type ()) |
Definition at line 32 of file gskpathmeasure.h.
GDK_AVAILABLE_IN_4_14 float gsk_path_measure_get_length | ( | GskPathMeasure * | self | ) |
GDK_AVAILABLE_IN_4_14 GskPath * gsk_path_measure_get_path | ( | GskPathMeasure * | self | ) |
GDK_AVAILABLE_IN_4_14 gboolean gsk_path_measure_get_point | ( | GskPathMeasure * | self, |
float | distance, | ||
GskPathPoint * | result ) |
GDK_AVAILABLE_IN_4_14 float gsk_path_measure_get_tolerance | ( | GskPathMeasure * | self | ) |
GDK_AVAILABLE_IN_4_14 GType gsk_path_measure_get_type | ( | void | ) |
GDK_AVAILABLE_IN_4_14 GskPathMeasure * gsk_path_measure_new | ( | GskPath * | path | ) |
GDK_AVAILABLE_IN_4_14 GskPathMeasure * gsk_path_measure_new_with_tolerance | ( | GskPath * | path, |
float | tolerance ) |
GDK_AVAILABLE_IN_4_14 GskPathMeasure * gsk_path_measure_ref | ( | GskPathMeasure * | self | ) |
GDK_AVAILABLE_IN_4_14 void gsk_path_measure_unref | ( | GskPathMeasure * | self | ) |