Lines Matching refs:opt
50 * @param opt Indicates the pointer to the hardware acceleration option.
55 int32_t (*FillRect)(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt);
63 * @param opt Indicates the pointer to the hardware acceleration option.
68 int32_t (*DrawRectangle)(ISurface *surface, Rectangle *rect, uint32_t color, GfxOpt *opt);
75 * @param opt Indicates the pointer to the hardware acceleration option.
80 int32_t (*DrawLine)(ISurface *surface, ILine *line, GfxOpt *opt);
87 * @param opt Indicates the pointer to the hardware acceleration option.
92 int32_t (*DrawCircle)(ISurface *surface, ICircle *circle, GfxOpt *opt);
103 * @param opt Indicates the pointer to the hardware acceleration option.
108 int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt);