HomeSort by relevance Sort by last modified time
    Searched full:outline (Results 301 - 325 of 743) sorted by null

<<11121314151617181920>>

  /packages/apps/Launcher2/res/values/
config.xml 51 <!-- The alpha value at which to show the most recent drop visualization outline. -->
  /packages/apps/TvSettings/Settings/res/values-en-rAU/
arrays.xml 54 <item msgid="7663488423233018922">"Outline"</item>
  /packages/apps/TvSettings/Settings/res/values-en-rGB/
arrays.xml 54 <item msgid="7663488423233018922">"Outline"</item>
  /packages/apps/TvSettings/Settings/res/values-en-rIN/
arrays.xml 54 <item msgid="7663488423233018922">"Outline"</item>
  /packages/apps/TvSettings/Settings/res/values-tl/
arrays.xml 54 <item msgid="7663488423233018922">"Outline"</item>
  /external/freetype/include/
ftlcdfil.h 60 * covered by the glyph's outline. The blending function for placing
187 * outline with regards to the pixel grid. For example, for
freetype.h 1745 FT_Outline outline; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftlcdfil.h 60 * covered by the glyph's outline. The blending function for placing
187 * outline with regards to the pixel grid. For example, for
  /frameworks/base/graphics/java/android/graphics/
NinePatch.java 38 * or if outline insets were automatically included by aapt.
63 * Scales up the rect by the given scale, ceiling values, so actual outline Rect
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Containers_and_folders.py 113 """expandable - (NOT AVAILABLE YET) Is the container capable of being expanded as an outline? """
117 """expanded - (NOT AVAILABLE YET) Is the container opened as an outline? (can only be set for containers viewed as lists) """
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftlcdfil.h 60 * covered by the glyph's outline. The blending function for placing
187 * outline with regards to the pixel grid. For example, for
freetype.h 1745 FT_Outline outline; member in struct:FT_GlyphSlotRec_
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Containers_and_folders.py 113 """expandable - (NOT AVAILABLE YET) Is the container capable of being expanded as an outline? """
117 """expanded - (NOT AVAILABLE YET) Is the container opened as an outline? (can only be set for containers viewed as lists) """
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 343 FT_Outline* outline = &face->glyph->outline; local
354 FT_Outline_Get_CBox(outline, &bbox);
363 FT_Outline_Translate(outline, dx - ((bbox.xMin + dx) & ~63),
386 FT_Outline_Get_Bitmap(face->glyph->library, outline, &target);
557 FT_Error err = FT_Outline_Decompose(&face->glyph->outline, &funcs, path);
  /frameworks/base/graphics/java/android/graphics/drawable/
NinePatchDrawable.java 32 import android.graphics.Outline;
279 public void getOutline(@NonNull Outline outline) {
289 outline.setRoundRect(bounds.left + mOutlineInsets.left,
294 outline.setAlpha(insets.outlineAlpha * (getAlpha() / 255.0f));
299 super.getOutline(outline);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskView.java 28 import android.graphics.Outline;
222 public void getOutline(View view, Outline outline) {
223 // Set the outline to match the FAB background
224 outline.setOval(0, 0, mActionButtonView.getWidth(), mActionButtonView.getHeight());
225 outline.setAlpha(0.35f);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 26 import android.graphics.Outline;
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 86 if ( error || face->glyph->outline.n_points <= 0 )
100 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. */
338 FT_CURVE_TAG( glyph->outline.tags[start] ) != FT_CURVE_TAG_ON ||
339 FT_CURVE_TAG( glyph->outline.tags[ end ] ) != FT_CURVE_TAG_ON );
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 194 * in the outline for example (since we only show nodes, not views, in the outline,
220 * outline for example, where only the actual nodes are displayed, not the views
637 * actual <b>selectable</b> views (which are also shown in the Outline).
681 // an outer view that has no node. In the outline this item will be used to
749 // in drag & drop operations, such that we can show it in the outline, etc
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 20 import android.graphics.Outline;
584 final Outline origOutline = new Outline();
603 final Outline tempOutline = new Outline();
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PlaybackControlsRow.java 365 * Action index for the outline thumb icon.
367 public static int OUTLINE = 1;
377 drawables[OUTLINE] = getStyledDrawable(context, outlineIconIndex);
392 labels[OUTLINE] = context.getString(R.string.lb_playback_controls_thumb_up_outline);
407 labels[OUTLINE] = context.getString(R.string.lb_playback_controls_thumb_down_outline);
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
chart-legend.html 82 outline: none;
115 outline: 1px solid rgba(0,0,0,0.2);
242 <core-icon icon="info-outline" class="info"
  /external/harfbuzz_ng/src/
hb-ft.cc 322 if (unlikely (point_index >= (unsigned int) ft_face->glyph->outline.n_points))
325 *x = ft_face->glyph->outline.points[point_index].x;
326 *y = ft_face->glyph->outline.points[point_index].y;
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 369 ** support for outline fonts. In combination they hopefully give
499 ** If we can't get the glyph outline, it may be because this is a fixed
515 /* allocate space for the bitmap/outline */
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
android.graphics.drawable.Drawable.html 128 <A NAME="android.graphics.drawable.Drawable.getOutline_added(android.graphics.Outline)"></A>
129 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/graphics/drawable/Drawable.html#getOutline(android.graphics.Outline)" target="_top"><code>getOutline</code></A>(<code>Outline</code>)</nobr>

Completed in 1321 milliseconds

<<11121314151617181920>>