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