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

1 2 3

  /external/chromium_org/components/onc/docs/
onc_spec.js 28 function outline(node) { function
36 outline(child);
47 outline_root = document.getElementById('outline');
54 outline(root);
  /external/chromium_org/third_party/freetype/include/freetype/
ftoutln.h 43 /* Outline Processing */
88 /* Walk over an outline's structure to decompose it into individual */
90 /* operations to indicate the start of new contours in the outline. */
93 /* outline :: A pointer to the source target. */
109 FT_Outline_Decompose( FT_Outline* outline,
120 /* Create a new outline of a given size. */
124 /* outline is allocated. Note however that the new */
125 /* outline will *not* necessarily be *freed*, when */
128 /* numPoints :: The maximum number of points within the outline. */
131 /* numContours :: The maximum number of contours within the outline. *
207 FT_Outline_Check( FT_Outline* outline ); variable
393 FT_Outline_Reverse( FT_Outline* outline ); variable
544 FT_Outline_Get_Orientation( FT_Outline* outline ); variable
    [all...]
ftstroke.h 191 * `inside' borders of a given outline.
194 * outline ::
195 * The source outline handle.
202 FT_Outline_GetInsideBorder( FT_Outline* outline ); variable
212 * `outside' borders of a given outline.
215 * outline ::
216 * The source outline handle.
223 FT_Outline_GetOutsideBorder( FT_Outline* outline ); variable
277 * The radius is expressed in the same units as the outline
313 * 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_
358 /* outline's points, including Bézier control points. Though it *
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftsynth.c 51 FT_Outline* outline = &slot->outline; local
54 /* only oblique outline glyphs */
69 FT_Outline_Transform( outline, &transform );
105 (void)FT_Outline_EmboldenXY( &slot->outline, xstr, ystr );
  /external/chromium_org/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_
cf2ft.c 51 * generally respond to `Glyph_Too_Big' by getting a glyph outline
81 cf2_setGlyphWidth( CF2_Outline outline,
84 CFF_Decoder* decoder = outline->decoder;
112 /* functions for handling client outline; */
122 CF2_Outline outline = (CF2_Outline)callbacks; local
128 FT_ASSERT( outline && outline->decoder );
131 builder = &outline->decoder->builder;
144 CF2_Outline outline = (CF2_Outline)callbacks; local
148 FT_ASSERT( outline && outline->decoder )
174 CF2_Outline outline = (CF2_Outline)callbacks; local
    [all...]
  /external/freetype/include/
ftoutln.h 43 /* Outline Processing */
88 /* Walk over an outline's structure to decompose it into individual */
90 /* operations to indicate the start of new contours in the outline. */
93 /* outline :: A pointer to the source target. */
112 /* outline for stroking purposes (otherwise it would result in a */
116 FT_Outline_Decompose( FT_Outline* outline,
127 /* Create a new outline of a given size. */
131 /* outline is allocated. Note however that the new */
132 /* outline will *not* necessarily be *freed*, when */
135 /* numPoints :: The maximum number of points within the outline. *
214 FT_Outline_Check( FT_Outline* outline ); variable
403 FT_Outline_Reverse( FT_Outline* outline ); variable
556 FT_Outline_Get_Orientation( FT_Outline* outline ); variable
    [all...]
ftstroke.h 191 * `inside' borders of a given outline.
194 * outline ::
195 * The source outline handle.
202 FT_Outline_GetInsideBorder( FT_Outline* outline ); variable
212 * `outside' borders of a given outline.
215 * outline ::
216 * The source outline handle.
223 FT_Outline_GetOutsideBorder( FT_Outline* outline ); variable
277 * The radius is expressed in the same units as the outline
313 * 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_
358 /* outline's points, including Bézier control points. Though it *
    [all...]
  /external/freetype/src/base/
ftsynth.c 51 FT_Outline* outline = &slot->outline; local
54 /* only oblique outline glyphs */
69 FT_Outline_Transform( outline, &transform );
105 (void)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 77 CF2_OutlineRec outline; /* freetype glyph outline functions */ member in struct:CF2_FontRec_
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleBackgroundData.h 52 const OutlineValue& outline() const { return m_outline; } function in class:blink::StyleBackgroundData
  /external/chromium_org/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...]
  /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
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...]
  /external/llvm/tools/llvm-c-test/
disassemble.c 38 char outline[1024]; local
48 size_t l = LLVMDisasmInstruction(D, buf + pos, siz - pos, 0, outline,
49 sizeof(outline));
54 pprint(pos, buf + pos, l, outline);
  /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...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftgloadr.h 70 FT_Outline outline; /* outline */ member in struct:FT_GlyphLoadRec_
125 ( (_count) == 0 || ((_loader)->base.outline.n_points + \
126 (_loader)->current.outline.n_points + \
130 ( (_count) == 0 || ((_loader)->base.outline.n_contours + \
131 (_loader)->current.outline.n_contours + \
  /external/chromium_org/third_party/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 = NULL; local
141 outline = &slot->outline;
143 /* translate the outline to the new origin if needed */
146 FT_Outline_Translate( outline, origin->x, origin->y );
151 FT_Outline_Get_CBox( outline, &cbox );
253 /* translate outline to render it into the bitmap *
    [all...]
  /external/chromium_org/third_party/skia/include/utils/
SkRTConf.h 123 char outline[200]; // should be ok because we specify a max. width for everything here. local
128 outptr = &(outline[0]);
130 sprintf(outline, "%-30.30s", getName());
131 outptr = &(outline[30]);
136 for (size_t i = strlen(outline); i --> 0 && ' ' == outline[i];) {
137 outline[i] = '\0';
139 o->writeText(outline);
  /external/freetype/include/internal/
ftgloadr.h 70 FT_Outline outline; /* outline */ member in struct:FT_GlyphLoadRec_
125 ( (_count) == 0 || ((_loader)->base.outline.n_points + \
126 (_loader)->current.outline.n_points + \
130 ( (_count) == 0 || ((_loader)->base.outline.n_contours + \
131 (_loader)->current.outline.n_contours + \

Completed in 697 milliseconds

1 2 3