/external/dbus/doc/ |
system-activation.txt | 9 In the next few paragraphs I will outline a simpler setuid approach for
|
/external/grub/ |
TODO | 1 -*- Mode: Outline -*-
|
/external/webkit/Source/WebCore/css/ |
svg.css | 69 outline: auto 5px -webkit-focus-ring-color
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
SkiaFontWin.h | 49 // Removes any cached glyphs from the outline cache corresponding to the
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
FontCGWin.cpp | 56 // GGO_NATIVE matches the outline perfectly when Windows font smoothing is off. 63 Vector<UInt8> outline(outlineLength); 64 GetGlyphOutline(hdc, glyph, GGO_GLYPH_INDEX | GGO_NATIVE, &glyphMetrics, outlineLength, outline.data(), &identity); 68 LPTTPOLYGONHEADER subpath = reinterpret_cast<LPTTPOLYGONHEADER>(outline.data() + offset);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewIcon.java | 39 // holographic outline
|
StrokedTextView.java | 121 // Draw the outline of the text
|
AppsCustomizePagedView.java | 547 Bitmap outline; local 581 // Save the preview for the outline generation, then dim the preview 582 outline = Bitmap.createScaledBitmap(preview, preview.getWidth(), preview.getHeight(), 591 mLauncher.getWorkspace().onDragStartedWithItem(createItemInfo, outline, alphaClipPaint); 594 outline.recycle(); [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
WarnOfStorageLimitsActivity.java | 56 // gets a double window outline.
|
/external/freetype/include/freetype/ |
freetype.h | 444 /* i.e., the glyph's metrics, its image (bitmap or outline), and */ 1624 FT_Outline outline; member in struct:FT_GlyphSlotRec_ [all...] |
fterrdef.h | 69 "invalid outline" )
|
/external/freetype/src/autofit/ |
aflatin.c | 81 if ( error || face->glyph->outline.n_points <= 0 ) 99 error = af_glyph_hints_reload( hints, &face->glyph->outline ); 238 if ( error || glyph->outline.n_points <= 0 ) 242 points = glyph->outline.points; 255 nn < glyph->outline.n_contours; 262 last = glyph->outline.contours[nn]; 266 /* which are way outside of the glyph's real outline. */ 340 FT_CURVE_TAG( glyph->outline.tags[prev] ) != FT_CURVE_TAG_ON || 341 FT_CURVE_TAG( glyph->outline.tags[next] ) != FT_CURVE_TAG_ON ); [all...] |
aflatin2.c | 84 if ( error || face->glyph->outline.n_points <= 0 ) 98 error = af_glyph_hints_reload( hints, &face->glyph->outline ); 233 if ( error || glyph->outline.n_points <= 0 ) 237 points = glyph->outline.points; 249 for ( nn = 0; nn < glyph->outline.n_contours; first = last+1, nn++ ) 255 last = glyph->outline.contours[nn]; 259 /* which are way outside of the glyph's real outline. */ 333 FT_CURVE_TAG( glyph->outline.tags[start] ) != FT_CURVE_TAG_ON || 334 FT_CURVE_TAG( glyph->outline.tags[ end ] ) != FT_CURVE_TAG_ON ); [all...] |
afcjk.c | 95 if ( error || face->glyph->outline.n_points <= 0 ) 113 error = af_glyph_hints_reload( hints, &face->glyph->outline ); 345 if ( error || glyph->outline.n_points <= 0 ) 347 FT_TRACE5(( "no outline\n" )); 352 points = glyph->outline.points; 363 nn < glyph->outline.n_contours; 369 last = glyph->outline.contours[nn]; 374 /* real outline. */ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfo.java | 184 * in the outline for example (since we only show nodes, not views, in the outline, 209 * outline for example, where only the actual nodes are displayed, not the views 610 * actual <b>selectable</b> views (which are also shown in the Outline). 653 // an outer view that has no node. In the outline this item will be used to 721 // in drag & drop operations, such that we can show it in the outline, etc [all...] |
LayoutCanvas.java | 139 /** When true, always display the outline of all views. */ 142 /** When true, display the outline of all empty parent views. */ 161 * The current Outline Page, to set its model. 193 /** The overlay which paints the optional outline. */ 305 // --- setup outline --- 306 // Get the outline associated with this editor, if any and of the right type. 307 Object outline = layoutEditor.getAdapter(IContentOutlinePage.class); local 308 if (outline instanceof OutlinePage) { 309 mOutlinePage = (OutlinePage) outline; [all...] |
/external/expat/bcb5/ |
outline.mak | 16 PROJECT = Release\outline.exe 17 OBJFILES = Release\obj\examples\outline.obj 19 MAINSOURCE = outline.bpf
|
/external/stlport/stlport/stl/config/ |
stl_mycomp.h | 183 // Define if the compiler rejects outline method definition 187 // Compiler requires typename keyword on outline method definition
|
/external/webkit/Source/WebCore/bindings/objc/ |
DOMCSS.h | 202 - (NSString *)outline; 203 - (void)setOutline:(NSString *)outline;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
stl_mycomp.h | 183 // Define if the compiler rejects outline method definition 187 // Compiler requires typename keyword on outline method definition
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
stl_mycomp.h | 183 // Define if the compiler rejects outline method definition 187 // Compiler requires typename keyword on outline method definition
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
stl_mycomp.h | 183 // Define if the compiler rejects outline method definition 187 // Compiler requires typename keyword on outline method definition
|
/external/chromium/chrome/browser/resources/ntp4/ |
most_visited_page.css | 18 outline: none;
|
/external/chromium/chrome/browser/ui/cocoa/ |
tab_view_picker_table.mm | 20 // Reloads the outline view and sets the selection to the row corresponding to
|
/external/elfutils/ |
TODO | 1 ToDo list for elfutils -*-outline-*-
|