Home | History | Annotate | Download | only in src

Lines Matching refs:PixelArray

60 //         - PixelArray
1149 // case or a PixelArray in a special case.
2349 // A PixelArray represents a fixed-size byte array with special semantics
2356 class PixelArray: public Array {
2371 static inline PixelArray* cast(Object* obj);
2381 // PixelArray headers are not quadword aligned.
2387 DISALLOW_IMPLICIT_CONSTRUCTORS(PixelArray);