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

<<11121314151617181920>>

  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyWallpaper.java 22 protected GalaxyRS createScene(int width, int height) {
23 return new GalaxyRS(width, height);
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassWallpaper.java 23 protected RenderScriptScene createScene(int width, int height) {
24 return new GrassRS(this, width, height);
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusWallpaper.java 23 protected RenderScriptScene createScene(int width, int height) {
24 return new NexusRS(width, height);
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmoke.java 22 protected MagicSmokeRS createScene(int width, int height) {
23 return new MagicSmokeRS(this, width, height);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis2/
Visualization2.java 25 protected Visualization2RS createScene(int width, int height) {
26 return new Visualization2RS(width, height);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/
Visualization3.java 25 protected Visualization3RS createScene(int width, int height) {
26 return new Visualization3RS(width, height);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4.java 25 protected Visualization4RS createScene(int width, int height) {
26 return new Visualization4RS(width, height);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5.java 25 protected Visualization5RS createScene(int width, int height) {
26 return new Visualization5RS(width, height);
  /frameworks/base/awt/java/awt/geom/
Arc2D.java 83 * The width of the rectangle that contains the arc.
85 public float width; field in class:Arc2D.Float
98 * The width angle of the arc in degrees.
129 * @param width
130 * the width of the rectangle that contains the arc.
136 * the width angle of the arc in degrees.
141 public Float(float x, float y, float width, float height, float start, float extent,
146 this.width = width;
161 * the width angle of the arc in degrees
264 public double width; field in class:Arc2D.Double
439 double width; field in class:Arc2D.Iterator
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 314 int width = image.getWidth(); local
316 for (int i = 0; i < width; i++) {
331 pixel = image.getRGB(width - 1, i);
333 image.setRGB(width - 1, i, 0);
454 remainderHorizontal += rect.width;
477 horizontalPatchesSum += rect.width;
485 horizontalPatchesSum += rect.width;
579 float extra = r.width / horizontalPatchesSum;
580 int width = (int) (extra * hRemainder / hWeightSum); local
582 hRemainder -= width;
599 int width = (int) (extra * hRemainder \/ hWeightSum); local
851 int width = image.getWidth(); local
877 int width = image.getWidth(); local
1071 int width = top.second - top.first; local
1113 int width = top.second - top.first; local
    [all...]
  /cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationTest.java 68 private final int width; field in class:ConfigurationTest.ActiveScreenConfiguration
75 * @param width the width of the screen
80 public ActiveScreenConfiguration(int width,
84 this(width, height, Density.findDensity((int) (160.0f * density)));
87 protected ActiveScreenConfiguration(int width,
90 this.width = width;
100 return width;
112 public ScreenConfiguration(int width,
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
Camera_SizeTest.java 54 private void checkSize(Parameters parameters, int width, int height) {
55 parameters.setPictureSize(width, height);
56 assertEquals(width, parameters.getPictureSize().width);
  /dalvik/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"/>
  /external/dropbear/libtomcrypt/doc/
footer.html 1 <hr width="80%">
  /external/icu4c/samples/layout/
RenderingSurface.h 27 const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height) = 0;
  /external/skia/src/core/
SkBlitter_A1.cpp 26 void SkA1_Blitter::blitH(int x, int y, int width)
28 SkASSERT(x >= 0 && y >= 0 && (unsigned)(x + width) <= (unsigned)fDevice.width());
34 int right = x + width;
  /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);

Completed in 92 milliseconds

<<11121314151617181920>>