HomeSort by relevance Sort by last modified time
    Searched full:width (Results 251 - 275 of 5869) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.h 134 void rect(float x, float y, float width, float height);
142 void clearRect(float x, float y, float width, float height);
143 void fillRect(float x, float y, float width, float height);
144 void strokeRect(float x, float y, float width, float height);
145 void strokeRect(float x, float y, float width, float height, float lineWidth);
147 void setShadow(float width, float height, float blur);
148 void setShadow(float width, float height, float blur, const String& color);
149 void setShadow(float width, float height, float blur, float grayLevel);
150 void setShadow(float width, float height, float blur, const String& color, float alpha);
151 void setShadow(float width, float height, float blur, float grayLevel, float alpha)
    [all...]
  /external/webkit/WebCore/manual-tests/animation/
animateTransform-repeat-once.svg 2 <rect fill='blue' width='100' height='100'>
  /external/webkit/WebCore/manual-tests/
onclick_in_noncontent.html 11 <table style="width:100px;height:100px;border:inset">
  /external/webkit/WebCore/page/
PrintContext.h 46 // TODO: eliminate width param
47 void begin(float width);
49 // TODO: eliminate width param
50 void spoolPage(GraphicsContext& ctx, int pageNumber, float width);
  /external/webkit/WebCore/platform/android/
FileChooserAndroid.cpp 32 String FileChooser::basenameForWidth(const Font& font, int width) const
37 // often be much longer than the provided width, this may be fast enough.
41 while (font.width(TextRun(output.impl())) > width && output.length() > 4)
  /external/webkit/WebCore/platform/brew/
FileChooserBrew.cpp 37 String FileChooser::basenameForWidth(const Font& font, int width) const
39 if (width <= 0)
48 return StringTruncator::rightTruncate(String::number(m_filenames.size()) + " files", width, font, false);
50 return StringTruncator::centerTruncate(string, width, font, false);
  /external/webkit/WebCore/platform/chromium/
FileChooserChromium.cpp 36 String FileChooser::basenameForWidth(const Font& font, int width) const
38 if (width <= 0)
47 return StringTruncator::rightTruncate(multipleFileUploadText(m_filenames.size()), width, font, false);
49 return StringTruncator::centerTruncate(string, static_cast<float>(width), font, false);
  /external/webkit/WebCore/platform/graphics/wx/
ImageWx.cpp 123 float scaleX = src.width() / dst.width();
131 adjustedDestRect.setSize(FloatSize(selfSize.width() / scaleX, selfSize.height() / scaleY));
134 gc->Clip(dst.x(), dst.y(), dst.width(), dst.height());
136 gc->DrawBitmap(*bitmap, adjustedDestRect.x(), adjustedDestRect.y(), adjustedDestRect.width(), adjustedDestRect.height());
138 gc->DrawGraphicsBitmap(*bitmap, adjustedDestRect.x(), adjustedDestRect.y(), adjustedDestRect.width(), adjustedDestRect.height());
145 if ((dstIntRect.width() != srcIntRect.width()) || (dstIntRect.height() != srcIntRect.height()))
149 img.Rescale(dstIntRect.width(), dstIntRect.height());
157 context->Blit((wxCoord)dstIntRect.x(),(wxCoord)dstIntRect.y(), (wxCoord)dstIntRect.width(), (wxCoord)dstIntRect.height(), &mydc,
    [all...]
  /external/webkit/WebCore/platform/mac/
FileChooserMac.mm 39 String FileChooser::basenameForWidth(const Font& font, int width) const
41 if (width <= 0)
50 return StringTruncator::rightTruncate(multipleFileUploadText(m_filenames.size()), width, font, false);
52 return StringTruncator::centerTruncate(strToTruncate, width, font, false);
  /external/webkit/WebCore/platform/win/
FileChooserWin.cpp 37 String FileChooser::basenameForWidth(const Font& font, int width) const
39 if (width <= 0)
50 return StringTruncator::rightTruncate(String::number(m_filenames.size()) + " files", width, font, false);
52 return StringTruncator::centerTruncate(string, width, font, false);
  /external/webkit/WebCore/platform/wince/
FileChooserWince.cpp 43 String FileChooser::basenameForWidth(const Font& font, int width) const
45 if (width <= 0)
55 return StringTruncator::rightTruncate(String::number(m_filenames.size()) + " files", width, font, false);
57 return StringTruncator::centerTruncate(string, width, font, false);
  /external/wpa_supplicant/wpa_gui-qt4/
scanresults.ui 11 <width>452</width>
93 <width>50</width>
userdatarequest.ui 11 <width>216</width>
62 <width>20</width>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
userdatarequest.ui 11 <width>216</width>
62 <width>20</width>
  /frameworks/base/docs/html/guide/tutorials/views/
index.jd 34 <a href="hello-linearlayout.html"><img src="images/hello-linearlayout.png" height="285" width="200" /></a>
38 <a href="hello-relativelayout.html"><img src="images/hello-relativelayout.png" height="285" width="200" /></a>
42 <a href="hello-tablelayout.html"><img src="images/hello-tablelayout.png" height="285" width="200" /></a>
47 <a href="hello-datepicker.html"><img src="images/hello-datepicker.png" height="285" width="200" /></a>
52 <a href="hello-timepicker.html"><img src="images/hello-timepicker.png" height="285" width="200" /></a>
56 <a href="hello-formstuff.html"><img src="images/hello-formstuff.png" height="285" width="200" /></a>
60 <a href="hello-spinner.html"><img src="images/hello-spinner.png" height="285" width="200" /></a>
65 <a href="hello-autocomplete.html"><img src="images/hello-autocomplete.png" height="285" width="200" /></a>
69 <a href="hello-listview.html"><img src="images/hello-listview.png" height="285" width="200" /></a>
73 <a href="hello-gridview.html"><img src="images/hello-gridview.png" height="285" width="200" /></a
    [all...]
  /libcore/dom/src/test/resources/
nodtdstaff.svg 2 <svg xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="100" height="100"/>
  /packages/apps/Camera/src/com/android/camera/ui/
StringTexture.java 32 FontMetricsInt metrics, int width, int height) {
33 super(width, height);
42 int width = (int) (.5f + paint.measureText(text)) + DEFAULT_PADDING * 2; local
44 return new StringTexture(text, paint, metrics, width, height);
  /packages/apps/Gallery3D/src/com/cooliris/media/
PathBarLayer.java 107 public float width; field in class:PathBarLayer.Component
136 animWidth = width;
138 animWidth = FloatUtils.animate(animWidth, width, timeElapsed);
141 if (animWidth == width) {
174 component.width = thisComponentWidth;
209 final int width = (int) component.animWidth; local
213 view.draw2D(x, y, 0f, width, height);
216 view.draw2D(0f, y, 0f, x + width, height);
221 view.draw2D(cap, x + width, y);
239 if (texture.computeTextWidth() <= (width - iconWidth))
287 float width = mWidth; local
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptScene.java 33 public RenderScriptScene(int width, int height) {
34 mWidth = width;
79 public void resize(int width, int height) {
80 mWidth = width;
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptScene.java 33 public RenderScriptScene(int width, int height) {
34 mWidth = width;
79 public void resize(int width, int height) {
80 mWidth = width;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptScene.java 33 public RenderScriptScene(int width, int height) {
34 mWidth = width;
79 public void resize(int width, int height) {
80 mWidth = width;
  /system/core/toolbox/
r.c 15 int width = 4, set = 0, fd; local
22 width = 1;
26 width = 2;
53 switch(width){
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
dalvik.bytecode.Opcodes.html 81 <TABLE summary="Removed Fields" WIDTH="100%">
86 <TD VALIGN="TOP" WIDTH="25%">
93 <TD VALIGN="TOP" WIDTH="25%">
100 <TD VALIGN="TOP" WIDTH="25%">
107 <TD VALIGN="TOP" WIDTH="25%">
114 <TD VALIGN="TOP" WIDTH="25%">
121 <TD VALIGN="TOP" WIDTH="25%">
128 <TD VALIGN="TOP" WIDTH="25%">
135 <TD VALIGN="TOP" WIDTH="25%">
142 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
  /external/bison/data/
location.cc 95 operator+= (position& res, const int width)
97 res.columns (width);
103 operator+ (const position& begin, const int width)
106 return res += width;
111 operator-= (position& res, const int width)
113 return res += -width;
118 operator- (const position& begin, const int width)
120 return begin + -width;
214 inline const location operator+ (const location& begin, unsigned int width)
217 res.columns (width);
    [all...]
  /external/libvpx/examples/
encoder_tmpl.txt 23 die("Usage: %s <width> <height> <infile> <outfile>\n", argv[0]);
39 cfg.rc_target_bitrate = width * height * cfg.rc_target_bitrate
41 cfg.g_w = width;

Completed in 1166 milliseconds

<<11121314151617181920>>