/external/webkit/WebCore/svg/ |
D | SVGFilterPrimitiveStandardAttributes.cpp | 80 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()
|
D | SVGFilterElement.cpp | 111 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/ |
D | avcsampleentry.cpp | 57 _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()
|
D | trackheaderatom.cpp | 41 _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/ |
D | loadpng.c | 12 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/ |
D | h263sampleentry.h | 82 return (_height); in getHeight() 91 uint16 _height; variable
|
D | trackheaderatom.h | 94 return _height; in getTextTrackHeight() 134 int32 _height; variable
|
D | avcsampleentry.h | 45 return (_height); in getHeight() 259 int16 _height; variable
|
/external/opencore/fileformats/mp4/parser/src/ |
D | h263sampleentry.cpp | 71 if (!AtomUtils::read16(fp, _height)) in H263SampleEntry() 118 _pH263decSpecificInfo->_max_height = _height; in H263SampleEntry()
|
D | trackheaderatom.cpp | 42 _height = 0; in TrackHeaderAtom() 138 _height = ((_reserved7 >> 16) & 0xFFFF); in TrackHeaderAtom()
|
D | avcsampleentry.cpp | 93 _height = (int16)data16; in AVCSampleEntry()
|
/external/opencore/fileformats/mp4/composer/include/ |
D | avcsampleentry.h | 66 int16 _height; variable
|
D | trackheaderatom.h | 131 uint16 _height; variable
|
/external/qemu/android/skin/ |
D | image.c | 272 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/ |
D | main.c | 165 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/ |
D | RenderBlock.cpp | 2345 int _height = o->height() + o->marginTop() + o->marginBottom(); in positionNewFloats() local 2384 f->m_bottom = f->m_top + _height; in positionNewFloats()
|