HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 226 - 250 of 2034) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/images/
SkFlipPixelRef.cpp 5 SkFlipPixelRef::SkFlipPixelRef(SkBitmap::Config config, int width, int height)
6 : fFlipper(width, height) {
8 fSize = SkBitmap::ComputeSize(config, width, height);
23 device->setConfig(fConfig, fFlipper.width(), fFlipper.height());
90 int height = rect.height(); local
91 while (--height >= 0) {
120 const SkIRect bounds = {0, 0, dst.width(), dst.height()};
  /external/webkit/WebCore/css/
svg.css 51 height: 100%;
  /external/webkit/WebCore/html/
HTMLVideoElement.idl 29 attribute unsigned long height;
  /external/webkit/WebCore/inspector/
InspectorFrontendHost.idl 41 void setAttachedWindowHeight(in unsigned long height);
  /external/webkit/WebCore/page/
Screen.idl 33 readonly attribute unsigned long height;
  /external/webkit/WebCore/platform/android/
ScreenAndroid.cpp 72 return FloatRect(0.0, 0.0, rect.width(), rect.height());
80 return FloatRect(0.0, 0.0, rect.width(), rect.height());
  /external/webkit/WebCore/platform/graphics/cg/
PatternCG.cpp 60 patternTransform.translate(0, -tileRect.height());
68 CGFloat yStep = m_repeatY ? tileRect.height() : (1 << 22);
  /external/webkit/WebCore/platform/gtk/
DragImageGtk.cpp 47 imageSize.height() * scale.height(),
  /external/webkit/WebCore/platform/haiku/
ScrollbarThemeHaiku.cpp 82 : IntSize(thickness, buttonWidth(scrollbar->height(), thickness));
99 int height = buttonWidth(scrollbar->height(), thickness); local
100 return IntRect(scrollbar->x(), scrollbar->y() + scrollbar->height() - height, thickness, height);
111 if (scrollbar->height() < 2 * thickness)
113 return IntRect(scrollbar->x(), scrollbar->y() + thickness, thickness, scrollbar->height() - 2 * thickness);
  /external/webkit/WebCore/platform/wx/wxcode/gtk/
fontprops.cpp 56 m_lineSpacing = static_cast<int>(font_extents.height);
58 m_xHeight = text_extents.height;
78 int height = font->GetPixelSize().GetHeight(); local
102 void GetTextExtent( const wxFont& font, const wxString& str, wxCoord *width, wxCoord *height,
107 if ( height )
108 *height = 0;
117 // FIXME: Doesn't support height, descent or external leading, though we don't need this for WebKit
168 if (height)
169 *height = (wxCoord) h;
  /external/webkit/WebCore/svg/
SVGImageElement.idl 38 readonly attribute SVGAnimatedLength height;
SVGMaskElement.idl 39 readonly attribute SVGAnimatedLength height;
SVGPatternElement.idl 42 readonly attribute SVGAnimatedLength height;
SVGRectElement.idl 38 readonly attribute SVGAnimatedLength height;
SVGUseElement.idl 38 readonly attribute SVGAnimatedLength height;
  /external/webkit/WebKit/android/
RenderSkinCombo.cpp 101 int height = bitmaps[kNormal][FullAsset].height(); local
103 subset.set(width - arrowWidth[resolution], 0, width, height);
109 bool RenderSkinCombo::Draw(SkCanvas* canvas, Node* element, int x, int y, int width, int height)
115 height = std::max(height, (stretchMargin[resolution]<<1) + 1);
120 bounds.set(SkIntToScalar(x+1), SkIntToScalar(y+1), SkIntToScalar(x + width-1), SkIntToScalar(y + height-1));
126 bounds.set(SkIntToScalar(x), SkIntToScalar(y), SkIntToScalar(x + width), SkIntToScalar(y + height));
  /external/webkit/WebKit/android/jni/
WebCoreViewBridge.h 78 int height() const { return mBounds.height(); } function in class:WebCoreViewBridge
  /frameworks/base/core/java/android/service/urlrenderer/
UrlRenderer.java 76 * @param height The desired height of the result.
79 public void render(List<String> urls, int width, int height,
83 mService.render(urls, width, height,
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
PathShape.java 44 * @param stdHeight the standard height for the shape. Any changes to the
45 * height with resize() will result in a height scaled based
46 * on the new height divided by this height.
63 protected void onResize(float width, float height) {
65 mScaleY = height / mStdHeight;
  /frameworks/base/native/include/android/
native_window.h 43 int32_t height; member in struct:ANativeWindow_Buffer
77 * Return the current height in pixels of the window surface. Returns a
91 * The width and height control the number of pixels in the buffers, not the
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
  /packages/apps/Camera/src/com/android/camera/ui/
GLOptionItem.java 97 int height = Math.max(Math.max(mIcon == null ? 0 : mIcon.getHeight(), local
101 height = Math.max(sMinimalHeight, height);
104 .setPreferredContentSize(width, height)
113 int height = getHeight() - p.top - p.bottom; local
124 p.top + (height - icon.getHeight()) / 2);
132 int yoffset = p.top + (height - title.getHeight()) / 2;
137 yoffset = p.top + (height - checkbox.getHeight()) / 2;
  /packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
WalkAroundWallpaper.java 137 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) {
138 super.onSurfaceChanged(holder, format, width, height);
175 size.width == metrics.heightPixels && size.height == metrics.widthPixels) ||
177 size.width == metrics.widthPixels && size.height == metrics.heightPixels)) {
178 params.setPreviewSize(size.width, size.height);
186 if (size.width >= metrics.widthPixels && size.height >= metrics.heightPixels) {
187 params.setPreviewSize(size.width, size.height);
206 params.setPreviewSize(size.width, size.height);
  /sdk/ninepatch/src/com/android/ninepatch/
NinePatch.java 190 int height = 0; local
205 g.drawImage(mImage, x, y, x + width, y + r.height, r.x, r.y,
206 r.x + r.width, r.y + r.height, null);
210 g.drawImage(mImage, x, y, x + r.width, y + r.height, r.x, r.y,
211 r.x + r.width, r.y + r.height, null);
214 height = r.height;
218 vExtra = r.height / mVerticalPatchesSum;
219 height = (int) (vExtra * vRemainder / vWeightSum);
224 g.drawImage(mImage, x, y, x + width, y + height, r.x, r.y
330 int height = mImage.getHeight(); local
386 int height = left.mSecond - left.mFirst; local
414 int height = left.mSecond - left.mFirst; local
466 int height = image.getHeight(); local
    [all...]
  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 145 if (((gs->height - 1) - drow_end) <= row_shift)
146 drow_end = gs->height - 1;
151 if ((unsigned)drow_end >= gs->height)
152 drow_end = gs->height - 1;
156 if ((unsigned)drow_start >= gs->height)
176 if (gs->irow >= gs->height) {
184 if (gs->irow >= gs->height) {
192 if (gs->irow >= gs->height) {
200 if (gs->irow >= gs->height){
209 } while (gs->irow > (gs->height - 1))
    [all...]
  /development/tools/yuv420sp2rgb/
cmdline.c 14 {"height", required_argument, 0, 'h'},
27 "image height in pixels",
40 "\t%s infile --height <height> --width <width> --output <outfile> -t <ppm|grb|argb> [ --gray ] [ --rotate <degrees> ] [ --verbose ]\n"
59 int *height,
68 ASSERT(height); *height = -1;
124 SET_INT_OPTION(height);

Completed in 602 milliseconds

1 2 3 4 5 6 7 8 91011>>