Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gskpathmeasure.h File Reference
#include <gsk/gskpath.h>
#include <gsk/gskpathpoint.h>

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 GskPathMeasuregsk_path_measure_new (GskPath *path)
 
GDK_AVAILABLE_IN_4_14 GskPathMeasuregsk_path_measure_new_with_tolerance (GskPath *path, float tolerance)
 
GDK_AVAILABLE_IN_4_14 GskPathMeasuregsk_path_measure_ref (GskPathMeasure *self)
 
GDK_AVAILABLE_IN_4_14 void gsk_path_measure_unref (GskPathMeasure *self)
 
GDK_AVAILABLE_IN_4_14 GskPathgsk_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)
 

Macro Definition Documentation

◆ GSK_TYPE_PATH_MEASURE

#define GSK_TYPE_PATH_MEASURE   (gsk_path_measure_get_type ())

Definition at line 32 of file gskpathmeasure.h.

Function Documentation

◆ gsk_path_measure_get_length()

GDK_AVAILABLE_IN_4_14 float gsk_path_measure_get_length ( GskPathMeasure * self)

◆ gsk_path_measure_get_path()

GDK_AVAILABLE_IN_4_14 GskPath * gsk_path_measure_get_path ( GskPathMeasure * self)

◆ gsk_path_measure_get_point()

GDK_AVAILABLE_IN_4_14 gboolean gsk_path_measure_get_point ( GskPathMeasure * self,
float distance,
GskPathPoint * result )

◆ gsk_path_measure_get_tolerance()

GDK_AVAILABLE_IN_4_14 float gsk_path_measure_get_tolerance ( GskPathMeasure * self)

◆ gsk_path_measure_get_type()

GDK_AVAILABLE_IN_4_14 GType gsk_path_measure_get_type ( void )

◆ gsk_path_measure_new()

GDK_AVAILABLE_IN_4_14 GskPathMeasure * gsk_path_measure_new ( GskPath * path)

◆ gsk_path_measure_new_with_tolerance()

GDK_AVAILABLE_IN_4_14 GskPathMeasure * gsk_path_measure_new_with_tolerance ( GskPath * path,
float tolerance )

◆ gsk_path_measure_ref()

GDK_AVAILABLE_IN_4_14 GskPathMeasure * gsk_path_measure_ref ( GskPathMeasure * self)

◆ gsk_path_measure_unref()

GDK_AVAILABLE_IN_4_14 void gsk_path_measure_unref ( GskPathMeasure * self)