HomeSort by relevance Sort by last modified time
    Searched refs:Height (Results 276 - 300 of 634) sorted by null

<<11121314151617181920>>

  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 29 ImageRGBA(unsigned char* image, int width, int height)
30 : image_(image), width_(width), height_(height) {
38 int Height() const {
132 void JNIFUNCF(ImageFilterTinyPlanet, nativeApplyFilter, jobject bitmap_in, jint width, jint height, jobject bitmap_out, jint output_size, jfloat scale,jfloat angle)
141 StereographicProjection(scale,angle, rgb_in, width, height, rgb_out, output_size, output_size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusbrush.h 485 dstRect.Width, dstRect.Height, &nativeTexture);
494 dstRect.Width, dstRect.Height, &nativeTexture);
505 dstRect.Width, dstRect.Height, &nativeTexture);
516 dstRect.Width, dstRect.Height, &nativeTexture);
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraStream.cpp 210 stream_config.fmt.height=mHeight;
212 ALOGE("<DEBUG>::%s: Width :%d Height:%d Format:%d",__func__,mWidth,mHeight,mFormat);
286 stream_config.fmt.height=mHeight;
287 ALOGE("<DEBUG>::%s: Width :%d Height:%d Format:%d",__func__,mWidth,mHeight,format);
360 uint32_t Height,
371 mHeight=Height;
  /external/chromium_org/chrome/browser/profiles/
profile_avatar_icon_util.cc 32 // Determine what the scaled height of the avatar icon should be for a
35 // Multiply the width by the inverted aspect ratio (height over
38 ((float) avatar.height() / (float) avatar.width()) + 0.5f;
104 y = (canvas_size_.height() - height_) / 2;
107 y = canvas_size_.height() - height_ - 1;
116 y = (canvas_size_.height() - border_size) / 2;
214 int width, int height) {
215 if (!is_rectangle && image.Height() <= height)
218 gfx::Size size(width, height);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.cpp 65 // Default region line-height (vh units)
118 exceptionState.throwDOMException(IndexSizeError, "The height provided (" + String::number(value) + ") is negative.");
181 m_heightInLines = region->height();
220 if (input.scan("height"))
221 return Height;
260 case Height: {
265 WTF_LOG(Media, "VTTRegion::parseSettingValue, invalid Height");
381 float height = childBottom - childTop; local
383 m_currentTop -= std::min(height, childBottom - regionBottom);
405 // the text track region height. Let height be 'lineHeight' multiplie
407 double height = lineHeight * m_heightInLines; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 107 unsigned* height
111 *height = 0;
128 unsigned* height
134 *height = xwa.height;
420 dxgi_modes[i].Height = modes[i]->height;
442 dxgi_modes[0].Height = 1200;
820 fb.height = surf->height;
886 int height; member in struct:GalliumDXGISwapChain
1068 unsigned width, height; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_texstate.c 175 (((firstImage->Height - 1) << MS3_HEIGHT_SHIFT) |
332 * wrong: making the width and height align of 4(although this
341 !is_power_of_two(firstImage->Height))
i915_state.c 407 ctx->DrawBuffer->Height - ctx->Viewport.Y,
409 -ctx->Viewport.Height,
418 ctx->Viewport.Height,
429 GLint x, GLint y, GLsizei width, GLsizei height)
524 y1 = ctx->DrawBuffer->Height - (y + h);
540 y1 = CLAMP(y1, 0, ctx->DrawBuffer->Height - 1);
542 y2 = CLAMP(y2, 0, ctx->DrawBuffer->Height - 1);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_api.c 175 1, 1, /*width, height*/
223 get_drawable_size( XMesaDisplay *dpy, Drawable d, GLuint *width, GLuint *height )
231 *height = h;
240 * \param height returns height in pixels
244 GLuint *width, GLuint *height)
250 stat = get_drawable_size(dpy, b->frontxrb->pixmap, width, height);
256 *width = *height = 1;
272 * The new XMesaBuffer will not have any size (Width=Height=0).
1077 GLuint width, height; local
1180 GLuint width, height; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 107 unsigned* height
111 *height = 0;
128 unsigned* height
134 *height = xwa.height;
420 dxgi_modes[i].Height = modes[i]->height;
442 dxgi_modes[0].Height = 1200;
820 fb.height = surf->height;
886 int height; member in struct:GalliumDXGISwapChain
1068 unsigned width, height; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_texstate.c 175 (((firstImage->Height - 1) << MS3_HEIGHT_SHIFT) |
332 * wrong: making the width and height align of 4(although this
341 !is_power_of_two(firstImage->Height))
i915_state.c 407 ctx->DrawBuffer->Height - ctx->Viewport.Y,
409 -ctx->Viewport.Height,
418 ctx->Viewport.Height,
429 GLint x, GLint y, GLsizei width, GLsizei height)
524 y1 = ctx->DrawBuffer->Height - (y + h);
540 y1 = CLAMP(y1, 0, ctx->DrawBuffer->Height - 1);
542 y2 = CLAMP(y2, 0, ctx->DrawBuffer->Height - 1);
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 175 1, 1, /*width, height*/
223 get_drawable_size( XMesaDisplay *dpy, Drawable d, GLuint *width, GLuint *height )
231 *height = h;
240 * \param height returns height in pixels
244 GLuint *width, GLuint *height)
250 stat = get_drawable_size(dpy, b->frontxrb->pixmap, width, height);
256 *width = *height = 1;
272 * The new XMesaBuffer will not have any size (Width=Height=0).
1077 GLuint width, height; local
1180 GLuint width, height; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 103 st->height = h;
143 st->width, st->height);
180 st->height = h;
226 st->width, st->height);
336 s->width == ti->Width && s->height == ti->Height);
342 int width, int height, int depth)
355 width, height);
388 height = s->height; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common.c 85 (draw_rfb->base.Height != drawable->h)) {
93 (read_rfb->base.Height != readable->h)) {
111 GLsizei w = ctx->Scissor.Width, h = ctx->Scissor.Height;
119 max_y = ctx->DrawBuffer->Height - 1;
123 y1 = ctx->DrawBuffer->Height - (y + h);
226 /* this updates the DrawBuffer's Width/Height if it's a FBO */
326 ctx->Viewport.Width, ctx->Viewport.Height);
412 void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height)
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 221 readRb->Width, readRb->Height,
235 srcMap += rowStride * (readRb->Height - 1);
236 dstMap += rowStride * (readRb->Height - 1);
565 0, 0, readRb->Width, readRb->Height,
585 0, 0, readRb->Width, readRb->Height,
595 0, 0, drawRb->Width, drawRb->Height,
  /external/giflib/
dgif_lib.c 347 DGifGetWord(GifFile, &GifFile->Image.Height) == GIF_ERROR)
420 (long)GifFile->Image.Height;
    [all...]
  /external/jhead/
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...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 103 st->height = h;
143 st->width, st->height);
180 st->height = h;
226 st->width, st->height);
336 s->width == ti->Width && s->height == ti->Height);
342 int width, int height, int depth)
355 width, height);
388 height = s->height; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 85 (draw_rfb->base.Height != drawable->h)) {
93 (read_rfb->base.Height != readable->h)) {
111 GLsizei w = ctx->Scissor.Width, h = ctx->Scissor.Height;
119 max_y = ctx->DrawBuffer->Height - 1;
123 y1 = ctx->DrawBuffer->Height - (y + h);
226 /* this updates the DrawBuffer's Width/Height if it's a FBO */
326 ctx->Viewport.Width, ctx->Viewport.Height);
412 void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height)
  /external/mesa3d/src/mesa/swrast/
s_blit.c 221 readRb->Width, readRb->Height,
235 srcMap += rowStride * (readRb->Height - 1);
236 dstMap += rowStride * (readRb->Height - 1);
565 0, 0, readRb->Width, readRb->Height,
585 0, 0, readRb->Width, readRb->Height,
595 0, 0, drawRb->Width, drawRb->Height,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9types.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fbobject.c 553 if (texImage->Width < 1 || texImage->Height < 1) {
554 att_incomplete("teximage width/height=0");
617 att->Renderbuffer->Height < 1) {
672 * Also update the framebuffer's Width and Height fields if the
693 fb->Height = 0;
740 /* get width, height, format of the renderbuffer/texture
747 minHeight = MIN2(minHeight, texImg->Height);
748 maxHeight = MAX2(maxHeight, texImg->Height);
762 minHeight = MIN2(minHeight, att->Renderbuffer->Height);
763 maxHeight = MAX2(minHeight, att->Renderbuffer->Height);
    [all...]
  /external/mesa3d/src/mesa/main/
fbobject.c 553 if (texImage->Width < 1 || texImage->Height < 1) {
554 att_incomplete("teximage width/height=0");
617 att->Renderbuffer->Height < 1) {
672 * Also update the framebuffer's Width and Height fields if the
693 fb->Height = 0;
740 /* get width, height, format of the renderbuffer/texture
747 minHeight = MIN2(minHeight, texImg->Height);
748 maxHeight = MAX2(maxHeight, texImg->Height);
762 minHeight = MIN2(minHeight, att->Renderbuffer->Height);
763 maxHeight = MAX2(minHeight, att->Renderbuffer->Height);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_x11.c 112 *h = reply->height;
206 dri2_surf->base.Width, dri2_surf->base.Height);
247 dri2_surf->base.Height = reply->height;
366 rectangle.height = dri2_surf->base.Height;
373 int *width, int *height,
396 dri2_surf->base.Height = *height = reply->height;
    [all...]

Completed in 1219 milliseconds

<<11121314151617181920>>