Home
last modified time | relevance | path

Searched refs:_pixels (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfPreviewImage.cpp55 _pixels = new PreviewRgba in PreviewImage()
61 _pixels[i] = pixels[i]; in PreviewImage()
66 _pixels[i] = PreviewRgba(); in PreviewImage()
74 _pixels (new PreviewRgba [other._width * other._height]) in PreviewImage()
77 _pixels[i] = other._pixels[i]; in PreviewImage()
83 delete [] _pixels; in ~PreviewImage()
90 delete [] _pixels; in operator =()
94 _pixels = new PreviewRgba [other._width * other._height]; in operator =()
97 _pixels[i] = other._pixels[i]; in operator =()
DImfPreviewImage.h107 PreviewRgba * pixels () {return _pixels;} in pixels()
108 const PreviewRgba * pixels () const {return _pixels;} in pixels()
116 {return _pixels[y * _width + x];} in pixel()
119 {return _pixels[y * _width + x];} in pixel()
125 PreviewRgba * _pixels; variable
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
D_bitmap.py98 self._pixels = pixels
119 self._pixels)
124 self._pixels = self._PrepareTools().CropPixels()
128 if type(self._pixels) is not bytearray:
129 self._pixels = bytearray(self._pixels)
130 return self._pixels