/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
gtkhtml | 6 inset
|
/external/skia/tests/ |
PaintTest.cpp | 30 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? local 33 maxR.inset(-inset, -inset);
|
/external/webkit/Source/WebCore/rendering/ |
RenderTextControlMultiLine.cpp | 136 int inset = borderLeft() + paddingLeft(); local 139 inset += innerTextRenderer->paddingLeft(); 141 return inset; 146 int inset = borderRight() + paddingRight(); local 149 inset += innerTextRenderer->paddingRight(); 151 return inset; 156 int inset = borderTop() + paddingTop(); local 159 inset += innerTextRenderer->paddingTop(); 161 return inset;
|
RenderRubyText.cpp | 74 // Inset the ruby text by half the inter-ideograph expansion amount, but no more than a full-width 76 float inset = (logicalWidth - maxPreferredLogicalWidth) / (expansionOpportunityCount + 1); local 78 inset = min<float>(2 * style()->fontSize(), inset); 80 logicalLeft += inset / 2; 81 logicalWidth -= inset;
|
/external/chromium/chrome/browser/ui/cocoa/ |
styled_text_field_cell.mm | 20 const CGFloat inset, 22 NSRect insetFrame = NSInsetRect(frame, inset, inset); 25 CGFloat leftRadius = outerRadius - inset; 41 // inset backed out of the radius. 44 const CGFloat inset, 48 RectPathWithInset(roundedFlags, frame, inset, outerRadius); 55 // greater than 0.0 uses rounded corners, with inset backed out of the 59 const CGFloat inset, 63 const CGFloat finalInset = inset + (lineWidth / 2.0) [all...] |
/external/doclava/res/assets/templates/ |
todo.cs | 17 border-style: inset inset inset inset; 24 border-style: inset inset inset inset;
|
/external/webkit/Source/WebCore/manual-tests/ |
onclick_in_noncontent.html | 11 <table style="width:100px;height:100px;border:inset">
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Regions.java | 85 float inset = p.getStrokeWidth() * 0.5f; local 86 if (inset == 0) { // catch hairlines 87 inset = 0.5f; 89 c.drawRect(r.left + inset, r.top + inset, 90 r.right - inset, r.bottom - inset, p);
|
ShapeDrawable1.java | 82 RectF inset = new RectF(6, 6, 6, 6); local 97 mDrawables[3] = new ShapeDrawable(new RoundRectShape(outerR, inset, 99 mDrawables[4] = new ShapeDrawable(new RoundRectShape(outerR, inset,
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
RoundRectShape.java | 25 * Creates a rounded-corner rectangle. Optionally, an inset (rounded) rectangle 48 * @param inset A RectF that specifies the distance from the inner 56 * If inset parameter is null, this parameter is ignored. 58 public RoundRectShape(float[] outerRadii, RectF inset, 67 mInset = inset; 70 if (inset != null) {
|
/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
ImageUtils.java | 304 final int INSET = width / 72; 305 final int startHeight = (height / 3) + INSET; 307 background.setBounds(INSET, startHeight, width - INSET, 308 ((2 * height) / 3) - INSET); 316 final int maxWidth = width - (2 * INSET) - (2 * titleFontSize); 321 canvas.drawText(title, (width - (2 * INSET) - p.measureText(title)) / 2, 328 canvas.drawText(subTitle, (width - (2 * INSET) - p.measureText(subTitle)) / 2, 347 final int INSET = width / 72; 348 final int startHeight = ((2 * height) / 3) + INSET; [all...] |
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
instant_opt_in_view.mm | 18 // How far from the sides to inset the horizontal line. 40 // Draw a horizontal line 2 px down from the top of the view, inset at the
|
/external/chromium/chrome/browser/ui/gtk/ |
theme_install_bubble_view_gtk.cc | 167 int inset = kBubbleCornerRadius; local 168 inner_rect.Inset(inset, inset); 171 cairo_arc(cr, inner_rect.x(), inner_rect.y(), inset, 173 cairo_arc(cr, inner_rect.right(), inner_rect.y(), inset, 175 cairo_arc(cr, inner_rect.right(), inner_rect.bottom(), inset, 177 cairo_arc(cr, inner_rect.x(), inner_rect.bottom(), inset,
|
/cts/tests/res/drawable/ |
insetdrawable.xml | 18 <inset xmlns:android="http://schemas.android.com/apk/res/android"
|
/frameworks/ex/chips/res/drawable/ |
bg_separator_inset.xml | 17 <inset xmlns:android="http://schemas.android.com/apk/res/android"
|
/packages/apps/Contacts/res/drawable/ |
quickcontact_list_item_divider.xml | 16 <inset xmlns:android="http://schemas.android.com/apk/res/android"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
drawable1-expected-completion47.txt | 7 <inset />
|
drawable1-expected-completion50.txt | 7 <inset />
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
InsetDrawable.java | 35 * <p>It can be defined in an XML file with the <code><inset></code> element. For more 57 public InsetDrawable(Drawable drawable, int inset) { 58 this(drawable, inset, inset, inset, inset); 110 + ": <inset> tag requires a 'drawable' attribute or " 117 Log.w("drawable", "No drawable specified for <inset>");
|
/development/samples/BrowserPlugin/jni/navigation/ |
NavigationPlugin.cpp | 46 static uint16_t rnd16(float x, int inset) { 47 int ix = (int)roundf(x) + inset; 55 const int inset = doAA ? -1 : 0; local 59 inval.left = rnd16(r.left, inset); 60 inval.top = rnd16(r.top, inset); 61 inval.right = rnd16(r.right, -inset); 62 inval.bottom = rnd16(r.bottom, -inset);
|
/external/chromium/chrome/browser/chromeos/login/ |
rounded_rect_painter.cc | 181 int inset = border_->corner_radius / 2 + border_->padding + shadow; local 182 insets->Set(inset - shadow / 3, inset, inset + shadow / 3, inset);
|
/system/core/libcutils/ |
selector.c | 170 bool inSet = false; 173 inSet = true; 177 inSet = true; 180 inSet = true; 183 if (inSet) {
|
/external/llvm/lib/MC/ |
MCObjectWriter.cpp | 50 bool InSet) const { 66 InSet, 74 bool InSet,
|
/frameworks/base/core/java/android/gesture/ |
Gesture.java | 216 * @param inset 220 public Bitmap toBitmap(int width, int height, int inset, int color) { 238 final float sx = (width - 2 * inset) / bounds.width(); 239 final float sy = (height - 2 * inset) / bounds.height(); 246 canvas.translate(inset, inset);
|
/packages/apps/Email/res/values/ |
dimensions.xml | 56 <!-- inset distance for settings buttons --> 60 <!-- In setup screens, the inset for all items below the headline+hairline -->
|