12 #ifndef TIL_TILELIST_H
13 #define TIL_TILELIST_H
27 void init(
const TIL_Plane *,
int array_index,
28 int x1,
int y1,
int image_index);
33 void setSize(
int x,
int y);
42 TIL_Region *getRegionFromTiles(
bool uncooked_only =
false);
46 void clearToBlack(
bool markconstant =
true);
49 {
return myItems[0] == 0 && myItems[1] == 0 &&
50 myItems[2] == 0 && myItems[3] == 0; }
79 int myX1, myY1, myX2,
myY2;
TIL_Interlace myInterlace
const TIL_Plane * myPlane
#define PLANE_MAX_VECTOR_SIZE
LeafData & operator=(const LeafData &)=delete
void setDeferredKey(void *key)
bool OIIO_UTIL_API contains(string_view a, string_view b)
Does 'a' contain the string 'b' within it?