Home
last modified time | relevance | path

Searched refs:VGUMatrix3 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_vgu.h225 } VGUMatrix3; typedef
323VGUMatrix3 *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);