HomeSort by relevance Sort by last modified time
    Searched refs:margins (Results 1 - 16 of 16) sorted by null

  /external/skia/include/utils/
SkNinePatch.h 30 const SkBitmap& bitmap, const SkIRect& margins,
  /external/skia/src/utils/
SkNinePatch.cpp 230 const SkBitmap& bitmap, const SkIRect& margins,
233 0, margins.fLeft, bitmap.width() - margins.fRight, bitmap.width()
236 0, margins.fTop, bitmap.height() - margins.fBottom, bitmap.height()
239 dst.fLeft, dst.fLeft + SkIntToScalar(margins.fLeft),
240 dst.fRight - SkIntToScalar(margins.fRight), dst.fRight
243 dst.fTop, dst.fTop + SkIntToScalar(margins.fTop),
244 dst.fBottom - SkIntToScalar(margins.fBottom), dst.fBottom
265 const SkBitmap& bitmap, const SkIRect& margins,
    [all...]
  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 279 static IntRect inflateRect(const IntRect& zoomedRect, const IntSize& zoomedSize, const int* margins, float zoomFactor)
283 int widthDelta = zoomedRect.width() - (zoomedSize.width() + margins[leftMargin] * zoomFactor + margins[rightMargin] * zoomFactor);
284 int heightDelta = zoomedRect.height() - (zoomedSize.height() + margins[topMargin] * zoomFactor + margins[bottomMargin] * zoomFactor);
287 result.setX(result.x() - margins[leftMargin] * zoomFactor);
291 result.setY(result.y() - margins[topMargin] * zoomFactor);
307 static const int margins[3][4] =
313 return margins[controlSize];
391 static const int margins[3][4]
    [all...]
  /external/webkit/WebCore/platform/mac/
ThemeMac.mm 129 static IntRect inflateRect(const IntRect& zoomedRect, const IntSize& zoomedSize, const int* margins, float zoomFactor)
133 int widthDelta = zoomedRect.width() - (zoomedSize.width() + margins[leftMargin] * zoomFactor + margins[rightMargin] * zoomFactor);
134 int heightDelta = zoomedRect.height() - (zoomedSize.height() + margins[topMargin] * zoomFactor + margins[bottomMargin] * zoomFactor);
137 result.setX(result.x() - margins[leftMargin] * zoomFactor);
141 result.setY(result.y() - margins[topMargin] * zoomFactor);
157 static const int margins[3][4] =
163 return margins[controlSize];
238 static const int margins[3][4]
    [all...]
  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 295 IntRect RenderThemeSafari::inflateRect(const IntRect& r, const IntSize& size, const int* margins) const
299 int widthDelta = r.width() - (size.width() + margins[leftMargin] + margins[rightMargin]);
300 int heightDelta = r.height() - (size.height() + margins[topMargin] + margins[bottomMargin]);
303 result.setX(result.x() - margins[leftMargin]);
307 result.setY(result.y() - margins[topMargin]);
432 static const int margins[3][4] = local
438 return margins[controlSize];
471 static const int margins[3][4] local
556 static const int margins[3][4] = local
650 static const int margins[3][4] = local
    [all...]
RenderThemeSafari.h 145 IntRect inflateRect(const IntRect&, const IntSize&, const int* margins) const;
RenderThemeChromiumMac.mm 548 IntRect RenderThemeChromiumMac::inflateRect(const IntRect& r, const IntSize& size, const int* margins, float zoomLevel) const
552 int widthDelta = r.width() - (size.width() + margins[leftMargin] * zoomLevel + margins[rightMargin] * zoomLevel);
553 int heightDelta = r.height() - (size.height() + margins[topMargin] * zoomLevel + margins[bottomMargin] * zoomLevel);
556 result.setX(result.x() - margins[leftMargin] * zoomLevel);
560 result.setY(result.y() - margins[topMargin] * zoomLevel);
781 static const int margins[3][4] =
787 return margins[[popupButton() controlSize]];
    [all...]
RenderThemeMac.mm 496 IntRect RenderThemeMac::inflateRect(const IntRect& r, const IntSize& size, const int* margins, float zoomLevel) const
500 int widthDelta = r.width() - (size.width() + margins[leftMargin] * zoomLevel + margins[rightMargin] * zoomLevel);
501 int heightDelta = r.height() - (size.height() + margins[topMargin] * zoomLevel + margins[bottomMargin] * zoomLevel);
504 result.setX(result.x() - margins[leftMargin] * zoomLevel);
508 result.setY(result.y() - margins[topMargin] * zoomLevel);
710 static const int margins[3][4] =
716 return margins[[popupButton() controlSize]];
    [all...]
RenderThemeChromiumMac.h 141 IntRect inflateRect(const IntRect&, const IntSize&, const int* margins, float zoomLevel = 1.0f) const;
RenderThemeMac.h 144 IntRect inflateRect(const IntRect&, const IntSize&, const int* margins, float zoomLevel = 1.0f) const;
RenderBox.cpp 606 // its margins.
1557 int margins = collapsedMarginTop() + collapsedMarginBottom(); local
    [all...]
RenderBlock.cpp 94 // Whether or not we can collapse our own margins with our children. We don't do this
103 // margins with our children's margins. To do otherwise would be to risk odd visual
585 // (e) have specified that one of our margins can't collapse using a CSS extension
718 // our current maximal positive and negative margins. These values are used when we
725 // Start out by setting our margin values to our current margins. Table cells have
726 // no margins, so we don't fill in the values for table cells.
4151 int margins = 0; local
    [all...]
  /external/kernel-headers/original/linux/
fb.h     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 883 milliseconds