Lines Matching refs:VGubyte

132                           VGubyte *common_data,  in vg_float_to_datatype()
140 common_data[i] = (VGubyte)data[i]; in vg_float_to_datatype()
174 VGubyte *common_data = (VGubyte *)pdata; in coords_adjust_by_scale_bias()
252 const VGubyte * pathSegments, in path_append_data()
262 VGubyte *coords = (VGubyte*)p->control_points->data; in path_append_data()
310 VGubyte *common_data = (VGubyte *)dst; in convert_path()
394 VGubyte segment = ((VGubyte*)(p->segments->data))[i]; in path_get_fill_polygons()
649 return num_elements_for_segments((VGubyte*)p->segments->data, in path_num_coords()
658 VGubyte *segments = (VGubyte*)(p->segments->data); in path_modify_coords()
664 ((VGubyte*)p->control_points->data) + in path_modify_coords()
689 p.segment = ((VGubyte*)(path->segments->data))[i]; in path_for_each_segment()
822 VGubyte segment = SEGMENT_COMMAND(pd->segment);/* abs bit is 0 */ in transform_cb()
824 VGubyte common_data[sizeof(VGfloat)*8]; in transform_cb()
939 static INLINE VGboolean is_segment_arc(VGubyte segment) in is_segment_arc()
941 VGubyte scommand = SEGMENT_COMMAND(segment); in is_segment_arc()
950 VGubyte segment;
954 static INLINE VGubyte normalize_coords(struct path_iter_data *pd, in normalize_coords()
1159 VGubyte common_data[sizeof(VGfloat)*8]; in path_interpolate()
1171 VGubyte segment; in path_interpolate()
1172 VGubyte ssegment, esegment; in path_interpolate()
1174 start_iter.segment = ((VGubyte*)(start->segments->data))[i]; in path_interpolate()
1175 end_iter.segment = ((VGubyte*)(end->segments->data))[i]; in path_interpolate()
1274 VGubyte segment = ((VGubyte*)(p->segments->data))[i]; in path_create_stroke()
1632 VGubyte segment = VG_MOVE_TO_ABS; in path_move_to()
1633 VGubyte common_data[sizeof(VGfloat) * 2]; in path_move_to()
1642 VGubyte segment = VG_LINE_TO_ABS; in path_line_to()
1643 VGubyte common_data[sizeof(VGfloat) * 2]; in path_line_to()
1655 VGubyte segment = VG_CUBIC_TO_ABS; in path_cubic_to()
1656 VGubyte common_data[sizeof(VGfloat) * 6]; in path_cubic_to()
1735 VGubyte segment; in path_bounding_rect()
1736 iter.segment = ((VGubyte*)(p->segments->data))[i]; in path_bounding_rect()
1811 VGubyte segment; in path_length()
1813 iter.segment = ((VGubyte*)(p->segments->data))[i]; in path_length()
1998 iter.segment = ((VGubyte*)(p->segments->data))[i]; in path_point()