Home | History | Annotate | Download | only in mac

Lines Matching refs:_height

39     _height( 0),
87 _height != videoFrame.height()) {
123 if (width == _width && _height == height)
132 _height = height;
141 _incommingBufferSize = CalcBufferSize(kI420, _width, _height);
142 _bufferSize = CalcBufferSize(kARGB, _width, _height);//_width * _height * bytesPerPixel;
193 if (texSize < _width || texSize < _height)
205 _height, // height
261 _height, // height
312 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart);
313 glTexCoord2f(0.0, _height); glVertex2f(xStart, yStart);
345 int oldHeight = _height;
349 _height = 0;