/external/chromium_org/third_party/WebKit/public/platform/ |
WebFilterOperations.h | 52 virtual void appendZoomFilter(float amount, int inset) = 0;
|
/external/chromium_org/third_party/skia/include/core/ |
SkError.h | 29 * inset()?ing a rectangle to make it degenerate (negative width/height).
|
/external/chromium_org/ui/gfx/ |
canvas_paint_win.cc | 54 // inset pixels to the screen.
|
/external/skia/gm/ |
coloremoji.cpp | 83 interiorClip.inset(boundsQuarterWidth, boundsQuarterHeight);
|
/external/skia/include/core/ |
SkError.h | 29 * inset()?ing a rectangle to make it degenerate (negative width/height).
|
/frameworks/base/core/tests/coretests/res/layout/ |
fill_in_wrap.xml | 54 style="@android:style/Widget.Button.Inset"
|
/sdk/eclipse/ |
dictionary.txt | 141 inset
|
/cts/tests/tests/view/src/android/view/cts/ |
FocusFinderTest.java | 96 rect.inset(mTopLeft.getWidth() / 4, mTopLeft.getHeight() / 4); 112 rect.inset(mTopLeft.getWidth() / 4, mTopLeft.getHeight() / 4);
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
bubble_decoration.mm | 27 // How far to inset the bubble from the top and bottom of the drawing 93 // The inset is to put the border down the middle of the pixel.
|
keyword_hint_decoration.mm | 21 // How far to inset the hint text area from sides. 24 // How far to inset the hint image from sides. Lines baseline of text
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_strip_view.mm | 74 // How many (pixels) to inset on the top/bottom. 90 arrowTipPos.y += kArrowBottomInset; // Inset on the bottom.
|
/external/chromium_org/ash/ |
dip_unittest.cc | 64 // Sanity check if the workarea's inset hight is same as 103 // Sanity check if the workarea's inset hight is same as
|
/external/chromium_org/ash/wm/ |
header_painter.h | 82 // Returns the inset from the right edge. 85 // Returns the amount that the theme background should be inset.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
network_dropdown.css | 24 inset 0 1px 2px rgba(255, 255, 255, 0.75); 53 inset 0 1px 2px rgba(255, 255, 255, 0.95);
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_positioner.cc | 31 work_area.Inset(left, top, right, bottom); 194 bounds_rect.Inset(window_size_.width() / 2 + min_distance_from_edge_,
|
/external/chromium_org/ui/views/layout/ |
box_layout.cc | 30 child_area.Inset(host->GetInsets()); 31 child_area.Inset(inside_border_insets_);
|
/external/llvm/include/llvm/MC/ |
MCObjectWriter.h | 94 bool InSet) const; 100 bool InSet,
|
/external/skia/tests/ |
CanvasStateTest.cpp | 101 layerRect.inset(2*SPACER, 2*SPACER); 111 regionInterior.inset(SPACER*3, SPACER*3);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
RoundedLine.java | 87 mArc1.inset(-r1, -r1); 89 mArc2.inset(-r2, -r2);
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3bitset.c | 41 static pANTLR3_BITSET antlr3BitsetClone (pANTLR3_BITSET inSet); 184 antlr3BitsetClone(pANTLR3_BITSET inSet) 190 bitset = antlr3BitsetNew(ANTLR3_BITSET_BITS * inSet->blist.length); 199 ANTLR3_MEMCPY(bitset->blist.bits, inSet->blist.bits, (ANTLR3_UINT64)(inSet->blist.length * sizeof(ANTLR3_BITWORD)));
|
/external/chromium_org/chrome/browser/resources/ |
sync_setup_overlay.css | 328 -webkit-box-shadow: inset 0 0 0 1px white; 336 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); 340 -webkit-box-shadow: inset 0 0 0 1px white, 0 1px 1px rgba(0, 0, 0, 0.1); 381 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 388 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
/external/chromium_org/ppapi/cpp/ |
rect.h | 259 /// Inset() shrinks the rectangle by a horizontal and vertical 266 void Inset(int32_t horizontal, int32_t vertical) { 267 Inset(horizontal, vertical, horizontal, vertical); 270 /// Inset() shrinks the rectangle by the specified amount on each 281 void Inset(int32_t left, int32_t top, int32_t right, int32_t bottom);
|
/external/chromium_org/ui/views/bubble/ |
bubble_frame_view.cc | 91 client_bounds.Inset(GetInsets()); 92 client_bounds.Inset(bubble_border_->GetInsets()); 181 bounds.Inset(border()->GetInsets()); 183 bounds.Inset(0, 0, close_->width() + 1, 0); 187 title_bounds.Inset(kTitleLeftInset, kTitleTopInset, 0, 0);
|
/external/chromium_org/ash/shelf/ |
shelf_view.cc | 70 // Default amount content is inset on the left edge. 86 // Inset for items which do not have an icon. 720 int inset = ash::switches::UseAlternateShelfLayout() ? 0 : leading_inset_; local 721 int x = layout_manager_->SelectValueForShelfAlignment(inset, 0, 0, inset); 722 int y = layout_manager_->SelectValueForShelfAlignment(0, inset, inset, 0); 748 // leading inset (if there is one). 752 layout_manager_->PrimaryAxisValue(inset + w, w), 753 layout_manager_->PrimaryAxisValue(h, inset + h)))) [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
CropImage.java | 241 srcRect.inset(Math.max(0, dx), Math.max(0, dy)); 244 dstRect.inset(Math.max(0, -dx), Math.max(0, -dy)); 443 faceRect.inset(-r, -r); 445 faceRect.inset(-faceRect.left, -faceRect.left); 449 faceRect.inset(-faceRect.top, -faceRect.top); 453 faceRect.inset(faceRect.right - imageRect.right, 458 faceRect.inset(faceRect.bottom - imageRect.bottom,
|