HomeSort by relevance Sort by last modified time
    Searched full:m_width (Results 51 - 75 of 96) sorted by null

1 23 4

  /external/webkit/Source/WebCore/platform/graphics/wx/
FloatRectWx.cpp 37 , m_size(FloatSize(r.m_width, r.m_height))
  /development/samples/BrowserPlugin/jni/
RenderingThread.cpp 34 m_width = -1;
86 m_width = width;
92 width = m_width;
RenderingThread.h 62 int m_width; member in class:RenderingThread
  /external/webkit/Source/WebCore/platform/graphics/android/
GaneshContext.cpp 168 renderInfo.textureInfo->m_width = tileWidth;
218 if (renderInfo.textureInfo->m_width != tileWidth
223 renderInfo.textureInfo->m_width = tileWidth;
TextureInfo.h 67 int32_t m_width; member in class:WebCore::TextureInfo
GLUtils.cpp 386 if (requiredSize.equals(textureInfo->m_width, textureInfo->m_height)) {
411 textureInfo->m_width = bitmap.width();
423 texture->m_width = bitmap.width();
432 texture->m_width, texture->m_height, HAL_PIXEL_FORMAT_RGBA_8888);
SharedTexture.cpp 178 if (m_eglImage == EGL_NO_IMAGE_KHR && m_sourceTexture->m_width
  /external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.cpp 54 , m_width(width)
110 (**description).width = m_width;
148 && inBuffer.width() == m_width
  /frameworks/media/libvideoeditor/vss/src/
M4AIR_API.c 254 if( ((pC->m_params.m_inputSize.m_width)&0x1) ||
255 ((pC->m_params.m_inputSize.m_width)&0x1))
259 if(((pC->m_params.m_inputSize.m_width) == (pC->m_params.m_outputSize.m_width))
273 u32_width_in = ((i==0)||(i==3))?pC->m_params.m_inputSize.m_width:\
274 (pC->m_params.m_inputSize.m_width+1)>>1;
277 u32_width_out = ((i==0)||(i==3))?pC->m_params.m_outputSize.m_width:\
278 (pC->m_params.m_outputSize.m_width+1)>>1;
483 pu8_data_in += ((pC->m_params.m_inputSize.m_width)>>u32_shift) -1 ;
    [all...]
M4VSS3GPP_EditVideo.c     [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 108 , m_width(m_irect.width())
197 SkScalar cx = SkIntToScalar(m_left + m_width / 2);
282 int halfWidth = m_width / 2;
284 int quarterWidth = m_width / 4;
351 int shortOffset = m_width - notchShortOffset;
359 int shortOffset = m_width - notchShortOffset;
AccessibilityUIElement.h 98 CppVariant m_width; member in class:AccessibilityUIElement
  /external/webkit/Source/WebCore/rendering/style/
StyleMultiColData.h 56 float m_width; member in class:WebCore::StyleMultiColData
  /external/opencv/otherlibs/highgui/
grfmt_base.cpp 52 m_width = m_height = 0;
68 m_width = m_height = 0;
grfmt_base.h 70 int GetWidth() { return m_width; };
84 int m_width; // width of the image ( filled by ReadHeader ) member in class:GrFmtReader
grfmt_png.cpp 164 m_width = (int)width;
189 if( m_png_ptr && m_info_ptr && m_end_info && m_width && m_height )
grfmt_jpeg.cpp 180 m_width = cinfo->image_width;
334 if( m_cinfo && m_jerr && m_width && m_height )
388 JPOOL_IMAGE, m_width*4, 1 );
396 icvCvt_RGB2BGR_8u_C3R( buffer[0], 0, data, 0, cvSize(m_width,1) );
398 icvCvt_CMYK2BGR_8u_C4C3R( buffer[0], 0, data, 0, cvSize(m_width,1) );
403 memcpy( data, buffer[0], m_width );
405 icvCvt_CMYK2Gray_8u_C4C1R( buffer[0], 0, data, 0, cvSize(m_width,1) );
854 m_width = lstrm.GetWord();
857 if( m_width == 0 || m_height == 0 || // DNL not supported
921 m_width = m_height = -1
    [all...]
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderApplet.cpp 65 // not have an accurate m_width/m_height.
RenderLayer.h 244 int width() const { return m_width; }
246 IntSize size() const { return IntSize(m_width, m_height); }
252 void setWidth(int w) { m_width = w; }
685 int m_width; member in class:WebCore::RenderLayer
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGFilterPrimitiveStandardAttributes.cpp 49 , m_width(LengthModeWidth, "100%")
SVGForeignObjectElement.cpp 48 , m_width(LengthModeWidth)
SVGImageElement.cpp 51 , m_width(LengthModeWidth)
SVGMaskElement.cpp 53 , m_width(LengthModeWidth, "120%")
SVGRectElement.cpp 47 , m_width(LengthModeWidth)

Completed in 1310 milliseconds

1 23 4