Home
last modified time | relevance | path

Searched refs:_height (Results 1 – 16 of 16) sorted by relevance

/external/webkit/WebCore/svg/
DSVGFilterPrimitiveStandardAttributes.cpp80 float _x, _y, _width, _height; in setStandardAttributes() local
86 _height = height().valueAsPercentage(); in setStandardAttributes()
115 _height = height().valueAsPercentage(); in setStandardAttributes()
118 _height = height().value(this); in setStandardAttributes()
122 filterEffect->setSubRegion(FloatRect(_x, _y, _width, _height)); in setStandardAttributes()
DSVGFilterElement.cpp111 float _x, _y, _width, _height; in canvasResource() local
117 _height = height().valueAsPercentage(); in canvasResource()
125 _height = height().value(this); in canvasResource()
128 m_filter->setFilterRect(FloatRect(_x, _y, _width, _height)); in canvasResource()
/external/opencore/fileformats/mp4/composer/src/
Davcsampleentry.cpp57 _height = 144; in init()
78 _height = height; in setVideoParam()
147 if (!PVA_FF_AtomUtils::render16(fp, _height)) in renderToFileStream()
225 size += sizeof(_height); in recomputeSize()
Dtrackheaderatom.cpp41 _height = 144; in PVA_FF_TrackHeaderAtom()
88 _reserved7 = (_height << 16);; in init()
114 _height = height; in setVideoWidthHeight()
116 _reserved7 = (_height << 16);; in setVideoWidthHeight()
/external/qemu/
Dloadpng.c12 void *loadpng(const char *fn, unsigned *_width, unsigned *_height) in loadpng() argument
121 *_height = height; in loadpng()
151 void *readpng(const unsigned char *base, size_t size, unsigned *_width, unsigned *_height) in readpng() argument
252 *_height = height; in readpng()
/external/opencore/fileformats/mp4/parser/include/
Dh263sampleentry.h82 return (_height); in getHeight()
91 uint16 _height; variable
Dtrackheaderatom.h94 return _height; in getTextTrackHeight()
134 int32 _height; variable
Davcsampleentry.h45 return (_height); in getHeight()
259 int16 _height; variable
/external/opencore/fileformats/mp4/parser/src/
Dh263sampleentry.cpp71 if (!AtomUtils::read16(fp, _height)) in H263SampleEntry()
118 _pH263decSpecificInfo->_max_height = _height; in H263SampleEntry()
Dtrackheaderatom.cpp42 _height = 0; in TrackHeaderAtom()
138 _height = ((_reserved7 >> 16) & 0xFFFF); in TrackHeaderAtom()
Davcsampleentry.cpp93 _height = (int16)data16; in AVCSampleEntry()
/external/opencore/fileformats/mp4/composer/include/
Davcsampleentry.h66 int16 _height; variable
Dtrackheaderatom.h131 uint16 _height; variable
/external/qemu/android/skin/
Dimage.c272 extern void *loadpng(const char *fn, unsigned *_width, unsigned *_height);
273 extern void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
/external/qemu/android/
Dmain.c165 void *loadpng(const char *fn, unsigned *_width, unsigned *_height);
166 void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
/external/webkit/WebCore/rendering/
DRenderBlock.cpp2345 int _height = o->height() + o->marginTop() + o->marginBottom(); in positionNewFloats() local
2384 f->m_bottom = f->m_top + _height; in positionNewFloats()