HomeSort by relevance Sort by last modified time
    Searched full:outline (Results 76 - 100 of 328) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/css/
CSSPropertyNames.in 104 outline
105 outline-color
106 outline-offset
107 outline-style
108 outline-width
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 147 void emboldenOutline(FT_Outline* outline);
336 FT_Outline_Get_CBox(&face->glyph->outline, bbox);
818 void SkScalerContext_FreeType::emboldenOutline(FT_Outline* outline) {
822 FT_Outline_Embolden(outline, strength);
921 emboldenOutline(&fFace->glyph->outline);
923 FT_Outline_Get_CBox(&fFace->glyph->outline, &bbox);
1050 FT_Outline* outline = &fFace->glyph->outline; local
    [all...]
  /external/chromium/chrome/browser/resources/options/
options_page.css 201 outline: none;
634 outline-color: rgba(0, 128, 256, 0.5);
638 outline-offset: -2px;
643 outline: 1px solid rgba(0, 128, 256, 0.5);
644 outline-offset: -2px;
647 /* This matches the native list outline on Mac */
649 outline-color: #759ad9;
650 outline-offset: -1px;
651 outline-style: auto;
652 outline-width: 5px
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 320 // the focus' outline so that our UI thread can draw accordingly.
324 int outline = box->view()->maximalOutlineSize(); local
325 static_cast<MediaLayer*>(m_contentLayer)->setOutlineSize(outline);
326 LOG("Media Outline: %d %p %p %p", outline, m_client, layer, box);
580 int outline = box->view()->maximalOutlineSize(); local
584 contentsRect.inflate(outline);
600 // absoluteBoundingBoxRect does not include the outline so we need
602 int x = box->borderLeft() + outline;
603 int y = box->borderTop() + outline;
    [all...]
  /frameworks/base/docs/html/guide/developing/tools/
adt.jd 19 <li><a href="#canvas">Canvas and outline view</a></li>
259 <dt><strong>Outline</strong></dt>
261 <dd>On the right side of the editor is the outline view. It displays a hierarchical
262 view of your layout where you can do things such as reorder of views. The outline
283 <h3 id="canvas">Canvas and outline view</h3>
290 "http://www.youtube.com/watch?v=Oq05KqjXTvs#t=7m16s">canvas and outline view</a> and the
301 items into the outline view, which displays your layout in a hierarchical list. The outline view
304 in the canvas or outline view, you can access a context-sensitive menu that lets you modify the
311 When you right-click a view or layout in the canvas or outline view, it brings up
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
CSSKeywordCompletions.js 69 "outline", "outline-color", "text-line-through", "text-line-through-color", "text-overline", "text-overline-color",
157 "outline-color": [
163 "outline-style": [
279 "outline": [
308 "outline-width": [
networkPanel.css 704 .resource-headers-view .outline-disclosure .parent {
709 .resource-headers-view .outline-disclosure .children li {
713 .resource-headers-view .outline-disclosure li.expanded .header-count {
717 .resource-headers-view .outline-disclosure li .header-toggle {
721 .resource-headers-view .outline-disclosure li.expanded .header-toggle {
728 .resource-headers-view .outline-disclosure li .header-toggle:hover {
733 .resource-headers-view .outline-disclosure .header-name {
742 .resource-headers-view .outline-disclosure .header-value {
750 .resource-headers-view .outline-disclosure li.headers-text {
755 .resource-headers-view .outline-disclosure .raw-form-data
    [all...]
inspector.css 54 outline: none;
58 outline: auto 5px -webkit-focus-ring-color;
827 .console-group-messages .outline-disclosure {
831 .console-group-messages .outline-disclosure > ol {
835 .console-group-messages .outline-disclosure, .console-group-messages .outline-disclosure ol {
840 .console-group-messages .outline-disclosure.single-node li {
844 .console-group-messages .outline-disclosure li .selection {
1120 .outline-disclosure li.hovered:not(.selected) .selection {
1128 .outline-disclosure li.highlighted .highlight
    [all...]
  /external/freetype/src/raster/
ftraster.c 75 /* Converting an outline into a bitmap is achieved in several steps: */
77 /* 1 - Decomposing the outline into successive `profiles'. Each */
95 /* The outline data is parsed during step 1 only. The profiles are */
113 /* a change of direction is detected in the outline, a new profile is */
114 /* generated until the end of the outline. */
464 Int numTurns; /* number of Y-turns in outline */
490 FT_Outline outline; member in struct:TWorker_
3534 const FT_Outline* outline = (const FT_Outline*)params->source; local
    [all...]
  /external/chromium/chrome/browser/resources/shared/css/
table.css 32 outline: none;
  /external/libvpx/examples/includes/geshi/geshi/
css.php 82 'max-width', 'min-height', 'min-width', 'orphans', 'outline',
83 'outline-color', 'outline-style', 'outline-width', 'overflow',
  /external/webkit/LayoutTests/fast/events/touch/
touch-coords-in-zoom-and-scroll.html 7 outline: 1px solid black;
  /external/webkit/Source/WebCore/manual-tests/
interrupted-compound-transform.html 67 position of the green outline.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java 80 * The style definition corresponding to {@link DrawingStyle#OUTLINE}
82 OUTLINE(new RGB(0x88, 0xFF, 0x88), 160, SWT.LINE_SOLID),
265 case OUTLINE:
266 return OUTLINE;
OutlinePage.java 102 * An outline page for the layout canvas view.
105 * we have *one* instance of the outline page per open canvas editor.
116 /** Label which separates outline text from additional attributes like text prefix or url */
123 * The graphical editor that created this outline.
159 return "adt.outline.moveup"; //$NON-NLS-1$
179 return "adt.outline.movedown"; //$NON-NLS-1$
326 * Sets the outline selection.
404 * Content provider for the Outline model.
460 * Label provider for the Outline model.
764 /** Returns the associated editor with this outline */
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
DOMCSS.mm 877 - (NSString *)outline
879 return [self getPropertyValue:@"outline"];
882 - (void)setOutline:(NSString *)outline
884 [self setProperty:@"outline" value:outline priority:@""];
889 return [self getPropertyValue:@"outline-color"];
894 [self setProperty:@"outline-color" value:outlineColor priority:@""];
899 return [self getPropertyValue:@"outline-style"];
904 [self setProperty:@"outline-style" value:outlineStyle priority:@""];
909 return [self getPropertyValue:@"outline-width"]
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
tabs.js 120 // Get (and initializes a focus outline manager.
155 // Show focus outline since we used the keyboard.
  /external/freetype/src/autofit/
aftypes.h 222 * scaled glyph outline according to the results of the glyph
279 FT_Outline* outline,
  /external/freetype/src/pshinter/
pshalgo.h 212 FT_Outline* outline; member in struct:PSH_GlyphRec_
244 FT_Outline* outline,
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGContainer.cpp 131 // to avoid our clip killing our outline rect. Thus we translate our
132 // outline rect into parent coords before drawing.
  /external/webkit/Source/WebKit2/UIProcess/
WebEditCommandProxy.cpp 121 return WEB_UI_STRING_KEY("Outline", "Outline (Undo action name)", "Undo action name");
  /external/freetype/include/freetype/internal/
psaux.h 517 /* A structure used during glyph loading to store its outline. */
528 /* base :: The base glyph outline. */
530 /* current :: The current glyph outline. */
532 /* max_points :: maximum points in builder outline */
534 /* max_contours :: Maximal number of contours in builder outline. */
    [all...]
  /external/chromium/chrome/common/extensions/docs/static/
a11y.html 266 Usually a focus outline moves around the interface,
267 but if you?re using CSS heavily this outline might be suppressed
269 Two examples of focus outline follow.
272 <img src="images/a11y/focus-outline-2.png"
274 alt="A focus outline on a Search button">
276 <img src="images/a11y/focus-outline.png"
278 alt="A focus outline on one of a series of links">
  /external/chromium/chrome/browser/accessibility/
accessibility_mac_uitest.mm 133 // table/outline notifications
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
options.css 117 outline: none;

Completed in 1573 milliseconds

1 2 34 5 6 7 8 91011>>