HomeSort by relevance Sort by last modified time
    Searched defs:outline (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /cts/tests/tests/graphics/src/android/graphics/cts/
OutlineTest.java 19 import android.graphics.Outline;
33 Outline outline = new Outline(); local
35 assertEquals(0.0f, outline.getAlpha(), 0.0f);
36 assertTrue(outline.isEmpty());
38 assertFalse(outline.getRect(outRect));
39 assertTrue(outline.getRadius() < 0);
44 Outline outline = new Outline()
    [all...]
  /external/freetype/include/freetype/
ftoutln.h 43 /* Outline Processing */
91 /* Walk over an outline's structure to decompose it into individual */
93 /* operations to indicate the start of new contours in the outline. */
96 /* outline :: A pointer to the source target. */
115 /* outline for stroking purposes (otherwise it would result in a */
118 /* Similarly, the function returns success for an empty outline also */
123 FT_Outline_Decompose( FT_Outline* outline,
134 /* Create a new outline of a given size. */
138 /* outline is allocated. Note however that the new */
139 /* outline will *not* necessarily be *freed*, when *
225 FT_Outline_Check( FT_Outline* outline ); variable
414 FT_Outline_Reverse( FT_Outline* outline ); variable
567 FT_Outline_Get_Orientation( FT_Outline* outline ); variable
    [all...]
ftstroke.h 223 * `inside' borders of a given outline.
226 * outline ::
227 * The source outline handle.
234 FT_Outline_GetInsideBorder( FT_Outline* outline ); variable
244 * `outside' borders of a given outline.
247 * outline ::
248 * The source outline handle.
255 FT_Outline_GetOutsideBorder( FT_Outline* outline ); variable
309 * The radius is expressed in the same units as the outline
347 * A convenience function used to parse a whole outline wit
    [all...]
  /external/freetype/src/base/
ftsynth.c 51 FT_Outline* outline; local
57 outline = &slot->outline;
59 /* only oblique outline glyphs */
74 FT_Outline_Transform( outline, &transform );
114 FT_Outline_EmboldenXY( &slot->outline, xstr, ystr );
  /external/freetype/src/cff/
cf2ft.h 123 * FreeType client outline
136 cf2_outline_reset( CF2_Outline outline ); variable
138 cf2_outline_close( CF2_Outline outline ); variable
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftoutln.h 43 /* Outline Processing */
91 /* Walk over an outline's structure to decompose it into individual */
93 /* operations to indicate the start of new contours in the outline. */
96 /* outline :: A pointer to the source target. */
115 /* outline for stroking purposes (otherwise it would result in a */
119 FT_Outline_Decompose( FT_Outline* outline,
130 /* Create a new outline of a given size. */
134 /* outline is allocated. Note however that the new */
135 /* outline will *not* necessarily be *freed*, when */
138 /* numPoints :: The maximum number of points within the outline. *
217 FT_Outline_Check( FT_Outline* outline ); variable
406 FT_Outline_Reverse( FT_Outline* outline ); variable
559 FT_Outline_Get_Orientation( FT_Outline* outline ); variable
    [all...]
ftstroke.h 223 * `inside' borders of a given outline.
226 * outline ::
227 * The source outline handle.
234 FT_Outline_GetInsideBorder( FT_Outline* outline ); variable
244 * `outside' borders of a given outline.
247 * outline ::
248 * The source outline handle.
255 FT_Outline_GetOutsideBorder( FT_Outline* outline ); variable
309 * The radius is expressed in the same units as the outline
347 * A convenience function used to parse a whole outline wit
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftsynth.c 51 FT_Outline* outline; local
57 outline = &slot->outline;
59 /* only oblique outline glyphs */
74 FT_Outline_Transform( outline, &transform );
114 FT_Outline_EmboldenXY( &slot->outline, xstr, ystr );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2ft.h 123 * FreeType client outline
136 cf2_outline_reset( CF2_Outline outline ); variable
138 cf2_outline_close( CF2_Outline outline ); variable
  /external/pdfium/third_party/freetype/include/freetype/
ftoutln.h 43 /* Outline Processing */
91 /* Walk over an outline's structure to decompose it into individual */
93 /* operations to indicate the start of new contours in the outline. */
96 /* outline :: A pointer to the source target. */
115 /* outline for stroking purposes (otherwise it would result in a */
119 FT_Outline_Decompose( FT_Outline* outline,
130 /* Create a new outline of a given size. */
134 /* outline is allocated. Note however that the new */
135 /* outline will *not* necessarily be *freed*, when */
138 /* numPoints :: The maximum number of points within the outline. *
217 FT_Outline_Check( FT_Outline* outline ); variable
406 FT_Outline_Reverse( FT_Outline* outline ); variable
559 FT_Outline_Get_Orientation( FT_Outline* outline ); variable
    [all...]
ftstroke.h 223 * `inside' borders of a given outline.
226 * outline ::
227 * The source outline handle.
234 FT_Outline_GetInsideBorder( FT_Outline* outline ); variable
244 * `outside' borders of a given outline.
247 * outline ::
248 * The source outline handle.
255 FT_Outline_GetOutsideBorder( FT_Outline* outline ); variable
309 * The radius is expressed in the same units as the outline
347 * A convenience function used to parse a whole outline wit
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftsynth.c 51 FT_Outline* outline; local
57 outline = &slot->outline;
59 /* only oblique outline glyphs */
74 FT_Outline_Transform( outline, &transform );
114 FT_Outline_EmboldenXY( &slot->outline, xstr, ystr );
  /external/pdfium/third_party/freetype/src/cff/
cf2ft.h 123 * FreeType client outline
136 cf2_outline_reset( CF2_Outline outline ); variable
138 cf2_outline_close( CF2_Outline outline ); variable
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftoutln.h 43 /* Outline Processing */
91 /* Walk over an outline's structure to decompose it into individual */
93 /* operations to indicate the start of new contours in the outline. */
96 /* outline :: A pointer to the source target. */
115 /* outline for stroking purposes (otherwise it would result in a */
119 FT_Outline_Decompose( FT_Outline* outline,
130 /* Create a new outline of a given size. */
134 /* outline is allocated. Note however that the new */
135 /* outline will *not* necessarily be *freed*, when */
138 /* numPoints :: The maximum number of points within the outline. *
217 FT_Outline_Check( FT_Outline* outline ); variable
406 FT_Outline_Reverse( FT_Outline* outline ); variable
559 FT_Outline_Get_Orientation( FT_Outline* outline ); variable
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ArcShapeTest.java 24 import android.graphics.Outline;
80 Outline outline = new Outline(); local
84 outline.setEmpty();
86 shape.getOutline(outline);
87 assertTrue(outline.isEmpty());
OvalShapeTest.java 24 import android.graphics.Outline;
73 Outline outline = new Outline(); local
77 // Zero-sized oval yields an empty outline.
79 shape.getOutline(outline);
80 assertTrue(outline.isEmpty());
81 assertTrue(outline.getRadius() < 0);
82 assertFalse(outline.getRect(rect));
86 shape.getOutline(outline);
    [all...]
  /external/freetype/src/raster/
ftrend1.c 75 FT_Outline_Transform( &slot->outline, matrix );
78 FT_Outline_Translate( &slot->outline, delta->x, delta->y );
94 FT_Outline_Get_CBox( &slot->outline, cbox );
106 FT_Outline* outline; local
129 outline = &slot->outline;
131 /* translate the outline to the new origin if needed */
133 FT_Outline_Translate( outline, origin->x, origin->y );
136 FT_Outline_Get_CBox( outline, &cbox0 );
202 /* translate outline to render it into the bitmap *
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/
ftrend1.c 75 FT_Outline_Transform( &slot->outline, matrix );
78 FT_Outline_Translate( &slot->outline, delta->x, delta->y );
94 FT_Outline_Get_CBox( &slot->outline, cbox );
106 FT_Outline* outline; local
129 outline = &slot->outline;
131 /* translate the outline to the new origin if needed */
133 FT_Outline_Translate( outline, origin->x, origin->y );
136 FT_Outline_Get_CBox( outline, &cbox0 );
202 /* translate outline to render it into the bitmap *
    [all...]
  /external/llvm/tools/llvm-c-test/
disassemble.c 41 char outline[1024]; local
51 size_t l = LLVMDisasmInstruction(D, buf + pos, siz - pos, 0, outline,
52 sizeof(outline));
57 pprint(pos, buf + pos, l, outline);
  /external/pdfium/third_party/freetype/src/raster/
ftrend1.c 75 FT_Outline_Transform( &slot->outline, matrix );
78 FT_Outline_Translate( &slot->outline, delta->x, delta->y );
94 FT_Outline_Get_CBox( &slot->outline, cbox );
106 FT_Outline* outline; local
129 outline = &slot->outline;
131 /* translate the outline to the new origin if needed */
133 FT_Outline_Translate( outline, origin->x, origin->y );
136 FT_Outline_Get_CBox( outline, &cbox0 );
202 /* translate outline to render it into the bitmap *
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
OvalShape.java 20 import android.graphics.Outline;
40 public void getOutline(Outline outline) {
42 outline.setOval((int) Math.ceil(rect.left), (int) Math.ceil(rect.top),
RectShape.java 20 import android.graphics.Outline;
41 public void getOutline(Outline outline) {
43 outline.setRect((int) Math.ceil(rect.left), (int) Math.ceil(rect.top),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimateableViewBounds.java 19 import android.graphics.Outline;
27 /* An outline provider that has a clip and outline that can be animated. */
59 public void getOutline(View view, Outline outline) {
60 outline.setAlpha(Utilities.mapRange(mAlpha, MIN_ALPHA, MAX_ALPHA));
62 outline.setRoundRect(mClipRect.left, mClipRect.top,
67 outline.setRect(mClipRect.left, mClipRect.top,
74 * Sets the view outline alpha.
85 * @return the outline alpha
    [all...]
  /frameworks/support/core-utils/api21/android/support/v4/graphics/drawable/
RoundedBitmapDrawable21.java 21 import android.graphics.Outline;
32 public void getOutline(Outline outline) {
34 outline.setRoundRect(mDstRect, getCornerRadius());
  /packages/apps/Launcher3/src/com/android/launcher3/util/
RevealOutlineAnimation.java 6 import android.graphics.Outline;
83 public void getOutline(View v, Outline outline) {
84 outline.setRoundRect(mOutline, mOutlineRadius);

Completed in 491 milliseconds

1 2 3 4 5 6