Searched refs:VGUMatrix3 (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_vgu.h | 225 } VGUMatrix3; typedef 323 …VGUMatrix3 *matrix; /* < Pointer to the transformation matrix. If it is null, the identity matrix … 354 VGUMatrix3 *matrix; /* < Pointer to the transformation matrix of the gradient object */ 468 …VGUResult (*RenderFill)(VGUSurface *target, const VGUPath *path, const VGUMatrix3 *matrix, const V… 485 VGUResult (*RenderStroke)(VGUSurface *target, const VGUPath *path, const VGUMatrix3 *matrix, 622 VGUResult VGUMatrixIdentity(VGUMatrix3 *matrix); 635 VGUResult VGUMatrixScale(VGUMatrix3 *matrix, float xScale, float yScale); 647 VGUResult VGUMatrixRotate(VGUMatrix3 *matrix, float degree); 660 VGUResult VGUMatrixTranslate(VGUMatrix3 *matrix, float x, float y); 696 VGUResult VGUGradientMatrix(VGUGradient *gradient, const VGUMatrix3 *matrix);
|