/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
Pyramid.h | 37 real border; // border size member in class:PyramidShort 40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0); 41 static PyramidShort *allocateImage(real width, real height, real border);
|
Geometry.h | 50 // Clip x to be within [-border,width+border-1] 51 inline void clipToSegment(int &x, int width, int border) 53 if(x < -border) 54 x = -border; 55 else if(x >= width+border) 56 x = width + border - 1; 59 // Return true if x within [-border,width+border-1] 60 inline bool inSegment(int x, int width, int border) [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Pyramid.h | 37 real border; // border size member in class:PyramidShort 40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0); 41 static PyramidShort *allocateImage(real width, real height, real border);
|
Geometry.h | 50 // Clip x to be within [-border,width+border-1] 51 inline void clipToSegment(int &x, int width, int border) 53 if(x < -border) 54 x = -border; 55 else if(x >= width+border) 56 x = width + border - 1; 59 // Return true if x within [-border,width+border-1] 60 inline bool inSegment(int x, int width, int border) [all...] |
/external/chromium_org/third_party/freetype/include/freetype/ |
ftstroke.h | 47 * displayed with a coloured (and anti-aliased) border around their 90 * limit value and the border radius), then a bevel join (see 102 * miter limit value and the border radius. This prevents 157 * These values are used to select a given stroke border 162 * Select the left border, relative to the drawing direction. 165 * Select the right border, relative to the drawing direction. 198 * The border index. @FT_STROKER_BORDER_RIGHT for empty or invalid 219 * The border index. @FT_STROKER_BORDER_LEFT for empty or invalid 263 * The border radius. 333 * path, and the stroker generates two distinct `border' outlines [all...] |
/external/freetype/include/freetype/ |
ftstroke.h | 47 * displayed with a coloured (and anti-aliased) border around their 90 * limit value and the border radius), then a bevel join (see 102 * miter limit value and the border radius. This prevents 157 * These values are used to select a given stroke border 162 * Select the left border, relative to the drawing direction. 165 * Select the right border, relative to the drawing direction. 198 * The border index. @FT_STROKER_BORDER_RIGHT for empty or invalid 219 * The border index. @FT_STROKER_BORDER_LEFT for empty or invalid 263 * The border radius. 333 * path, and the stroker generates two distinct `border' outlines [all...] |
/external/chromium/chrome/browser/resources/ |
crashes.css | 24 border: 1px solid #bbb; 25 border-radius: 2px; 43 border-bottom: 1px solid #bbb;
|
safe_browsing_malware_block.html | 29 border-radius:5px; 52 border-top: 1px solid #ddd; 67 border-top:1px solid #ccc; 77 border: 1px solid #4c7336; 78 border-bottom: 1px solid #44692f; 79 border-radius: 3px; 96 border: 1px solid #456a2f; 97 border-bottom: 1px solid #456a2f; 103 border: 1px solid #3e612a; 104 border-top:1px solid #4c7336 [all...] |
/external/chromium-trace/trace-viewer/src/tracing/ |
timeline_view.css | 8 box-sizing: border-box; 35 border-bottom: 1px solid #8e8e8e; 66 border-bottom: 1px solid #8e8e8e; 114 border: 1px solid rgba(0, 0, 0, 0.5); 115 box-sizing: border-box; 129 border-left: none; 134 border-left: none; 144 border: 1px solid rgba(0, 0, 0, 0.5); 155 border: 1px solid rgba(0, 0, 0, 0.8); 167 border: solid 1px [all...] |
/external/chromium_org/chrome/browser/resources/ |
crashes.css | 30 border: 1px solid #bbb; 31 border-radius: 2px; 49 border-bottom: 1px solid #bbb;
|
/external/chromium_org/chrome/browser/resources/media/ |
webrtc_logs.css | 23 border: 1px solid #bbb; 24 border-radius: 2px; 42 border-bottom: 1px solid #bbb;
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
cros_log_analyzer_view.css | 12 border: 1px solid rgb(220, 220, 220); 16 border: 1px solid rgb(220, 220, 220); 70 border: 1px solid; 71 border-radius: 5px; 102 border-bottom: 1px solid rgb(209, 209, 209); 112 border-radius: 5px; 122 border: 1px solid rgb(220, 220, 220); 126 border: 1px solid rgb(211, 211, 211); 147 border: 1px solid rgb(211, 211, 211); 148 border-radius: 2px [all...] |
/external/chromium_org/chrome/browser/resources/ssl/ |
firefox.css | 14 border: 1px solid rgb(255, 189, 9); 15 border-radius: 10px; 28 border-bottom: 1px solid rgb(221, 218, 213);
|
/external/chromium_org/chrome/browser/resources/uber/ |
uber_frame.css | 28 -webkit-border-start: 6px solid transparent; 39 -webkit-border-start-color: rgb(78, 87, 100); 50 border: 0;
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
screen_capture_notification_ui_cocoa.h | 28 // A floating window with a custom border. The custom border and background 34 // The custom background/border for the ScreenCaptureNotificationWindow.
|
/external/chromium_org/remoting/host/ |
disconnect_window_mac.h | 28 // A floating window with a custom border. The custom border and background 34 // The custom background/border for the DisconnectWindow. Declared here so that
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
scrollbar-hittest2.html | 6 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=6149">http://bugs.webkit.org/show_bug.cgi?id=6149</a> REGRESSION (WebCore-417.5): horizontal scrollbar in overflow with top border doesn't receive mouse events</p> 17 <div id="target" style="width: 400px; overflow: auto; border-top: 20px solid grey; border-bottom: 10px solid blue;">
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
inspectorCommon.css | 36 border-left: 1px solid rgb(80, 80, 80); 40 border-left: 1px solid rgb(64%, 64%, 64%); 44 box-sizing: border-box; 57 border: none; 105 border-bottom: 1px solid rgba(0, 0, 0, 0.3); 181 border-right: 1px solid black; 182 border-left: 1px solid black; 196 border-radius: 2px; 219 border-left: 1px solid red; 232 border-radius: 1px [all...] |
/external/libogg/doc/libogg/ |
ogg_page_checksum_set.html | 9 <table border=0 width=100%> 23 <table border=0 color=black cellspacing=0 cellpadding=7> 49 <table border=0 width=100%>
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Geometry.h | 50 // Clip x to be within [-border,width+border-1] 51 inline void clipToSegment(int &x, int width, int border) 53 if(x < -border) 54 x = -border; 55 else if(x >= width+border) 56 x = width + border - 1; 59 // Return true if x within [-border,width+border-1] 60 inline bool inSegment(int x, int width, int border) [all...] |
/external/llvm/docs/_themes/llvm-theme/static/ |
llvm-theme.css | 26 border: 1px solid #aaa; 47 border-right: 1px solid #ccc; 62 border-top: 1px solid #ddd; 63 border-bottom: 1px solid #ddd; 107 border: 1px solid #86989B; 194 border-bottom: 1px solid #ccc; 245 border-bottom: 1px solid #ddd; 250 border: 0; 254 border: 1px solid #abc; 259 border: 0 [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
keyboard_overlay.css | 17 border-radius: 6px; 24 border: 2px solid rgb(87, 108, 207); 25 border-radius: 5px; 64 border: 2px solid #7f7f7f; 65 border-radius: 4px; 76 border-color: #fafafa; 81 border-color: rgb(97, 186, 100); 85 border-color: rgb(93, 128, 199); 89 border-color: rgb(184, 84, 84); 93 border-color: rgb(204, 204, 80) [all...] |
/external/chromium/chrome/browser/resources/keyboard/ |
index.html | 20 -webkit-border-radius: 4px; 23 border-style: solid; 24 border-color: gray; 25 border-width: 1px; 51 border-color: #304a9b;
|
/external/chromium/chrome/browser/resources/options/ |
subpages_tab_controls.css | 15 border: 1px solid #A0A0A0; /* light gray */ 16 border-bottom: 2px solid white; 17 border-top-left-radius: 3px; 18 border-top-right-radius: 3px; 54 border-bottom: 1px solid #A0A0A0; /* light gray */
|
/external/chromium/chrome/common/extensions/docs/css/ |
samples.css | 2 border:0; 8 border: 0 !important; 57 border-bottom: 1px solid #ddd; 78 -moz-border-radius: 10px; 79 border-radius: 10px;
|