HomeSort by relevance Sort by last modified time
    Searched refs:m_height (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/opencv/otherlibs/highgui/
grfmt_base.h 71 int GetHeight() { return m_height; };
85 int m_height; // height of the image ( filled by ReadHeader ) member in class:GrFmtReader
grfmt_imageio.cpp 113 m_height = CGImageGetHeight( imageRef );
158 bitmap = (uchar*)malloc( bpp * m_height * m_width );
167 m_height, /* height */
181 CGRect rect = {{0,0},{m_width,m_height}};
199 for (int y = 0; y < m_height; y++)
219 for (int y = 0; y < m_height; y++)
grfmt_tiff.cpp 151 m_height = height;
172 if( m_tif && m_width && m_height )
189 tile_height0 = m_height;
193 for( y = 0; y < m_height; y += tile_height0, data += step*tile_height0 )
197 if( y + tile_height > m_height )
198 tile_height = m_height - y;
370 m_height = -1;
415 m_height = value;
499 m_rows_per_strip = m_height;
501 if( m_width > 0 && m_height > 0 && m_strips > 0 &
    [all...]
grfmt_pxm.cpp 167 m_height = ReadNumber( m_strm, INT_MAX );
177 if( m_width > 0 && m_height > 0 && m_maxval > 0 && m_maxval < (1 << 16))
189 m_width = m_height = -1;
240 for( y = 0; y < m_height; y++, data += step )
253 for( y = 0; y < m_height; y++, data += step )
269 for( y = 0; y < m_height; y++, data += step )
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;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.h 102 Length m_height; member in class:WebCore::FINAL
  /external/clang/test/SemaCXX/
invalid-member-expr.cpp 53 Length m_height; member in struct:rdar11293995::LengthSize
  /frameworks/av/libvideoeditor/vss/common/inc/
M4AIR_API.h 75 M4OSA_UInt32 m_height; /**< Height */ member in struct:__anon29147
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPbufferSurface.h 37 *height = m_height;
EglPixmapSurface.cpp 49 *val = m_height;
EglWindowSurface.cpp 50 *val = m_height;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.h 59 GLuint m_height; member in class:WindowSurface
FrameBuffer.h 60 int getHeight() const { return m_height; }
113 int m_height; member in class:FrameBuffer
ColorBuffer.cpp 91 cb->m_height = p_height;
192 m_width, m_height);
200 m_width, m_height);
222 s_gl.glViewport(0, 0, m_width, m_height);
366 s_gl.glReadPixels(0, 0, m_width, m_height,
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c 586 Params.m_inputSize.m_height = pC->m_pDecodedPlane->u_height;
589 Params.m_outputSize.m_height = pImagePlanes->u_height;
749 Params.m_inputSize.m_height = (M4OSA_UInt32)(pC->m_pDecodedPlane->u_height *
    [all...]
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...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.h 189 , m_height(0)
220 m_height = height;
222 WebCore::IntRect frameRect() const { return WebCore::IntRect(m_xOffset, m_yOffset, m_width, m_height); }
226 unsigned height() const { return m_height; }
258 unsigned m_height; member in struct:GIFFrameContext
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 44 m_height = master.winfo_height()
49 m_height = master.winfo_screenheight()
54 y = m_y + (m_height - w_height) * rely
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 44 m_height = master.winfo_height()
49 m_height = master.winfo_screenheight()
54 y = m_y + (m_height - w_height) * rely
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.h 196 const int m_height; member in class:WebTestRunner::WebTestThemeControlWin
WebTestThemeControlWin.cpp 110 , m_height(m_irect.height())
194 SkScalar cy = SkIntToScalar(m_top + m_height / 2);
265 int halfHeight = m_height / 2;
267 int quarterHeight = m_height / 4;
345 int shortOffset = m_height - notchShortOffset;
353 int shortOffset = m_height - notchShortOffset;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBasicShapes.h 72 CSSPrimitiveValue* height() const { return m_height.get(); }
79 void setHeight(PassRefPtr<CSSPrimitiveValue> height) { m_height = height; }
96 RefPtr<CSSPrimitiveValue> m_height; member in class:WebCore::CSSBasicShapeRectangle
CSSBasicShapes.cpp 71 m_height->cssText(),
85 && compareCSSValuePtr(m_height, other.m_height)
95 m_height->serializeResolvingVariables(variables),
105 || m_height->hasVariableReference()
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.h 74 Length height() const { return m_height; }
81 void setHeight(Length height) { m_height = height; }
103 Length m_height; member in class:WebCore::BasicShapeRectangle

Completed in 1220 milliseconds

12 3 4