OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_width
(Results
26 - 32
of
32
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.h
73
Length width() const { return
m_width
; }
80
void setWidth(Length width) {
m_width
= width; }
102
Length
m_width
;
member in class:WebCore::BasicShapeRectangle
RenderStyle.cpp
49
unsigned
m_width
;
member in struct:WebCore::SameSizeAsBorderValue
[
all
...]
/frameworks/av/libvideoeditor/vss/common/inc/
M4Common_types.h
223
M4OSA_UInt32
m_width
; /**< image width in pixels */
member in struct:__anon30990
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
GIFImageReader.h
190
,
m_width
(0)
221
m_width
= width;
224
WebCore::IntRect frameRect() const { return WebCore::IntRect(m_xOffset, m_yOffset,
m_width
, m_height); }
227
unsigned width() const { return
m_width
; }
259
unsigned
m_width
;
member in struct:GIFFrameContext
/external/libvpx/libwebm/
mkvparser.hpp
405
long long
m_width
;
member in class:mkvparser::VideoTrack
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h
204
unsigned
m_width
;
member in class:H264_Utils
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h
209
unsigned
m_width
;
member in class:H264_Utils
Completed in 963 milliseconds
1
2