Lines Matching refs:VGboolean
49 VGboolean dirty;
50 VGboolean dirty_stroke;
278 VGboolean relative, in map_if_relative()
396 VGboolean relative = SEGMENT_ABS_REL(segment); in path_get_fill_polygons()
687 VGboolean relative; in path_for_each_segment()
817 static VGboolean transform_cb(struct path *p, in transform_cb()
939 static INLINE VGboolean is_segment_arc(VGubyte segment) in is_segment_arc()
959 VGboolean relative = SEGMENT_ABS_REL(pd->segment); in normalize_coords()
1146 VGboolean path_interpolate(struct path *dst, in path_interpolate()
1276 VGboolean relative = SEGMENT_ABS_REL(segment); in path_create_stroke()
1701 VGboolean *initialized) in set_bounds()
1720 VGboolean bounds_inited = VG_FALSE; in path_bounding_rect()
1803 VGboolean in_range = VG_FALSE; in path_length()
1873 static INLINE VGboolean point_on_current_segment(VGfloat distance, in point_on_current_segment()
1884 static VGboolean path_point_segment(struct path_iter_data iter, in path_point_segment()
1896 VGboolean on_current_segment = VG_FALSE; in path_point_segment()
1911 VGboolean on_current_segment = VG_FALSE; in path_point_segment()
1993 VGboolean outside_range = (i < start_segment || in path_point()
2073 VGboolean path_is_empty(struct path *p) in path_is_empty()