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

1 2 3 4

  /external/freetype/include/
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...]
ftglyph.h 63 /* bitmap, a vector outline, or even images in other formats. */
176 /* A handle to an object used to model an outline glyph image. This */
188 /* A structure used for outline (vectorial) glyph images. This */
194 /* outline :: A descriptor for the outline. */
199 /* the outline's content easily. */
201 /* As the outline is extracted from a glyph slot, its coordinates are */
205 /* The outline's tables are always owned by the object and are */
211 FT_Outline outline; member in struct:FT_OutlineGlyphRec_
344 /* outline's points, including Bézier control points. Though it *
    [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
cf2font.h 82 CF2_OutlineRec outline; /* freetype glyph outline functions */ member in struct:CF2_FontRec_
cf2ft.c 51 * generally respond to `Glyph_Too_Big' by getting a glyph outline
83 cf2_setGlyphWidth( CF2_Outline outline,
86 CFF_Decoder* decoder = outline->decoder;
114 /* functions for handling client outline; */
124 CF2_Outline outline = (CF2_Outline)callbacks; local
130 FT_ASSERT( outline && outline->decoder );
133 builder = &outline->decoder->builder;
148 CF2_Outline outline = (CF2_Outline)callbacks; local
152 FT_ASSERT( outline && outline->decoder )
192 CF2_Outline outline = (CF2_Outline)callbacks; local
    [all...]
  /external/pdfium/third_party/freetype/include/
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
cf2font.h 77 CF2_OutlineRec outline; /* freetype glyph outline functions */ member in struct:CF2_FontRec_
  /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/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
156 outline = &slot->outline;
158 /* translate the outline to the new origin if needed */
160 FT_Outline_Translate( outline, origin->x, origin->y );
163 FT_Outline_Get_CBox( outline, &cbox );
220 /* 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),
  /packages/apps/Launcher3/src/com/android/launcher3/util/
RevealOutlineProvider.java 4 import android.graphics.Outline;
46 public void getOutline(View v, Outline outline) {
47 outline.setRoundRect(mOval, mCurrentRadius);
  /frameworks/support/v4/api21/android/support/v4/graphics/drawable/
RoundedBitmapDrawable21.java 21 import android.graphics.Outline;
32 public void getOutline(Outline outline) {
34 outline.setRoundRect(mDstRect, getCornerRadius());
  /developers/build/prebuilts/gradle/ClippingBasic/Application/src/main/java/com/example/android/clippingbasic/
ClippingBasicFragment.java 20 import android.graphics.Outline;
31 * This sample shows how to clip a {@link View} using an {@link Outline}.
40 /* The {@Link Outline} used to clip the image with. */
81 // Toggle whether the View is clipped to the outline
83 /* The Outline is set for the View, but disable clipping. */
86 Log.d(TAG, String.format("Clipping to outline is disabled"));
92 Log.d(TAG, String.format("Clipping to outline is enabled"));
107 // Invalidate the outline just in case the TextView changed size
132 public void getOutline(View view, Outline outline) {
    [all...]
  /developers/samples/android/ui/views/Clipping/ClippingBasic/Application/src/main/java/com/example/android/clippingbasic/
ClippingBasicFragment.java 20 import android.graphics.Outline;
31 * This sample shows how to clip a {@link View} using an {@link Outline}.
40 /* The {@Link Outline} used to clip the image with. */
81 // Toggle whether the View is clipped to the outline
83 /* The Outline is set for the View, but disable clipping. */
86 Log.d(TAG, String.format("Clipping to outline is disabled"));
92 Log.d(TAG, String.format("Clipping to outline is enabled"));
107 // Invalidate the outline just in case the TextView changed size
132 public void getOutline(View view, Outline outline) {
    [all...]
  /development/samples/browseable/ClippingBasic/src/com.example.android.clippingbasic/
ClippingBasicFragment.java 20 import android.graphics.Outline;
31 * This sample shows how to clip a {@link View} using an {@link Outline}.
40 /* The {@Link Outline} used to clip the image with. */
81 // Toggle whether the View is clipped to the outline
83 /* The Outline is set for the View, but disable clipping. */
86 Log.d(TAG, String.format("Clipping to outline is disabled"));
92 Log.d(TAG, String.format("Clipping to outline is enabled"));
107 // Invalidate the outline just in case the TextView changed size
132 public void getOutline(View view, Outline outline) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimateableViewBounds.java 19 import android.graphics.Outline;
25 /* An outline provider that has a clip and outline that can be animated. */
45 public void getOutline(View view, Outline outline) {
46 outline.setAlpha(mMinAlpha + mAlpha / (1f - mMinAlpha));
47 outline.setRoundRect(mClipRect.left, mClipRect.top,
53 /** Sets the view outline alpha. */
  /external/freetype/include/internal/
ftgloadr.h 70 FT_Outline outline; /* outline */ member in struct:FT_GlyphLoadRec_
126 ( (FT_UInt)(_loader)->base.outline.n_points + \
127 (FT_UInt)(_loader)->current.outline.n_points + \
132 ( (FT_UInt)(_loader)->base.outline.n_contours + \
133 (FT_UInt)(_loader)->current.outline.n_contours + \
  /external/freetype/src/smooth/
ftsmooth.c 74 FT_Outline_Transform( &slot->outline, matrix );
77 FT_Outline_Translate( &slot->outline, delta->x, delta->y );
93 FT_Outline_Get_CBox( &slot->outline, cbox );
106 FT_Outline* outline = &slot->outline; local
148 FT_Outline_Get_CBox( outline, &cbox );
250 /* translate outline to render it into the bitmap */
253 FT_Outline_Translate( outline, x_shift, y_shift );
259 params.source = outline;
264 /* implode outline if needed *
    [all...]

Completed in 269 milliseconds

1 2 3 4