Home | History | Annotate | Download | only in vega

Lines Matching refs:VGfloat

73 static INLINE void vg_sync_size(VGfloat *src_loc, VGfloat *dst_loc)
81 static void vg_get_copy_coords(VGfloat *src_loc,
82 VGfloat src_width, VGfloat src_height,
83 VGfloat *dst_loc,
84 VGfloat dst_width, VGfloat dst_height)
86 VGfloat dst_bounds[4], src_bounds[4];
87 VGfloat src_shift[4], dst_shift[4], shift[4];
122 VGfloat dst_loc[4], src_loc[4];
160 VGfloat dst_loc[4], src_loc[4];
219 VGfloat dwidth, dheight;
362 VGfloat *clear_colorf = ctx->state.vg.clear_color;
383 VGfloat temp[VEGA_MAX_IMAGE_WIDTH][4];
384 VGfloat *df = (VGfloat*)temp;
444 VGfloat temp[VEGA_MAX_IMAGE_WIDTH][4];
445 VGfloat *df = (VGfloat*)temp;
529 VGfloat x1, y1;
530 VGfloat x2, y2;
531 VGfloat x3, y3;
532 VGfloat x4, y4;
612 VGfloat left1 = dst->x;
613 VGfloat left2 = src->x;
614 VGfloat right1 = dst->x + dst->width;
615 VGfloat right2 = src->x + src->width;
616 VGfloat bottom1 = dst->y;
617 VGfloat bottom2 = src->y;
618 VGfloat top1 = dst->y + dst->height;
619 VGfloat top2 = src->y + src->height;