Searched defs:Plane (Results 1 – 2 of 2) sorted by relevance
467 public static abstract class Plane { class in Image473 protected Plane() { in Plane() method in Image.Plane
99 struct Plane { struct101 int width;102 int height;105 const unsigned char* data;130 inline RowIterator(Plane plane, Transform transform, int rowLength); argument