Home
last modified time | relevance | path

Searched defs:inset (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTextControlMultiLine.cpp136 int inset = borderLeft() + paddingLeft(); in textBlockInsetLeft() local
146 int inset = borderRight() + paddingRight(); in textBlockInsetRight() local
156 int inset = borderTop() + paddingTop(); in textBlockInsetTop() local
DRenderRubyText.cpp76 float inset = (logicalWidth - maxPreferredLogicalWidth) / (expansionOpportunityCount + 1); in adjustInlineDirectionLineBounds() local
DRenderRubyBase.cpp209 float inset = (logicalWidth - maxPreferredLogicalWidth) / (expansionOpportunityCount + 1); in adjustInlineDirectionLineBounds() local
DRenderTextControlSingleLine.cpp1115 int inset = borderLeft() + clientPaddingLeft(); in textBlockInsetLeft() local
1125 int inset = borderRight() + clientPaddingRight(); in textBlockInsetRight() local
/external/skia/tests/
DPaintTest.cpp91 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in regression_cubic() local
/external/chromium/chrome/browser/ui/gtk/
Dtheme_install_bubble_view_gtk.cc167 int inset = kBubbleCornerRadius; in OnExpose() local
/external/skia/include/core/
DSkRect.h149 void inset(int32_t dx, int32_t dy) { in inset() function
473 void inset(SkScalar dx, SkScalar dy) { in inset() function
/external/chromium/chrome/browser/chromeos/login/
Drounded_rect_painter.cc181 int inset = border_->corner_radius / 2 + border_->padding + shadow; in GetInsets() local
/external/skia/samplecode/
DSampleHairline.cpp215 const SkIRect& inset) { in show_bitmaps()
DSampleApp.cpp798 SkScalar inset = SkIntToScalar(-2); in drawText() local
/external/skia/src/core/
DSkCanvas.cpp1241 int inset = (kAA_EdgeType == et); in getClipBounds() local
DSkDraw.cpp521 SkScalar inset = paint.getStrokeWidth(); in bounder_points() local