HomeSort by relevance Sort by last modified time
    Searched refs:Height (Results 1 - 25 of 36) sorted by null

1 2

  /external/webkit/WebCore/platform/graphics/haiku/
FloatRectHaiku.cpp 39 , m_size(rect.Width() + 1, rect.Height() + 1)
45 return BRect(BPoint(x(), y()), BSize(width() - 1, height() - 1));
  /external/webkit/WebCore/svg/
SVGFilterPrimitiveStandardAttributes.h 55 DECLARE_ANIMATED_PROPERTY(SVGFilterPrimitiveStandardAttributes, SVGNames::heightAttr, SVGLength, Height, height)
SVGForeignObjectElement.h 54 DECLARE_ANIMATED_PROPERTY(SVGForeignObjectElement, SVGNames::heightAttr, SVGLength, Height, height)
SVGRectElement.h 55 DECLARE_ANIMATED_PROPERTY(SVGRectElement, SVGNames::heightAttr, SVGLength, Height, height)
SVGFilterElement.h 62 DECLARE_ANIMATED_PROPERTY(SVGFilterElement, SVGNames::heightAttr, SVGLength, Height, height)
SVGImageElement.h 68 DECLARE_ANIMATED_PROPERTY(SVGImageElement, SVGNames::heightAttr, SVGLength, Height, height)
SVGMaskElement.h 66 DECLARE_ANIMATED_PROPERTY(SVGMaskElement, SVGNames::heightAttr, SVGLength, Height, height)
SVGPatternElement.h 65 DECLARE_ANIMATED_PROPERTY(SVGPatternElement, SVGNames::heightAttr, SVGLength, Height, height)
SVGUseElement.h 81 DECLARE_ANIMATED_PROPERTY(SVGUseElement, SVGNames::heightAttr, SVGLength, Height, height)
SVGSVGElement.h 141 DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::heightAttr, SVGLength, Height, height)
  /external/opencore/codecs_v2/omx/omx_h264/src/
avc_dec.cpp 134 FrameSize = Output.pitch * Output.height;
138 *aOutputLength = (Output.pitch * Output.height * 3) >> 1;
176 OMX_S32 Width, Height;
229 Height = (pDecVid->seqParams[0]->pic_height_in_map_units_minus1 + 1) * 16;
239 crop_bottom = Height - (2 * pDecVid->seqParams[0]->frame_crop_bottom_offset + 1);
244 crop_bottom = Height - (4 * pDecVid->seqParams[0]->frame_crop_bottom_offset + 1);
249 crop_bottom = Height - 1;
  /external/giflib/
gifalloc.c 223 register int RasterSize = Image->ImageDesc.Height * Image->ImageDesc.Width;
381 CopyFrom->ImageDesc.Height *
388 sizeof(GifPixelType) * CopyFrom->ImageDesc.Height *
gif_lib.h 79 GifWord Left, Top, Width, Height, /* Current image dimensions. */
222 int QuantizeBuffer(unsigned int Width, unsigned int Height,
dgif_lib.c 345 DGifGetWord(GifFile, &GifFile->Image.Height) == GIF_ERROR)
416 (long)GifFile->Image.Height;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxmodes.c 35 static void set_best_resolution(_THIS, int width, int height)
44 CYBRBIDTG_NominalHeight,height,
57 SDL_Display=GFX_Display=OpenScreenTags(NULL,SA_Width,width,SA_Height,height,
67 *h = /*SDL_Display->Height*/ SDL_Window->Height-SDL_Window->BorderBottom-SDL_Window->BorderTop;
181 SDL_modelist[i]->h = SDL_Display->Height;
300 int width,height; local
SDL_cgxgl.c 46 attributes[i].ti_Tag = AMA_Height; attributes[i++].ti_Data = win->Height-win->BorderBottom-win->BorderTop;
SDL_cgxvideo.c 47 static SDL_Surface *CGX_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
467 this->info.current_h = SDL_Display->Height;
474 CYBRBIDTG_NominalHeight,SDL_Display->Height,
488 SA_Height,SDL_Display->Height,
656 display_h = SDL_Display->Height;
901 int width, int height, int bpp, Uint32 flags)
952 current->h!=height ||
966 CYBRBIDTG_NominalHeight,height,
977 SA_Height,height,
1071 if (CGX_ResizeWindow(this, current, width, height, flags) < 0)
    [all...]
SDL_amigaevents.c 255 SDL_Window->Height-SDL_Window->BorderTop-SDL_Window->BorderBottom);
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 52 GifInterlaceIter(int height) : fHeight(height) {
151 msg, bm.width(), bm.height(), bm.getPixels(), bm.getColorTable());
169 int width, height; local
190 height = gif->SHeight;
191 if (width <= 0 || height <= 0 ||
193 width, height)) {
197 bm->setConfig(SkBitmap::kIndex8_Config, width, height);
207 desc.Top + desc.Height > height) {
    [all...]
  /frameworks/base/core/java/android/content/res/
StringBlock.java 196 sub = subtag(tag, ";height=");
199 addParagraphSpan(buffer, new Height(size),
310 * Forces the text line to be the specified height, shrinking/stretching
314 private static class Height implements LineHeightSpan.WithDensity {
318 public Height(int size) {
344 * the height of a capital letter actually is,
  /external/jhead/
jhead.h 80 int Height, Width;
jhead.c 293 if (ImageInfo.Height <= 1280 && ImageInfo.Width <= 1280){
294 printf("not resizing %dx%x '%s'\n",ImageInfo.Height, ImageInfo.Width, ImageInfo.FileName);
298 scale = 1024.0 / ImageInfo.Height;
303 sprintf(CommandString, "mogrify -geometry %dx%d -quality 85 &i",(int)(ImageInfo.Width*scale), (int)(ImageInfo.Height*scale));
444 if (ImageInfo.Width > ImageInfo.Height) return TRUE;
448 if (ImageInfo.Width < ImageInfo.Height) return TRUE;
    [all...]
jpgfile.c 87 ImageInfo.Height = Get16m(Data+3);
101 ImageInfo.Width, ImageInfo.Height, num_components, data_precision);
  /external/opencore/codecs_v2/omx/omx_m4v/src/
omx_mpeg4_component.cpp     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
3d-cube.js 15 DisplArea.Height = 300;

Completed in 370 milliseconds

1 2