HomeSort by relevance Sort by last modified time
    Searched full:outline (Results 101 - 125 of 799) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/python/cpython2/Demo/tkinter/guido/
imagedraw.py 21 canv.create_oval(x-r, y-r, x+r, y+r, fill='red', outline="")
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
AnimateableGridViewBounds.java 22 /* An outline provider for grid-based task views. */
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClipOutlineActivity.java 24 import android.graphics.Outline;
70 public void getOutline(View view, Outline outline) {
77 outline.setRoundRect(mRect, w / 2);
  /frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
WrappedDrawableApi21.java 21 import android.graphics.Outline;
64 public void getOutline(@NonNull Outline outline) {
65 mDrawable.getOutline(outline);
  /packages/apps/PhoneCommon/src/com/android/phone/common/util/
ViewUtil.java 20 import android.graphics.Outline;
64 public void getOutline(View view, Outline outline) {
65 outline.setOval(0, 0, view.getWidth(), view.getHeight());
  /external/deqp/external/openglcts/modules/gl/
gl3cCullDistanceTests.hpp 114 * * Use the basic outline to test the basic functionality of cull distances.
115 * * Use the basic outline but don't redeclare gl_ClipDistance with a size.
116 * * Use the basic outline but don't redeclare gl_CullDistance with a size.
117 * * Use the basic outline but don't redeclare either gl_ClipDistance or
119 * * Use the basic outline but use dynamic indexing when writing the elements
121 * * Use the basic outline but add a geometry shader to the program that
123 * * Use the basic outline but add a tessellation control and tessellation
129 * a basic outline is used to check the implementation:
212 * * Use the basic outline but redeclare gl_ClipDistance and gl_CullDistance
215 * * Use the basic outline but don't redeclare gl_ClipDistance and/o
    [all...]
  /frameworks/minikin/tests/data/
Emoji.ttx 178 <TTGlyph name=".notdef"/><!-- contains no outline data -->
180 <TTGlyph name="U+1F469"/><!-- contains no outline data -->
182 <TTGlyph name="U+1F467"/><!-- contains no outline data -->
184 <TTGlyph name="U+20E3"/><!-- contains no outline data -->
186 <TTGlyph name="0"/><!-- contains no outline data -->
188 <TTGlyph name="U+1F470"/><!-- contains no outline data -->
190 <TTGlyph name="U+203C_VS16"/><!-- contains no outline data -->
192 <TTGlyph name="U+200D"/><!-- contains no outline data -->
Arabic.ttx 167 <TTGlyph name=".notdef"/><!-- contains no outline data -->
169 <TTGlyph name="uni000A"/><!-- contains no outline data -->
171 <TTGlyph name="uni000D"/><!-- contains no outline data -->
173 <TTGlyph name="uni061C"/><!-- contains no outline data -->
175 <TTGlyph name="uni200D"/><!-- contains no outline data -->
  /packages/apps/Launcher3/src/com/android/launcher3/anim/
RoundedRectRevealOutlineProvider.java 22 * A {@link RevealOutlineAnimation} that provides an outline that interpolates between two radii
25 * An example usage of this provider is an outline that starts out as a circle and ends
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 21 import android.graphics.Outline;
85 public void getOutline(Outline outline) {
86 if (mInnerRect != null) return; // have a hole, can't produce valid outline
94 outline.setConvexPath(mPath);
101 outline.setRoundRect((int) Math.ceil(rect.left), (int) Math.ceil(rect.top),
  /external/freetype/include/freetype/
ftimage.h 88 /* A structure used to hold an outline's bounding box, i.e., the */
289 /* This structure is used to describe an outline to the scan-line */
293 /* n_contours :: The number of contours in the outline. */
295 /* n_points :: The number of points in the outline. */
298 /* elements, giving the outline's point coordinates. */
301 /* each outline point's type. */
319 /* point of each contour within the outline. For */
324 /* flags :: A set of bit flags used to characterize the outline */
339 FT_Vector* points; /* the outline's points */
343 int flags; /* outline masks *
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftimage.h 88 /* A structure used to hold an outline's bounding box, i.e., the */
289 /* This structure is used to describe an outline to the scan-line */
293 /* n_contours :: The number of contours in the outline. */
295 /* n_points :: The number of points in the outline. */
298 /* elements, giving the outline's point coordinates. */
301 /* each outline point's type. */
319 /* point of each contour within the outline. For */
324 /* flags :: A set of bit flags used to characterize the outline */
339 FT_Vector* points; /* the outline's points */
343 int flags; /* outline masks *
    [all...]