Go to the source code of this file.
|
| static rcti | blender::bke::pbvh::pixels::get_bounds (const Edge< CoordSpace::Tile > &tile_edge) |
| |
| static void | blender::bke::pbvh::pixels::add_margin (rcti &bounds, int margin) |
| |
| static void | blender::bke::pbvh::pixels::clamp (rcti &bounds, int2 resolution) |
| |
| static const Vertex< CoordSpace::Tile > | blender::bke::pbvh::pixels::convert_coord_space (const Vertex< CoordSpace::UV > &uv_vertex, const image::ImageTileWrapper image_tile, const int2 tile_resolution) |
| |
| static const Edge< CoordSpace::Tile > | blender::bke::pbvh::pixels::convert_coord_space (const Edge< CoordSpace::UV > &uv_edge, const image::ImageTileWrapper image_tile, const int2 tile_resolution) |
| |
| void | blender::bke::pbvh::pixels::copy_update (blender::bke::pbvh::Tree &pbvh, Image &image, ImageUser &image_user, const uv_islands::MeshData &mesh_data) |
| |
| void | blender::bke::pbvh::pixels::copy_pixels (blender::bke::pbvh::Tree &pbvh, Image &image, ImageUser &image_user, image::TileNumber tile_number) |
| |