HomeSort by relevance Sort by last modified time
    Searched refs:m_height (Results 51 - 75 of 88) sorted by null

1 23 4

  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 165 m_height = (int)height;
189 if( m_png_ptr && m_info_ptr && m_end_info && m_width && m_height )
229 buffer = new uchar*[m_height];
231 for( y = 0; y < m_height; y++ )
grfmt_base.cpp 52 m_width = m_height = 0;
68 m_width = m_height = 0;
grfmt_exr.cpp 133 m_height = m_datawindow.max.y - m_datawindow.min.y + 1;
390 ChromaToBGR( (float *)data, m_height, step / xstep );
403 for( int y = (m_height - 1) / ysample, yre = m_height - ysample; y >= 0; y--, yre -= ysample )
447 for( int y = m_height - ysample, yre = m_height - ysample; y >= 0; y -= ysample, yre -= ysample )
grfmt_jpeg.cpp 181 m_height = cinfo->image_height;
334 if( m_cinfo && m_jerr && m_width && m_height )
390 for( ; m_height--; data += step )
853 m_height = lstrm.GetWord();
857 if( m_width == 0 || m_height == 0 || // DNL not supported
921 m_width = m_height = -1;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.h 87 int m_height; member in class:WebCore::FixedBackgroundImageLayerAndroid
BaseLayerAndroid.cpp 123 , m_height(h)
154 , m_height(layer.m_height)
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.h 198 const int m_height; member in class:WebThemeControlDRTWin
WebThemeControlDRTWin.cpp 107 , m_height(m_irect.height())
196 SkScalar cy = SkIntToScalar(m_top + m_height / 2);
283 int halfHeight = m_height / 2;
285 int quarterHeight = m_height / 4;
367 int shortOffset = m_height - notchShortOffset;
375 int shortOffset = m_height - notchShortOffset;
AccessibilityUIElement.h 99 CppVariant m_height; member in class:AccessibilityUIElement
  /frameworks/av/libvideoeditor/vss/src/
M4AIR_API.c 248 if( ((pC->m_params.m_inputSize.m_height)&0x1) ||
249 ((pC->m_params.m_inputSize.m_height)&0x1))
260 &&((pC->m_params.m_inputSize.m_height) == (pC->m_params.m_outputSize.m_height)))
275 u32_height_in = ((i==0)||(i==3))?pC->m_params.m_inputSize.m_height:\
276 (pC->m_params.m_inputSize.m_height+1)>>1;
279 u32_height_out = ((i==0)||(i==3))?pC->m_params.m_outputSize.m_height:\
280 (pC->m_params.m_outputSize.m_height+1)>>1;
487 pu8_data_in += ((pC->m_params.m_inputSize.m_height>>u32_shift) -1)\
    [all...]
M4VSS3GPP_EditVideo.c     [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp 91 cb->m_height = p_height;
192 0, 0, m_width, m_height, 0);
200 0, 0, m_width, m_height, 0);
222 s_gl.glViewport(0, 0, m_width, m_height);
366 s_gl.glReadPixels(0, 0, m_width, m_height,
FrameBuffer.cpp 357 m_height(p_height),
393 m_fbImage = (unsigned char*)malloc(4 * m_width * m_height);
858 m_onPost(m_onPostContext, m_width, m_height, -1,
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.cpp 61 unsigned int m_height; member in struct:__anon19818
228 if ((pC->m_width != width) || (pC->m_height != height))
234 pC->m_height = height;
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.cpp 139 renderInfo.textureInfo->m_height = tileHeight;
GLUtils.cpp 437 renderInfo->textureInfo->m_height = bitmap.height();
459 if (requiredSize.equals(textureInfo->m_width, textureInfo->m_height))
470 textureInfo->m_height = bitmap.height();
  /frameworks/av/libvideoeditor/vss/common/inc/
M4Common_types.h 224 M4OSA_UInt32 m_height; /**< image height in pixels */ member in struct:__anon18806
  /external/webkit/Source/WebCore/rendering/
RenderLayer.h 223 int height() const { return m_height; }
224 IntSize size() const { return IntSize(m_width, m_height); }
231 void setHeight(int h) { m_height = h; }
670 int m_height; member in class:WebCore::RenderLayer
    [all...]
EllipsisBox.cpp 118 IntRect boundsRect = IntRect(tx, ty, m_logicalWidth, m_height);
  /external/webkit/Source/WebCore/svg/
SVGFilterPrimitiveStandardAttributes.cpp 50 , m_height(LengthModeHeight, "100%")
SVGForeignObjectElement.cpp 49 , m_height(LengthModeHeight)
SVGFilterElement.cpp 61 , m_height(LengthModeHeight, "120%")
SVGImageElement.cpp 52 , m_height(LengthModeHeight)
SVGMaskElement.cpp 54 , m_height(LengthModeHeight, "120%")

Completed in 443 milliseconds

1 23 4