/external/freetype/include/freetype/config/ |
ftheader.h | 273 * scalable outline management API of FreeType~2. 654 * FreeType~2 API which provides functions to stroke outline paths.
|
/external/chromium/chrome/browser/resources/bookmark_manager/css/ |
bmm.css | 138 outline: none;
|
/external/chromium/chrome/browser/resources/ntp/ |
most_visited.css | 18 outline: none;
|
/external/freetype/include/freetype/internal/ |
ftobjs.h | 273 /* The maximal number of points used to store the vectorial outline */ 280 /* outline of any glyph in this face. If this value cannot be */ [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
textViewer.css | 170 outline: 1px solid rgb(64, 115, 244);
|
/external/webkit/Source/WebCore/platform/efl/ |
LocalizedStringsEfl.cpp | 309 return String::fromUTF8("Outline");
|
/packages/apps/Gallery/src/com/android/camera/ |
GridViewSpecial.java | 734 private final Bitmap mOutline; // The outline bitmap put on top of each 748 int columns, int blockWidth, Bitmap outline) { 757 mOutline = outline; 950 // (If the user scrolls too fast). It is a gray image with normal outline [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringAction.java | 100 // IStructuredSelection in the outline or navigator
|
/external/chromium/chrome/browser/resources/ |
print_preview.css | 341 outline: none; 361 outline: 0; 442 outline: none;
|
/external/freetype/src/truetype/ |
ttobjs.c | 437 /* Only have a single outline. */ 562 " Only the `.notdef' glyph has an outline.\n" 586 " Only the `.notdef' glyph has an outline.\n" [all...] |
/external/skia/src/core/ |
SkScalerContext.cpp | 563 SkPath outline; local 569 stroker.strokePath(localPath, &outline); 570 localPath.swap(outline);
|
/external/icu4c/tools/gennames/ |
gennames.c | 922 uint32_t i=0, inLine, outLine=0xffffffff /* (uint32_t)(-1) */, 939 while((++outLine&GROUP_MASK)!=0) { 956 outLine=(inLine&~GROUP_MASK)-1; 960 while(++outLine<inLine) { 971 while((++outLine&GROUP_MASK)!=0) { [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
Workspace.java | 179 // Paint used to draw external drop outline [all...] |
/external/webkit/Source/WebCore/rendering/style/ |
RenderStyle.h | 450 if (m_background->outline().style() == BNONE) 452 return m_background->outline().width(); 455 EBorderStyle outlineStyle() const { return m_background->outline().style(); } 456 bool outlineStyleIsAuto() const { return m_background->outline().isAuto(); } 649 if (m_background->outline().style() == BNONE) 651 return m_background->outline().offset(); [all...] |
/frameworks/base/docs/html/sdk/ |
eclipse-adt.jd | 567 <li>Improved Outline labels: The Outline tab now displays additional information about each 589 <li>Outline reordering: Reordering your views in the Outline tab is much easier 603 corresponding XML element. In the Outline view, double-clicking opens the Properties view.</li> [all...] |
/external/harfbuzz/tests/shaping/ |
main.cpp | 126 *nPoints = face->glyph->outline.n_points; 133 *xpos = face->glyph->outline.points[point].x; 134 *ypos = face->glyph->outline.points[point].y;
|
/external/webkit/Source/WebCore/page/ |
ContextMenuController.cpp | 316 // We actually never enable this because CSS does not have a way to specify an outline font, 449 ContextMenuItem outline(ActionType, ContextMenuItemTagOutline, contextMenuItemTagOutline()); 461 appendItem(outline, &fontMenu); [all...] |
/sdk/eclipse/ |
changes.txt | 208 - Rewritten outline drag & drop handling, improved label colors 299 - Outline mode in the Visual Layout Editor draws layout outline to
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionManager.java | 178 * changed. Typically it means the outline selection has changed and we're 841 * Update the outline selection to select the given nodes, asynchronously. 854 * Syncs the current selection to the outline, synchronously. [all...] |
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
collected_cookies_mac.mm | 191 // Shrink the blocked cookies outline view.
|
/external/chromium/chrome/browser/ui/cocoa/ |
profile_menu_button.mm | 228 // Gray outline
|
/external/chromium/chrome/browser/ui/gtk/ |
rounded_window.cc | 56 // Returns a list of points that either form the outline of the status bubble
|
/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_host.cc | 210 // This polygon array represents the outline of the background image for the
|
/external/clang/www/ |
index.html | 58 <p>Of course this is only a rough outline of the goals and features of
|
/external/expat/ |
Changes | 9 - Fixed outline.c bug #1543233: missing a final XML_ParserFree() call.
|