HomeSort by relevance Sort by last modified time
    Searched refs:border (Results 26 - 50 of 417) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/freetype/src/base/
ftstroke.c 317 ft_stroke_border_grow( FT_StrokeBorder border,
320 FT_UInt old_max = border->max_points;
321 FT_UInt new_max = border->num_points + new_points;
328 FT_Memory memory = border->memory;
334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
338 border->max_points = cur_max;
347 ft_stroke_border_close( FT_StrokeBorder border,
350 FT_UInt start = border->start;
351 FT_UInt count = border->num_points
882 FT_StrokeBorder border = stroker->borders + side; local
924 FT_StrokeBorder border = stroker->borders + side; local
951 FT_StrokeBorder border = stroker->borders + side; local
982 FT_StrokeBorder border = stroker->borders + side; local
1044 FT_StrokeBorder border = stroker->borders + side; local
1246 FT_StrokeBorder border; local
1284 FT_StrokeBorder border; local
1436 FT_StrokeBorder border; local
1636 FT_StrokeBorder border; local
2365 FT_StrokerBorder border; local
    [all...]
  /external/chromium/chrome/browser/resources/gpu_internals/
info_view.css 20 border-collapse: collapse;
26 border: 1px solid #777;
tab_control.css 18 border-bottom: 1px solid #555;
45 border-top-right-radius: 8px;
46 border-top-left-radius: 8px;
47 background-clip: border-box;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
options.css 52 border-bottom-left-radius: 12px 12px;
53 border-bottom-right-radius: 12px 12px;
54 border-color: #B5C7DE;
55 border-style: solid;
56 border-top-left-radius: 12px 12px;
57 border-top-right-radius: 12px 12px;
58 border-width: 4px;
114 border: 0;
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TextureUtils.h 28 GLsizei height, GLint border,
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 104 * @param border
107 Bitmap bitmap, int border) {
114 if (native_texImage2D(target, level, internalformat, bitmap, -1, border)!=0) {
130 * @param border
133 Bitmap bitmap, int type, int border) {
140 if (native_texImage2D(target, level, internalformat, bitmap, type, border)!=0) {
152 * @param border
155 int border) {
162 if (native_texImage2D(target, level, -1, bitmap, -1, border)!=0) {
285 Bitmap bitmap, int type, int border);
    [all...]
  /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 */
cookies_view.css 43 border: 1px solid #D9D9D9;
123 border-radius: 5px;
124 border: 1px solid #8392AE;
139 border-color: #647187;
144 border-color: #B2B2B2;
149 border-color: #647187;
156 border-radius: 5px;
157 border: 1px solid #B2B2B2;
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/combo/
combo.edc 107 border: 15 0 8 11;
120 border: 15 0 8 11;
128 border: 15 0 8 11;
136 border: 15 0 8 11;
168 border: 1 15 8 10;
183 border: 1 15 8 10;
192 border: 1 15 8 10;
201 border: 1 15 8 10;
228 border: 5 5 0 0;
237 border: 5 5 0 0
    [all...]
  /external/icu4c/test/perf/perldriver/
Output.pm 14 my $TABLEATTR = 'BORDER="1" CELLPADDING="4" CELLSPACING="0"';
213 th { font-size: 10pt; border: 0 solid #000080; padding: 5 }
214 th.testNameHeader { border-width: 1 }
215 th.testName { text-align: left; border-left-width: 1; border-right-width: 1;
216 border-bottom-width: 1 }
217 th.source { border-right-width: 1; border-bottom-width: 1 }
218 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 46 border-radius: 5px;
61 border: 3px solid hsl(213, 60%, 92%);
66 border: 1px solid white;
82 border-top-left-radius: 4px;
83 border-top-right-radius: 4px;
175 border: 3px solid hsl(213, 63%, 93%);
177 border-radius: 5px;
180 -webkit-transition: width .15s, height .15s, border-color .15s,
181 border-top-left-radius .15s, border-top-right-radius .15s
    [all...]
  /external/chromium-trace/src/shared/css/
table.css 12 border-color: hsl(214, 91%, 65%);
18 border-color: hsl(214, 91%, 65%);
24 border-color: hsl(214, 91%, 65%);
28 border-left: none;
29 border-right: none;
34 border: 1px solid;
38 border: 1px solid;
bubble.css 64 border-bottom-right-radius: 1px;
65 /* No border on the right or top (inner sides of the rotated square) because
67 border-right: none;
68 border-top: none;
98 border: 1px solid rgba(0, 0, 0, 0.3);
104 border-radius: 6px;
105 box-sizing: border-box;
  /external/webkit/Source/WebCore/css/
view-source.css 31 border-spacing: 0;
47 box-sizing: border-box;
51 border-right: 1px solid rgb(187, 187, 187) !important;
129 -webkit-border-radius: 9px;
130 -webkit-border-fit: lines;
141 border: 2px solid rgb(100%, 52%, 21%);
146 border: 2px solid rgb(100%, 31%, 31%);
  /external/chromium/chrome/browser/resources/ntp4/
most_visited_page.css 21 .edit-mode-border {
47 * thumbnail border color). */
56 border-top-left-radius: 5px;
57 border-top-right-radius: 5px;
58 box-sizing: border-box;
158 border-radius: 5px;
162 /* TODO(estade): there seems to be a webkit bug where this border is not
164 border: 1px solid;
169 border: 3px solid transparent;
170 border-radius: 5px
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/css/
bmm.css 29 box-sizing: border-box;
74 border: 1px solid hsl(214, 91%, 85%);
75 border-radius: 3px;
88 border-color: hsl(214, 91%, 65%);
197 box-sizing: border-box;
210 box-sizing: border-box;
226 border: 0;
255 border: 1px solid hsl(214, 91%, 85%);;
256 border-radius: 3px;
257 box-sizing: border-box
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.css 17 border-bottom: 1px solid #555;
37 border-top-right-radius: 8px;
38 border-top-left-radius: 8px;
39 background-clip: border-box;
  /external/chromium/chrome/common/extensions/docs/css/
print.css 8 border: 0;
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/button/
button.edc 70 border: 6 10 8 10;
78 border: 6 10 8 10;
91 border: 6 10 8 10;
99 border: 6 10 8 10;
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/file/
file.edc 67 border: 8 8 8 8;
80 border: 8 8 8 8;
88 border: 8 8 8 8;
96 border: 8 8 8 8;
  /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...]
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);
  /packages/apps/LegacyCamera/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/webkit/Source/WebCore/rendering/
RenderIFrame.cpp 57 int border = borderTop() + borderBottom(); local
58 setHeight(max(height(), view->contentsHeight() + border));
75 int border = borderLeft() + borderRight(); local
76 setWidth(max(width(), view->contentsWidth() + border));
  /external/webkit/Source/WebCore/rendering/style/
StyleSurroundData.h 49 BorderData border; member in class:WebCore::StyleSurroundData

Completed in 487 milliseconds

12 3 4 5 6 7 8 91011>>