Home | History | Annotate | Download | only in mac

Lines Matching refs:_width

27 _width( 0),
96 if(_width != videoFrame.width() ||
112 _width = width;
134 if (width == _width && _height == height)
142 _width = width;
152 _incomingBufferSize = CalcBufferSize(kI420, _width, _height);
153 _bufferSize = CalcBufferSize(kARGB, _width, _height);
180 if (texSize < _width || texSize < _height)
190 _width, // width
248 _width, // width
282 // _width = mainDisplayRect.size.width;
285 // float newX = mainDisplayRect.size.width/_width;
306 glTexCoord2f(_width, 0.0); glVertex2f(xStop, yStop);
307 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart);
339 int oldWidth = _width;
343 _width = 0;