/frameworks/base/opengl/include/ETC1/ |
etc1.h | 58 etc1_uint32 etc1_get_encoded_data_size(etc1_uint32 width, etc1_uint32 height); 67 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height, 79 etc1_uint32 width, etc1_uint32 height, 88 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height); 94 // Read the image width from a PKM header
|
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
ti_m4v_config_parser.h | 95 int32 *width, 103 int32 *width, 112 int32 *width, 119 int32 *width, 128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
|
/packages/apps/Gallery/src/com/android/camera/ |
EvenlySpacedLayout.java | 51 int width = 0; local 58 width += child.getMeasuredWidth(); 62 width = Math.max(width, child.getMeasuredWidth()); 65 setMeasuredDimension(resolveSize(width, widthMeasureSpec),
|
HighlightView.java | 90 float width = mDrawRect.width(); local 92 path.addCircle(mDrawRect.left + (width / 2), 94 width / 2, 110 int width = mResizeDrawableDiagonal.getIntrinsicWidth(); local 114 * (mDrawRect.width() / 2D)); 116 + (mDrawRect.width() / 2) + d - width / 2; 189 int radius = mDrawRect.width() / 2; 248 moveBy(dx * (mCropRect.width() / r.width()) [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
HighlightView.java | 87 float width = mDrawRect.width(); local 89 path.addCircle(mDrawRect.left + (width / 2), mDrawRect.top + (height / 2), width / 2, Path.Direction.CW); 103 int width = mResizeDrawableDiagonal.getIntrinsicWidth(); local 106 int d = (int) Math.round(Math.cos(/* 45deg */Math.PI / 4D) * (mDrawRect.width() / 2D)); 107 int x = mDrawRect.left + (mDrawRect.width() / 2) + d - width / 2; 163 int radius = mDrawRect.width() / 2; 220 moveBy(dx * (mCropRect.width() / r.width()), dy * (mCropRect.height() / r.height())) [all...] |
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/ |
FallRS.java | 91 public FallRS(int width, int height) { 92 super(width, height); 108 addDrop(x + (mWorldState.rotate == 0 ? (mWorldState.width * mWorldState.xOffset) : 0), y); 110 addDrop(x + (mWorldState.rotate == 0 ? (mWorldState.width * mWorldState.xOffset) : 0), y); 119 final int width = worldState.width; local 120 final int x = width / 4 + (int)(Math.random() * (width / 2)); 122 addDrop(x + (mWorldState.rotate == 0 ? (width * worldState.xOffset) : 0), y); 126 public void resize(int width, int height) 170 final int width = mWidth > mHeight ? mHeight : mWidth; local 213 public int width; field in class:FallRS.WorldState [all...] |
/packages/wallpapers/MusicVisualization/res/raw/ |
waveform.rs | 47 int skip = (1024 - State->width) / 2; 73 int width = State->width; 74 int skip = (1024 - width) / 2; 137 drawSimpleMeshRange(NAMED_CubeMesh, skip * 2, width * 2);
|
/external/freetype/src/sfnt/ |
ttsbit0.c | 253 FT_UInt width, height; local 264 width = decoder->metrics->width; 267 map->width = (int)width; 274 map->pitch = ( map->width + 7 ) >> 3; 279 map->pitch = ( map->width + 3 ) >> 2; 284 map->pitch = ( map->width + 1 ) >> 1; 289 map->pitch = map->width; 328 metrics->width = p[1] 378 FT_Int bit_height, bit_width, pitch, width, height, h; local 516 FT_Int bit_height, bit_width, pitch, width, height, h, nbits; local [all...] |
/external/opencore/doc/oscl_html/ |
group__osclconfig.html | 47 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 69 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 91 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 113 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 135 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 157 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 179 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 201 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 223 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 245 <table width="100%" cellpadding="2" cellspacing="0" border="0" [all...] |
/external/quake/quake/src/WinQuake/ |
screen.cpp | 122 Draw_TileClear (0, y,vid.width, 8*scr_erase_lines); 149 // scan the width of the line 153 x = (vid.width - l*8)/2; 195 float CalcFov (float fov_x, float width, float height) 203 x = width/tan(fov_x/360*M_PI); 246 r_refdef.fov_y = CalcFov (r_refdef.fov_x, r_refdef.vrect.width, r_refdef.vrect.height); 265 vrect.width = vid.width; 413 Draw_Pic ( (vid.width - pic->width)/2, [all...] |
vid_sunx.cpp | 220 void st2_fixup( XImage *framebuf, int x, int y, int width, int height) 233 count = width; 235 dest = ((PIXEL16 *)src) + x+width - 1; 236 src += x+width - 1; 250 // for(xi = (x+width-1); xi >= x; xi--) { 256 void st3_fixup( XImage *framebuf, int x, int y, int width, int height) 269 count = width; 271 dest = ((PIXEL24 *)src) + x+width - 1; 272 src += x+width - 1; 286 // for(xi = (x+width-1); xi >= x; xi--) [all...] |
/frameworks/base/awt/java/awt/image/ |
BufferedImage.java | 274 * Instantiates a new BufferedImage with the specified width, height 278 * @param width 279 * the width of new image. 287 public BufferedImage(int width, int height, int imageType, IndexColorModel cm) { 308 raster = Raster.createPackedRaster(DataBuffer.TYPE_BYTE, width, height, 1, 313 raster = Raster.createInterleavedRaster(DataBuffer.TYPE_BYTE, width, height, 1, 336 * Instantiates a new BufferedImage with the specified width, height and 339 * @param width 340 * the width of new image. 346 public BufferedImage(int width, int height, int imageType) [all...] |
/bootable/recovery/minui/ |
graphics.c | 86 fb->width = vi.xres; 95 fb->width = vi.xres; 106 ms->width = vi.xres; 208 return ((GGLSurface*) surface)->width; 227 bits = malloc(font.width * font.height); 230 ftex->width = font.width; 232 ftex->stride = font.width; 273 gr_fb_fd, gr_framebuffer[0].width, gr_framebuffer[0].height); 302 return gr_framebuffer[0].width; [all...] |
/development/simulator/wrapsim/ |
DevFb.c | 41 int width, height; local 45 width = gWrapSim.display[displayIdx].width; 48 displayIdx, width, height, gWrapSim.display[displayIdx].shmemKey); 52 fbState->finfo.smem_len = (width * 2) * height * 2; 53 fbState->finfo.line_length = width * 2; 56 fbState->vinfo.xres = width; 58 fbState->vinfo.xres_virtual = width; 69 fbState->vinfo.width = 51; // physical dimension, used for dpi 120 w = gWrapSim.display[state->displayIdx].width; [all...] |
/external/webkit/WebCore/css/ |
mediaControlsChromium.css | 29 width: 300px; 38 width: 100%; 56 width: 34px; 69 width: 18px; 83 width: auto; 106 width: 58px; 131 width: 58px; 151 border-width: 1px; 176 width: 34px; 190 width: 10px [all...] |
/external/webkit/WebCore/svg/ |
SVGLength.cpp | 280 float width = 0.0f, height = 0.0f; local 288 width = view->frameView()->visibleWidth(); // TODO: recheck! 294 width = svg->viewBox().width(); 297 width = svg->width().value(svg); 304 width = box->width(); 311 return value * width; 315 return value * sqrtf(powf(width, 2) + powf(height, 2)) / sqrtf(2.0f) [all...] |
/frameworks/base/awt/java/awt/font/ |
LineBreakMeasurer.java | 31 * the resulting line of text fits its wrapping width. The wrapping width 32 * defines the visual width of the paragraph. 125 * the maximum visible line width. 131 * position does not fit within the wrapping width); if false, a 135 * represents the next line of text with width wrappingWidth, null 137 * fit within the wrapping width. 158 * the maximum visible line width. 169 * the maximum visible line width. 180 * the maximum visible line width [all...] |
/frameworks/base/awt/java/awt/geom/ |
RectangularShape.java | 58 * Gets the width of the rectangle. 60 * @return the width of the rectangle. 72 * Checks if this is an empty rectangle: one with zero as its width or 75 * @return true, if the width or height is empty. 87 * the width of the rectangle. 115 * the upper left corner of the rectangle plus the rectangle's width). 163 * left corner and a Dimension2D object giving its width and height. 246 double width = Math.abs(cornerX - centerX); local 248 setFrame(centerX - width, centerY - height, width * 2.0, height * 2.0) [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
pkg_android.html | 78 <TABLE summary="Added Classes" WIDTH="100%"> 83 <TD VALIGN="TOP" WIDTH="25%"> 90 <TD VALIGN="TOP" WIDTH="25%"> 100 <TABLE summary="Changed Classes" WIDTH="100%"> 105 <TD VALIGN="TOP" WIDTH="25%"> 112 <TD VALIGN="TOP" WIDTH="25%"> 119 <TD VALIGN="TOP" WIDTH="25%"> 126 <TD VALIGN="TOP" WIDTH="25%"> 133 <TD VALIGN="TOP" WIDTH="25%"> 140 <TD VALIGN="TOP" WIDTH="25%" [all...] |
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
pkg_android.content.html | 78 <TABLE summary="Added Classes and Interfaces" WIDTH="100%"> 83 <TD VALIGN="TOP" WIDTH="25%"> 90 <TD VALIGN="TOP" WIDTH="25%"> 97 <TD VALIGN="TOP" WIDTH="25%"> 107 <TABLE summary="Changed Classes" WIDTH="100%"> 112 <TD VALIGN="TOP" WIDTH="25%"> 119 <TD VALIGN="TOP" WIDTH="25%"> 126 <TD VALIGN="TOP" WIDTH="25%"> 133 <TD VALIGN="TOP" WIDTH="25%"> 140 <TD VALIGN="TOP" WIDTH="25%" [all...] |
pkg_android.widget.html | 78 <TABLE summary="Added Classes and Interfaces" WIDTH="100%"> 83 <TD VALIGN="TOP" WIDTH="25%"> 90 <TD VALIGN="TOP" WIDTH="25%"> 100 <TABLE summary="Changed Classes" WIDTH="100%"> 105 <TD VALIGN="TOP" WIDTH="25%"> 112 <TD VALIGN="TOP" WIDTH="25%"> 119 <TD VALIGN="TOP" WIDTH="25%"> 126 <TD VALIGN="TOP" WIDTH="25%"> 133 <TD VALIGN="TOP" WIDTH="25%"> 140 <TD VALIGN="TOP" WIDTH="25%" [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.provider.Contacts.Organizations.html | 81 <TABLE summary="Changed Methods" WIDTH="100%"> 86 <TD VALIGN="TOP" WIDTH="25%"> 90 <TD VALIGN="TOP" WIDTH="30%"> 100 <TABLE summary="Changed Fields" WIDTH="100%"> 105 <TD VALIGN="TOP" WIDTH="25%"> 108 <TD VALIGN="TOP" WIDTH="30%"> 114 <TD VALIGN="TOP" WIDTH="25%"> 117 <TD VALIGN="TOP" WIDTH="30%"> 123 <TD VALIGN="TOP" WIDTH="25%"> 126 <TD VALIGN="TOP" WIDTH="30%" [all...] |
pkg_android.content.pm.html | 78 <TABLE summary="Added Classes" WIDTH="100%"> 83 <TD VALIGN="TOP" WIDTH="25%"> 90 <TD VALIGN="TOP" WIDTH="25%"> 100 <TABLE summary="Changed Classes" WIDTH="100%"> 105 <TD VALIGN="TOP" WIDTH="25%"> 112 <TD VALIGN="TOP" WIDTH="25%"> 119 <TD VALIGN="TOP" WIDTH="25%"> 126 <TD VALIGN="TOP" WIDTH="25%"> 133 <TD VALIGN="TOP" WIDTH="25%"> 140 <TD VALIGN="TOP" WIDTH="25%" [all...] |
pkg_dalvik.system.html | 78 <TABLE summary="Changed Classes" WIDTH="100%"> 83 <TD VALIGN="TOP" WIDTH="25%"> 90 <TD VALIGN="TOP" WIDTH="25%"> 97 <TD VALIGN="TOP" WIDTH="25%"> 104 <TD VALIGN="TOP" WIDTH="25%"> 111 <TD VALIGN="TOP" WIDTH="25%"> 118 <TD VALIGN="TOP" WIDTH="25%"> 125 <TD VALIGN="TOP" WIDTH="25%"> 132 <TD VALIGN="TOP" WIDTH="25%"> 139 <TD VALIGN="TOP" WIDTH="25%" [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
pkg_android.app.html | 78 <TABLE summary="Added Classes" WIDTH="100%"> 83 <TD VALIGN="TOP" WIDTH="25%"> 90 <TD VALIGN="TOP" WIDTH="25%"> 100 <TABLE summary="Changed Classes" WIDTH="100%"> 105 <TD VALIGN="TOP" WIDTH="25%"> 112 <TD VALIGN="TOP" WIDTH="25%"> 119 <TD VALIGN="TOP" WIDTH="25%"> 126 <TD VALIGN="TOP" WIDTH="25%"> 133 <TD VALIGN="TOP" WIDTH="25%"> 140 <TD VALIGN="TOP" WIDTH="25%" [all...] |