/external/freetype/include/freetype/internal/ |
autohint.h | 45 /* outline, as well as how to align them. They are */
|
/external/libvpx/examples/includes/geshi/geshi/ |
applescript.php | 57 'hyphens','punctuation','bold','condensed','expanded','hidden','italic','outline','plain',
|
oracle11.php | 325 'OUTLINE',
|
oracle8.php | 282 'OUTLINE',
|
/external/quake/quake/src/QW/gas2masm/ |
gas2masm.c | 36 int inline, outline;
variable 761 fprintf (stderr, "In line: %d, out line: %d\n", inline, outline);
971 outline++;
1029 outline = 3;
|
/external/quake/quake/src/WinQuake/gas2masm/ |
gas2masm.c | 36 int inline, outline;
variable 761 fprintf (stderr, "In line: %d, out line: %d\n", inline, outline);
971 outline++;
1029 outline = 3;
|
/external/webkit/Source/WebCore/css/ |
html.css | 808 outline: auto 5px -webkit-focus-ring-color 813 outline: none 817 outline-offset: -2px 830 outline-offset: 0
|
mathml.css | 140 outline: solid thin red;
|
/external/webkit/Source/WebCore/platform/brew/ |
LocalizedStringsBrew.cpp | 271 return "Outline";
|
/external/webkit/Source/WebCore/platform/haiku/ |
LocalizedStringsHaiku.cpp | 278 return "Outline";
|
/external/webkit/Source/WebCore/platform/wx/ |
LocalizedStringsWx.cpp | 277 return String("Outline");
|
/external/webkit/Source/WebCore/rendering/ |
RenderOverflow.h | 37 // Examples of visual overflow are shadows, text stroke (and eventually outline and border-image).
|
RenderLayerBacking.cpp | 786 // Reject anything that has a border, a border-radius or outline, 807 // Reject anything that has a border, a border-radius or outline, [all...] |
/external/webkit/Tools/DumpRenderTree/ |
AccessibilityUIElement.h | 173 // Tree/Outline specific attributes
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/ |
main.css | 308 outline: solid 1px #999;
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewIcon.java | 46 // holographic outline
|
CellLayout.java | 226 // When dragging things around the home screens, we show a green outline of 243 final Bitmap outline = (Bitmap)anim.getTag(); 247 if (outline == null) { 260 left + outline.getWidth(), top + outline.getHeight()); 264 // The animation holds a reference to the drag outline bitmap as long is it's [all...] |
/packages/apps/Settings/src/com/android/settings/widget/ |
PieChartView.java | 201 // draw slice outline
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutEditor.java | 339 // For the outline, force it to come from the Graphical Editor. 340 // This fixes the case where a layout file is opened in XML view first and the outline 341 // gets stuck in the XML outline. 423 * We used to automatically bring the outline and the property sheet to view
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutCanvasViewer.java | 44 * the part itself as well as the associated outline and property sheet pages.
|
OutlineDropListener.java | 37 /** Drop listener for the outline page */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
VisualRefactoringAction.java | 65 // IStructuredSelection in the outline or navigator
|
/sdk/rule_api/src/com/android/ide/common/api/ |
DrawingStyle.java | 82 OUTLINE,
|
/external/chromium/chrome/common/extensions/docs/ |
a11y.html | 606 Usually a focus outline moves around the interface, 607 but if you?re using CSS heavily this outline might be suppressed 609 Two examples of focus outline follow. 612 <img src="images/a11y/focus-outline-2.png" width="200" height="75" alt="A focus outline on a Search button"> 614 <img src="images/a11y/focus-outline.png" width="400" height="40" alt="A focus outline on one of a series of links"> [all...] |
/external/freetype/src/psaux/ |
t1decode.c | 289 /* now load the unscaled outline */ 313 /* the base outline */ 769 /* point without adding any point to the outline */ [all...] |