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

12

/external/freetype/include/freetype/
H A Dftoutln.h91 /* 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 */
118 /* Similarly, the function returns success for an empty outline also */
123 FT_Outline_Decompose( FT_Outline* outline,
134 /* Create a new outline of a given size. */
138 /* outline is allocated. Note however that the new */
139 /* outline will *not* necessarily be *freed*, when */
142 /* numPoints :: The maximum number of points within the outline
222 FT_Outline_Check( FT_Outline* outline ); variable
414 FT_Outline_Reverse( FT_Outline* outline ); variable
567 FT_Outline_Get_Orientation( FT_Outline* outline ); variable
[all...]
H A Dftstroke.h223 * `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...]
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_
350 /* outline'
[all...]
/external/freetype/src/base/
H A Dftsynth.c51 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/psaux/
H A Dpsft.h143 * FreeType client outline
156 cf2_outline_reset( CF2_Outline outline ); variable
158 cf2_outline_close( CF2_Outline outline ); variable
H A Dpsfont.h93 CF2_OutlineRec outline; /* freetype glyph outline functions */ member in struct:CF2_FontRec_
H A Dpsft.c60 * generally respond to `Glyph_Too_Big' by getting a glyph outline
92 cf2_setGlyphWidth( CF2_Outline outline, argument
95 PS_Decoder* decoder = outline->decoder;
125 /* functions for handling client outline; */
135 CF2_Outline outline = (CF2_Outline)callbacks; local
141 FT_ASSERT( outline && outline->decoder );
144 builder = &outline->decoder->builder;
159 CF2_Outline outline = (CF2_Outline)callbacks; local
163 FT_ASSERT( outline
203 CF2_Outline outline = (CF2_Outline)callbacks; local
249 cf2_outline_init( CF2_Outline outline, FT_Memory memory, FT_Error* error ) argument
[all...]
/external/freetype/src/autofit/
H A Dafindic.c84 FT_Outline* outline,
88 return af_cjk_hints_apply( glyph_index, hints, outline, metrics );
82 af_indic_hints_apply( FT_UInt glyph_index, AF_GlyphHints hints, FT_Outline* outline, AF_CJKMetrics metrics ) argument
/external/freetype/src/raster/
H A Dftrend1.c70 FT_Outline_Transform( &slot->outline, matrix );
73 FT_Outline_Translate( &slot->outline, delta->x, delta->y );
89 FT_Outline_Get_CBox( &slot->outline, cbox );
101 FT_Outline* outline = &slot->outline; local
148 /* translate outline to render it into the bitmap */
150 FT_Outline_Translate( outline, x_shift, y_shift );
154 params.source = outline;
157 /* render outline into the bitmap */
171 FT_Outline_Translate( outline,
[all...]
/external/freetype/src/tools/ftfuzzer/
H A Drasterfuzzer.cc112 FT_Outline outline = local
122 FT_Outline_Get_Bitmap( library, &outline, &bitmap_mono );
123 FT_Outline_Get_Bitmap( library, &outline, &bitmap_gray );
/external/llvm/tools/llvm-c-test/
H A Ddisassemble.c41 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/freetype/src/tools/
H A Dtest_bbox.c31 /* dummy outline #1 */
71 /* dummy outline #2 */
91 /* dummy outline #3 with bbox of [0 100 128 128] precisely */
112 dump_outline( FT_Outline* outline )
117 FT_Outline_Get_CBox( outline, &bbox );
125 FT_Outline_Get_BBox( outline, &bbox );
136 profile_outline( FT_Outline* outline, argument
145 FT_Outline_Get_CBox( outline, &bbox );
160 FT_Outline_Get_BBox( outline, &bbox );
177 printf( "outline #
[all...]
/external/freetype/include/freetype/internal/
H A Dftgloadr.h52 FT_Outline outline; /* outline */ member in struct:FT_GlyphLoadRec_
108 ( (FT_UInt)(_loader)->base.outline.n_points + \
109 (FT_UInt)(_loader)->current.outline.n_points + \
114 ( (FT_UInt)(_loader)->base.outline.n_contours + \
115 (FT_UInt)(_loader)->current.outline.n_contours + \
/external/freetype/src/smooth/
H A Dftsmooth.c69 FT_Outline_Transform( &slot->outline, matrix );
72 FT_Outline_Translate( &slot->outline, delta->x, delta->y );
88 FT_Outline_Get_CBox( &slot->outline, cbox );
101 FT_Outline* outline = &slot->outline; local
154 /* translate outline to render it into the bitmap */
156 FT_Outline_Translate( outline, x_shift, y_shift );
160 params.source = outline;
165 /* implode outline if needed */
167 FT_Vector* points = outline
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp114 char outline[1024]; local
134 Size = LLVMDisasmInstruction(D, (uint8_t *)bytes + pc, extent - pc, 0, outline,
135 sizeof outline);
162 buffer << std::setw(Size) << outline << '\n';
/external/skia/gm/
H A Dpath_stroke_with_zero_length.cpp57 SkPaint outline; local
58 outline.setStyle(SkPaint::kStroke_Style);
60 outline.setColor(0xFF007F00); // Green
62 outline.setColor(0xFF7F7F00); // Yellow -- more geometry than expected
64 outline.setColor(0xFF7F0000); // Red -- missing some geometry
67 canvas->drawRect(SkRect::MakeWH(w, h), outline); local
H A Dshapes_as_paths.cpp65 SkPaint outline; local
66 outline.setStyle(SkPaint::kStroke_Style);
67 outline.setColor(maxDiff == 0 ? 0xFF007F00 : 0xFF7F0000);
91 canvas->drawLine(w, 0, w, h, outline);
92 canvas->drawLine(2 * w, 0, 2 * w, h, outline);
95 // Draw outline of whole test region
96 canvas->drawRect(SkRect::MakeWH(3 * w, h), outline);
/external/skqp/gm/
H A Dpath_stroke_with_zero_length.cpp57 SkPaint outline; local
58 outline.setStyle(SkPaint::kStroke_Style);
60 outline.setColor(0xFF007F00); // Green
62 outline.setColor(0xFF7F7F00); // Yellow -- more geometry than expected
64 outline.setColor(0xFF7F0000); // Red -- missing some geometry
67 canvas->drawRect(SkRect::MakeWH(w, h), outline); local
H A Dshapes_as_paths.cpp64 SkPaint outline; local
65 outline.setStyle(SkPaint::kStroke_Style);
66 outline.setColor(maxDiff == 0 ? 0xFF007F00 : 0xFF7F0000);
90 canvas->drawLine(w, 0, w, h, outline);
91 canvas->drawLine(2 * w, 0, 2 * w, h, outline);
94 // Draw outline of whole test region
95 canvas->drawRect(SkRect::MakeWH(3 * w, h), outline);
/external/swiftshader/src/Renderer/
H A DPrimitive.hpp75 Span outline[OUTLINE_RESOLUTION]; member in struct:sw::Primitive
/external/toybox/toys/posix/
H A Dgrep.c80 static void outline(char *line, char dash, char *name, long lcount, long bcount, function
221 outline(dl->data, '-', name, lcount-before, 0, -1);
227 outline(line, ':', name, lcount, bcount, -1);
229 } else outline(start+matches.rm_so, ':', name, lcount, bcount,
243 outline(line, '-', name, lcount, 0, -1);
267 if (toys.optflags & FLAG_c) outline(0, ':', name, mcount, 0, -1);
/external/freetype/src/pfr/
H A Dpfrgload.c82 FT_Outline* outline = &loader->current.outline; local
89 /* compute first and last point indices in current glyph outline */
90 last = outline->n_points - 1;
92 if ( outline->n_contours > 0 )
93 first = outline->contours[outline->n_contours - 1];
99 FT_Vector* p1 = outline->points + first;
100 FT_Vector* p2 = outline->points + last;
105 outline
131 FT_Outline* outline = &loader->current.outline; local
167 FT_Outline* outline = &loader->current.outline; local
[all...]
H A Dpfrobjs.c321 FT_Outline* outline = &pfrslot->outline; local
356 outline->n_points = 0;
357 outline->n_contours = 0;
360 /* load the glyph outline (FT_LOAD_NO_RECURSE isn't supported) */
375 /* copy outline data */
376 *outline = slot->glyph.loader->base.outline;
378 outline->flags &= ~FT_OUTLINE_OWNER;
379 outline
[all...]
/external/skia/samplecode/
H A DSampleCCPRGeometry.cpp125 SkPath outline; local
126 outline.moveTo(fPoints[0]);
128 outline.cubicTo(fPoints[1], fPoints[2], fPoints[3]);
130 outline.quadTo(fPoints[1], fPoints[3]);
132 outline.lineTo(fPoints[1]);
133 outline.lineTo(fPoints[3]);
134 outline.close();
142 canvas->drawPath(outline, outlinePaint);
/external/skqp/samplecode/
H A DSampleCCPRGeometry.cpp125 SkPath outline; local
126 outline.moveTo(fPoints[0]);
128 outline.cubicTo(fPoints[1], fPoints[2], fPoints[3]);
130 outline.quadTo(fPoints[1], fPoints[3]);
132 outline.lineTo(fPoints[1]);
133 outline.lineTo(fPoints[3]);
134 outline.close();
142 canvas->drawPath(outline, outlinePaint);

Completed in 781 milliseconds

12