HomeSort by relevance Sort by last modified time
    Searched full:width (Results 1751 - 1775 of 5636) sorted by null

<<71727374757677787980>>

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
idct.h 48 void idctrow0(int16 *blk, uint8 *pred, uint8 *dst, int width);
49 void idctrow1(int16 *blk, uint8 *pred, uint8 *dst, int width);
50 void idctrow2(int16 *blk, uint8 *pred, uint8 *dst, int width);
51 void idctrow3(int16 *blk, uint8 *pred, uint8 *dst, int width);
52 void idctrow4(int16 *blk, uint8 *pred, uint8 *dst, int width);
59 void idctrow0_intra(int16 *blk, PIXEL *comp, int width);
60 void idctrow1_intra(int16 *blk, PIXEL *comp, int width);
61 void idctrow2_intra(int16 *blk, PIXEL *comp, int width);
62 void idctrow3_intra(int16 *blk, PIXEL *comp, int width);
63 void idctrow4_intra(int16 *blk, PIXEL *comp, int width);
    [all...]
  /external/webkit/WebCore/rendering/
RenderBlock.cpp 689 int oldWidth = width();
701 if (oldWidth != width() || oldColumnWidth != desiredColumnWidth())
2192 int width = right - left; local
2208 int width = right - left; local
2224 int width = right - left; local
    [all...]
  /external/opencore/doc/oscl_html/
group__osclbase.html     [all...]
classGetHostByNameParam.html 29 <table width="100%" cellpadding="2" cellspacing="0" border="0">
58 <table width="100%" cellpadding="2" cellspacing="0" border="0">
96 <table width="100%" cellpadding="2" cellspacing="0" border="0">
127 <table width="100%" cellpadding="2" cellspacing="0" border="0">
149 <table width="100%" cellpadding="2" cellspacing="0" border="0">
classOsclJump.html 27 <table width="100%" cellpadding="2" cellspacing="0" border="0">
56 <table width="100%" cellpadding="2" cellspacing="0" border="0">
85 <table width="100%" cellpadding="2" cellspacing="0" border="0">
114 <table width="100%" cellpadding="2" cellspacing="0" border="0">
143 <table width="100%" cellpadding="2" cellspacing="0" border="0">
classOsclMemPoolAllocator.html 25 <table width="100%" cellpadding="2" cellspacing="0" border="0">
54 <table width="100%" cellpadding="2" cellspacing="0" border="0">
83 <table width="100%" cellpadding="2" cellspacing="0" border="0">
121 <table width="100%" cellpadding="2" cellspacing="0" border="0">
149 <table width="100%" cellpadding="2" cellspacing="0" border="0">
classOsclNetworkAddress.html 23 <table width="100%" cellpadding="2" cellspacing="0" border="0">
51 <table width="100%" cellpadding="2" cellspacing="0" border="0">
90 <table width="100%" cellpadding="2" cellspacing="0" border="0">
120 <table width="100%" cellpadding="2" cellspacing="0" border="0">
142 <table width="100%" cellpadding="2" cellspacing="0" border="0">
classOsclTickCount.html 30 <table width="100%" cellpadding="2" cellspacing="0" border="0">
62 <table width="100%" cellpadding="2" cellspacing="0" border="0">
93 <table width="100%" cellpadding="2" cellspacing="0" border="0">
124 <table width="100%" cellpadding="2" cellspacing="0" border="0">
155 <table width="100%" cellpadding="2" cellspacing="0" border="0">
classPVSockBufSend.html 23 <table width="100%" cellpadding="2" cellspacing="0" border="0">
51 <table width="100%" cellpadding="2" cellspacing="0" border="0">
89 <table width="100%" cellpadding="2" cellspacing="0" border="0">
119 <table width="100%" cellpadding="2" cellspacing="0" border="0">
141 <table width="100%" cellpadding="2" cellspacing="0" border="0">
  /dalvik/vm/
Debugger.h 213 void dvmDbgGetFieldValue(ObjectId objId, FieldId fieldId, u1* ptr, int width);
215 int width);
217 int width);
219 u8 rawValue, int width);
257 u1 tag, u8 value, int width);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 169 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) {
170 super.onSurfaceChanged(holder, format, width, height);
172 mCenterX = width/2.0f;
219 final int width = frame.width(); local
  /external/guava/javadoc/com/google/common/collect/class-use/
UnmodifiableIterator.html 34 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
87 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
101 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
115 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
128 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
148 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
180 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"
    [all...]
  /external/icu4c/i18n/unicode/
ulocdata.h 178 * So for A4 size paper the height and width are 297 mm and 210 mm repectively,
179 * and for US letter size the height and width are 279 mm and 216 mm respectively.
184 * @param width A pointer to int to recieve the width information.
190 ulocdata_getPaperSize(const char *localeID, int32_t *height, int32_t *width, UErrorCode *status);
  /external/icu4c/samples/layout/
clayout.c 29 le_int32 width; member in struct:Context
58 if (context->width > 0 && context->height > 0) {
59 pf_breakLines(context->paragraph, context->width, context->height);
147 context->width = 600;
163 context->width = LOWORD(lParam);
layout.cpp 30 le_int32 width; member in struct:Context
57 if (context->width > 0 && context->height > 0) {
58 context->paragraph->breakLines(context->width, context->height);
145 context->width = 600;
161 context->width = LOWORD(lParam);
pflow.c 276 void pf_breakLines(pf_flow *flow, le_int32 width, le_int32 height)
285 /* don't re-break if the width hasn't changed */
286 if (obj->fWidth == width) {
290 obj->fWidth = width;
292 lineWidth = (float) (width - 2 * MARGIN);
  /external/opencore/codecs_v2/utilities/colorconvert/include/
ccrgb16toyuv420.h 46 * @param Src_width specifies the width in pixel from the source to be color converted.
48 * @param Src_pitch is the actual memory width or stride of the source.
49 * @param Dst_width specifies the width in pixel of the output.
55 * i.e., to rotate a QCIF image, the output width will be 144 and height will be 176.
97 Assume width is divisible by 8
  /external/opencore/doc/pv2way_html/
classPV2Way324ConnectOptions.html 33 <table width="100%" cellpadding="2" cellspacing="0" border="0">
67 <table width="100%" cellpadding="2" cellspacing="0" border="0">
95 <table width="100%" cellpadding="2" cellspacing="0" border="0">
124 <table width="100%" cellpadding="2" cellspacing="0" border="0">
162 <table width="100%" cellpadding="2" cellspacing="0" border="0">
  /external/opencore/doc/pvauthor_html/
classMPVDevSoundAudioOutput.html 22 <table width="100%" cellpadding="2" cellspacing="0" border="0">
50 <table width="100%" cellpadding="2" cellspacing="0" border="0">
78 <table width="100%" cellpadding="2" cellspacing="0" border="0">
106 <table width="100%" cellpadding="2" cellspacing="0" border="0">
156 <table width="100%" cellpadding="2" cellspacing="0" border="0">
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 81 static SDL_Surface *GEM_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
622 int width, int height, int bpp, Uint32 flags)
627 /* width must be multiple of 16, for vro_cpyfm() and c2p_convert() */
628 if ((width & 15) != 0) {
629 width = (width | 15) +1;
639 if ((VDI_w < width) || (VDI_h < height)) {
640 SDL_SetError("%dx%d mode is too large", width, height);
651 screensize = width * height * VDI_pixelsize;
654 printf("sdl:video:gem: setvideomode(): %dx%dx%d = %d\n", width, height, bpp, screensize)
1300 int width; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5yuv.c 50 int width, int height, Uint32 format)
61 ddsd.dwWidth = width;
122 SDL_Overlay *DX5_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
158 overlay->w = width;
172 hwdata->surface = CreateYUVSurface(this, width, height, format);
  /external/skia/include/core/
SkPaint.h 114 // with a bit-width and you'll have to expand it.
334 /** Return the width for stroking.
338 @return the paint's stroke width, used whenever the paint's style is
343 /** Set the width for stroking.
346 @param width set the paint's stroke width, used whenever the paint's
349 void setStrokeWidth(SkScalar width);
423 drawn with a hairline (width == 0)
680 SkScalar fAvgCharWidth; //!< the average charactor width (>= 0)
693 @param scale If not 0, return width as if the canvas were scale
    [all...]
  /external/skia/tests/
BlitRowTest.cpp 20 typedef int (*Proc)(const void*, int width, uint32_t expected, uint32_t* bad);
86 int x = proc(bm.getAddr(0, y), bm.width(), expect, &bad);
165 const SkScalar w = SkIntToScalar(bm.width());
190 // Make sure our blits are invariant with the width of the blit (i.e. that
210 SkRect srcR = { 0, 0, srcBM.width(), srcBM.height() };
  /external/webkit/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 166 SkScalar width; local
168 paint.getTextWidths(&glyph16, sizeof(glyph16), &width, &bounds);
172 metrics->width = SkiaScalarToHarfbuzzFixed(bounds.width());
175 metrics->xOffset = SkiaScalarToHarfbuzzFixed(width);
UniscribeHelper.cpp 148 int UniscribeHelper::width() const function in class:WebCore::UniscribeHelper
150 int width = 0; local
152 width += advanceForItem(itemIndex);
153 return width;
192 // to add and not the width of the column you want.
216 // right, adding in each item's screen width until we find the item with
218 int width = 0; local
238 width += curX + shaping.m_prePadding;
239 ASSERT(width >= 0);
240 return width;
    [all...]

Completed in 351 milliseconds

<<71727374757677787980>>