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

123

/external/chromium_org/chromeos/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.h87 /* Walk over an outline's structure to decompose it into individual */
89 /* operations to indicate the start of new contours in the outline. */
92 /* outline :: A pointer to the source target. */
108 FT_Outline_Decompose( FT_Outline* outline,
119 /* Create a new outline of a given size. */
123 /* outline is allocated. Note however that the new */
124 /* outline will *not* necessarily be *freed*, when */
127 /* numPoints :: The maximal number of points within the outline. */
129 /* numContours :: The maximal number of contours within the outline. */
132 /* anoutline :: A handle to the new outline
204 FT_Outline_Check( FT_Outline* outline ); variable
373 FT_Outline_Reverse( FT_Outline* outline ); variable
524 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...]
H A Dftglyph.h63 /* 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'
[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.c50 FT_Outline* outline = &slot->outline; local
53 /* only oblique outline glyphs */
68 FT_Outline_Transform( outline, &transform );
104 (void)FT_Outline_Embolden( &slot->outline, xstr );
/external/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...]
H A Dftglyph.h63 /* 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'
[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/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleBackgroundData.h50 const OutlineValue& outline() const { return m_outline; } function in class:WebCore::StyleBackgroundData
/external/chromium_org/third_party/freetype/src/raster/
H A Dftrend1.c74 FT_Outline_Transform( &slot->outline, matrix );
77 FT_Outline_Translate( &slot->outline, delta->x, delta->y );
93 FT_Outline_Get_CBox( &slot->outline, cbox );
105 FT_Outline* outline; local
155 outline = &slot->outline;
157 /* translate the outline to the new origin if needed */
159 FT_Outline_Translate( outline, origin->x, origin->y );
162 FT_Outline_Get_CBox( outline, &cbox );
212 /* 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/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DScriptFormatterWorker.js64 function outline(params) function
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DPlatformThemeChromiumDefault.cpp78 // color. But it fails spectacularly for the outline color used
80 // outline. For some of them it is partially transparent, and for
134 // Paint the button's outline and fill the middle
135 SkPath outline; local
138 outline.moveTo(rect.x() + 0.5, rect.y() + rect.height() + 0.5);
139 outline.rLineTo(0, -(rect.height() - 2));
140 outline.rLineTo(2, -2);
141 outline.rLineTo(rect.width() - 5, 0);
142 outline.rLineTo(2, 2);
143 outline
[all...]
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftgloadr.h70 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/skia/include/utils/
H A DSkRTConf.h107 char outline[200]; // should be ok because we specify a max. width for everything here. local
109 sprintf(outline, "%-30.30s", getName());
110 doPrint(&(outline[30]));
111 sprintf(&(outline[60]), " %.128s", fDescription.c_str());
112 if (' ' == outline[strlen(outline)-1]) {
113 for (int i = strlen(outline)-1 ; ' ' == outline[i] ; i--) {
114 outline[i] = '\0';
117 o->writeText(outline);
[all...]
/external/freetype/include/freetype/internal/
H A Dftgloadr.h70 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/skia/include/utils/
H A DSkRTConf.h107 char outline[200]; // should be ok because we specify a max. width for everything here. local
109 sprintf(outline, "%-30.30s", getName());
110 doPrint(&(outline[30]));
111 sprintf(&(outline[60]), " %.128s", fDescription.c_str());
112 if (' ' == outline[strlen(outline)-1]) {
113 for (int i = strlen(outline)-1 ; ' ' == outline[i] ; i--) {
114 outline[i] = '\0';
117 o->writeText(outline);
[all...]
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftsmooth.c74 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
132 outline = &slot->outline;
134 /* translate the outline to the new origin if needed */
136 FT_Outline_Translate( outline, origin->x, origin->y );
139 FT_Outline_Get_CBox( outline, &cbox );
241 /* translate outline t
[all...]
/external/chromium_org/third_party/ots/test/
H A Dside-by-side.cc73 int GetBitmap(FT_Library library, FT_Outline *outline, FT_Bitmap *bitmap) { argument
75 FT_Outline_Get_CBox(outline, &bbox);
81 FT_Outline_Translate(outline, -bbox.xMin, -bbox.yMin);
103 if (FT_Outline_Get_Bitmap(library, outline, bitmap)) {
104 std::fprintf(stderr, "can't get outline\n");
154 FT_Outline *outline = &orig_face->glyph->outline;
155 ret = GetBitmap(library, outline, &orig_bitmap);
164 outline = &trans_face->glyph->outline;
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp128 FT_Outline* outline = &face->glyph->outline; local
133 emboldenOutline(face, outline);
143 FT_Outline_Get_CBox(outline, &bbox);
152 FT_Outline_Translate(outline, dx - ((bbox.xMin + dx) & ~63),
174 FT_Outline_Get_Bitmap(face->glyph->library, outline, &target);
299 emboldenOutline(face, &face->glyph->outline);
311 FT_Error err = FT_Outline_Decompose(&face->glyph->outline, &funcs, path);
321 void SkScalerContext_FreeType_Base::emboldenOutline(FT_Face face, FT_Outline* outline) argument
326 FT_Outline_Embolden(outline, strengt
[all...]

Completed in 5612 milliseconds

123