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

<<21222324252627282930>>

  /dalvik/docs/
dalvik-constraints.css 9 border-top-width: 2px;
50 border-width: 1px;
java-constraints.css 9 border-top-width: 2px;
50 border-width: 1px;
  /dalvik/dx/src/com/android/dx/command/dump/
Args.java 47 /** max width for columnar output */
48 int width = 0; field in class:Args
  /external/jsr305/javadoc/
overview-frame.html 19 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
26 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_yuv.c 74 int width, int height, Uint32 format)
99 conf.width = width;
151 SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
166 overlay->w = width;
182 if (CreateYUVSurface (this, hwdata, width, height, format))
263 dst->x / (float) conf.width, dst->y / (float) conf.height,
264 dst->w / (float) conf.width, dst->h / (float) conf.height );
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_modes_c.h 39 extern int ph_GetVideoMode(int width, int height, int bpp);
40 extern int get_mode_any_format(int width, int height, int bpp);
  /external/skia/include/core/
SkBlitter.h 32 virtual void blitH(int x, int y, int width);
35 virtual void blitRect(int x, int y, int width, int height);
74 virtual void blitH(int x, int y, int width);
77 virtual void blitRect(int x, int y, int width, int height);
95 virtual void blitH(int x, int y, int width);
98 virtual void blitRect(int x, int y, int width, int height);
120 virtual void blitH(int x, int y, int width);
123 virtual void blitRect(int x, int y, int width, int height);
  /external/skia/src/animator/
SkDrawBitmap.cpp 60 SK_MEMBER(width, Int),
68 rowBytes(0), width(-1), fColor(0), fColorSet(false) {
98 SkASSERT(width != -1);
101 fBitmap.setConfig((SkBitmap::Config) format, width, height, rowBytes);
125 SK_PROPERTY(width)
135 SK_MEMBER_PROPERTY(width, Int)
174 case SK_PROPERTY(width):
175 value->fOperand.fS32 = fBitmap.width();
  /external/skia/src/svg/
SkSVGImage.cpp 23 SVG_ATTRIBUTE(width),
36 // SVG_ADD_ATTRIBUTE(width);
SkSVGRect.cpp 23 SVG_ATTRIBUTE(width),
40 SVG_ADD_ATTRIBUTE(width);
  /external/skia/src/views/
SkImageView.cpp 152 dst.set(0, 0, this->width(), this->height());
228 SkScalar width, height; local
232 if (SkScalarIsNaN(width = fData.fAnim->getScalar("dimensions", "x")) ||
236 width = this->width();
242 width = SkIntToScalar(fData.fBitmap->width());
245 bounds->set(0, 0, width, height);
  /external/webkit/WebCore/css/
mediaControls.css 28 width: 200px;
39 width: 100%;
53 width: 16px;
60 width: 16px;
102 width: 16px;
109 width: 16px;
116 width: 16px;
131 width: 16px;
  /external/webkit/WebCore/html/
HTMLEmbedElement.idl 39 attribute [ConvertNullToNullString, Reflect] DOMString width;
41 attribute [ConvertFromString] long width;
HTMLPreElement.idl 24 // FIXME: DOM spec says that width should be of type DOMString
26 attribute long width;
  /external/webkit/WebCore/manual-tests/
accidental-strict-mode.html 12 <table width=100% border=0 cellpadding=0 cellspacing=0><tr><td bgcolor=#3366cc><img width=1 height=1 alt=""></td></tr></table>
scrollbar-hittest2.html 17 <div id="target" style="width: 400px; overflow: auto; border-top: 20px solid grey; border-bottom: 10px solid blue;">
18 <div style="width: 600px; height: 20px; background: green;"></div>
svg-node-count-vs-scroll.xhtml 22 node.setAttribute('width', 1);
29 svgRoot.style.width = nodeCount + 'px';
transition-delay.html 11 width: 500px;
18 width: 100px;
  /external/webkit/WebCore/platform/graphics/
IntRect.h 75 IntRect(int x, int y, int width, int height)
76 : m_location(IntPoint(x, y)), m_size(IntSize(width, height)) { }
88 int width() const { return m_size.width(); } function in class:WebCore::IntRect
93 void setWidth(int width) { m_size.setWidth(width); }
105 int right() const { return x() + width(); }
126 m_size.setWidth(m_size.width() + dx + dx);
StringTruncator.cpp 125 float width = stringWidth(font, stringBuffer, truncatedLength, disableRoundingHacks);
126 if (width <= maxWidth)
133 float widthForSmallestKnownToNotFit = width;
161 width = stringWidth(font, stringBuffer, truncatedLength, disableRoundingHacks);
162 if (width <= maxWidth) {
164 widthForLargestKnownToFit = width;
167 widthForSmallestKnownToNotFit = width;
193 float StringTruncator::width(const String& string, const Font& font, bool disableRoundingHacks)
  /external/webkit/WebCore/platform/graphics/gtk/
IntRectGtk.cpp 29 , m_size(r.width, r.height)
35 GdkRectangle r = { x(), y(), width(), height() };
  /external/webkit/WebCore/platform/graphics/qt/
IntSizeQt.cpp 37 : m_width(r.width())
44 return QSize(width(), height());
  /external/webkit/WebCore/platform/gtk/
DragImageGtk.cpp 46 imageSize.width() * scale.width(),
  /external/webkit/WebCore/platform/haiku/
ScrollbarThemeHaiku.cpp 81 ? IntSize(buttonWidth(scrollbar->width(), thickness), thickness)
95 int width = buttonWidth(scrollbar->width(), thickness); local
96 return IntRect(scrollbar->x() + scrollbar->width() - width, scrollbar->y(), width, thickness);
107 if (scrollbar->width() < 2 * thickness)
109 return IntRect(scrollbar->x() + thickness, scrollbar->y(), scrollbar->width() - 2 * thickness, thickness);
  /external/webkit/WebCore/platform/image-decoders/cairo/
ImageDecoderCairo.cpp 37 m_bytes.data())), CAIRO_FORMAT_ARGB32, width(), height(),
38 width() * sizeof(PixelData));

Completed in 106 milliseconds

<<21222324252627282930>>