/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/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/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_
|
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/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleBackgroundData.h | 50 const OutlineValue& outline() const { return m_outline; } function in class:WebCore::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/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ScriptFormatterWorker.js | 86 FormatterWorker.outline = function(params)
|
/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 | 122 char outline[200]; // should be ok because we specify a max. width for everything here. local 127 outptr = &(outline[0]); 129 sprintf(outline, "%-30.30s", getName()); 130 outptr = &(outline[30]); 135 for (size_t i = strlen(outline); i --> 0 && ' ' == outline[i];) { 136 outline[i] = '\0'; 138 o->writeText(outline);
|
/external/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/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/skia/include/utils/ |
SkRTConf.h | 122 char outline[200]; // should be ok because we specify a max. width for everything here. local 127 outptr = &(outline[0]); 129 sprintf(outline, "%-30.30s", getName()); 130 outptr = &(outline[30]); 135 for (size_t i = strlen(outline); i --> 0 && ' ' == outline[i];) { 136 outline[i] = '\0'; 138 o->writeText(outline);
|