Lines Matching refs:opt
78 * @param opt Indicates the pointer to the hardware acceleration option.
85 int32_t (*FillRect)(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt);
93 * @param opt Indicates the pointer to the hardware acceleration option.
100 int32_t (*DrawRectangle)(ISurface *surface, Rectangle *rect, uint32_t color, GfxOpt *opt);
107 * @param opt Indicates the pointer to the hardware acceleration option.
114 int32_t (*DrawLine)(ISurface *surface, ILine *line, GfxOpt *opt);
121 * @param opt Indicates the pointer to the hardware acceleration option.
128 int32_t (*DrawCircle)(ISurface *surface, ICircle *circle, GfxOpt *opt);
139 * @param opt Indicates the pointer to the hardware acceleration option.
146 int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt);