Lines Matching refs:Paint
99 return (Tvg_Result) reinterpret_cast<Canvas*>(canvas)->push(unique_ptr<Paint>((Paint*)paint)); in tvg_canvas_push()
126 return (Tvg_Result) reinterpret_cast<Canvas*>(canvas)->update((Paint*) paint); in tvg_canvas_update_paint()
158 delete(reinterpret_cast<Paint*>(paint)); in tvg_paint_del()
166 return (Tvg_Result) reinterpret_cast<Paint*>(paint)->scale(factor); in tvg_paint_scale()
173 return (Tvg_Result) reinterpret_cast<Paint*>(paint)->rotate(degree); in tvg_paint_rotate()
180 return (Tvg_Result) reinterpret_cast<Paint*>(paint)->translate(x, y); in tvg_paint_translate()
187 …return (Tvg_Result) reinterpret_cast<Paint*>(paint)->transform(*(reinterpret_cast<const Matrix*>(m… in tvg_paint_set_transform()
194 *reinterpret_cast<Matrix*>(m) = reinterpret_cast<Paint*>(paint)->transform(); in tvg_paint_get_transform()
202 return (Tvg_Paint*) reinterpret_cast<Paint*>(paint)->duplicate(); in tvg_paint_duplicate()
209 return (Tvg_Result) reinterpret_cast<Paint*>(paint)->opacity(opacity); in tvg_paint_set_opacity()
216 *opacity = reinterpret_cast<const Paint*>(paint)->opacity(); in tvg_paint_get_opacity()
224 return (Tvg_Result) reinterpret_cast<const Paint*>(paint)->bounds(x, y, w, h, transformed); in tvg_paint_get_bounds()
231 …return (Tvg_Result) reinterpret_cast<Paint*>(paint)->composite(unique_ptr<Paint>((Paint*)(target))… in tvg_paint_set_composite_method()
238 …mpositeMethod*>(method) = reinterpret_cast<const Paint*>(paint)->composite(reinterpret_cast<const … in tvg_paint_get_composite_method()
246 return (Tvg_Result) reinterpret_cast<Paint*>(paint)->blend((BlendMethod)method); in tvg_paint_set_blend_method()
253 *type = static_cast<Tvg_Type>(reinterpret_cast<const Paint*>(paint)->type()); in tvg_paint_get_type()
261 return (Tvg_Result) reinterpret_cast<Paint*>(paint)->clip(unique_ptr<Paint>((Paint*)(clipper))); in tvg_paint_set_clip()
722 return (Tvg_Result) reinterpret_cast<Scene*>(scene)->push(unique_ptr<Paint>((Paint*)paint)); in tvg_scene_push()
802 …return (Tvg_Result) reinterpret_cast<Saver*>(saver)->save(unique_ptr<Paint>((Paint*)paint), path, … in tvg_saver_save()