Searched defs:outline (Results 1 - 25 of 86) sorted by relevance

1234

/external/chromium_org/components/onc/docs/
H A Donc_spec.js28 function outline(node) { function
36 outline(child);
47 outline_root = document.getElementById('outline');
54 outline(root);
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftoutln.h88 /* 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. */
135 /* anoutline :: A handle to the new 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...]
H A Dftstroke.h191 * `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...]
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafindic.c83 FT_Outline* outline,
87 return af_cjk_hints_apply( hints, outline, metrics );
82 af_indic_hints_apply( AF_GlyphHints hints, FT_Outline* outline, AF_CJKMetrics metrics ) argument
/external/chromium_org/third_party/freetype/src/base/
H A Dftsynth.c51 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/
H A Dcf2ft.h123 * FreeType client outline
136 cf2_outline_reset( CF2_Outline outline ); variable
138 cf2_outline_close( CF2_Outline outline ); variable
H A Dcf2font.h77 CF2_OutlineRec outline; /* freetype glyph outline functions */ member in struct:CF2_FontRec_
/external/freetype/include/
H A Dftoutln.h88 /* 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. */
138 /* numContours :: The maximum number of contours 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...]
H A Dftstroke.h191 * `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...]
/external/freetype/src/autofit/
H A Dafindic.c83 FT_Outline* outline,
87 return af_cjk_hints_apply( hints, outline, metrics );
82 af_indic_hints_apply( AF_GlyphHints hints, FT_Outline* outline, AF_CJKMetrics metrics ) argument
/external/freetype/src/base/
H A Dftsynth.c51 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/
H A Dcf2ft.h123 * FreeType client outline
136 cf2_outline_reset( CF2_Outline outline ); variable
138 cf2_outline_close( CF2_Outline outline ); variable
H A Dcf2font.h77 CF2_OutlineRec outline; /* freetype glyph outline functions */ member in struct:CF2_FontRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftoutln.h88 /* 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. */
135 /* anoutline :: A handle to the new 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...]
H A Dftstroke.h191 * `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...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftoutln.h88 /* 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. */
135 /* anoutline :: A handle to the new 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...]
H A Dftstroke.h191 * `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...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftsynth.c51 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2ft.h123 * FreeType client outline
136 cf2_outline_reset( CF2_Outline outline ); variable
138 cf2_outline_close( CF2_Outline outline ); variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleBackgroundData.h52 const OutlineValue& outline() const { return m_outline; } function in class:blink::StyleBackgroundData
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DLayerFragment.h41 void setRects(const LayoutRect& bounds, const ClipRect& background, const ClipRect& foreground, const ClipRect& outline) argument
46 outlineRect = outline;
/external/chromium_org/third_party/freetype/src/raster/
H A Dftrend1.c75 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 t
[all...]
/external/freetype/src/raster/
H A Dftrend1.c75 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 t
[all...]
/external/llvm/tools/llvm-c-test/
H A Ddisassemble.c38 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);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftrend1.c75 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 t
[all...]

Completed in 1669 milliseconds

1234