Home
last modified time | relevance | path

Searched refs:n_points (Results 1 - 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgload.c368 FT_Int n_points; in FT_CALLBACK_DEF() local
410 n_points = 0; in FT_CALLBACK_DEF()
413 n_points = cont[-1] + 1; in FT_CALLBACK_DEF()
414 if ( n_points < 0 ) in FT_CALLBACK_DEF()
418 FT_TRACE5(( " # of points: %d\n", n_points )); in FT_CALLBACK_DEF()
421 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 ); in FT_CALLBACK_DEF()
480 flag_limit = flag + n_points; in FT_CALLBACK_DEF()
505 if ( n_points && outline->tags[0] & OVERLAP_SIMPLE ) in FT_CALLBACK_DEF()
511 vec_limit = vec + n_points; in FT_CALLBACK_DEF()
548 vec_limit = vec + n_points; in FT_CALLBACK_DEF()
955 FT_Int n_points; TT_Process_Simple_Glyph() local
[all...]
H A Dttinterp.c429 exec->pts.n_points = 0; in FT_LOCAL_DEF()
4350 if ( BOUNDS( aIdx1, exc->zp2.n_points ) || in Ins_SxVTL()
4351 BOUNDS( aIdx2, exc->zp1.n_points ) ) in Ins_SxVTL()
4873 if ( BOUNDSL( L, exc->zp2.n_points ) ) in Ins_GC()
4911 if ( BOUNDS( L, exc->zp2.n_points ) ) in Ins_SCFS()
4955 if ( BOUNDS( L, exc->zp0.n_points ) || in Ins_MD()
4956 BOUNDS( K, exc->zp1.n_points ) ) in Ins_MD()
5035 if ( BOUNDS( p2, exc->zp1.n_points ) || in Ins_SDPVTL()
5036 BOUNDS( p1, exc->zp2.n_points ) ) in Ins_SDPVTL()
5389 if ( BOUNDS( point, exc->pts.n_points ) ) in Ins_FLIPPT()
[all...]
H A Dttgxvar.c3831 * n_points ::
3841 * An array with `n_points' elements that is filled with unrounded
3852 FT_UInt n_points ) in FT_LOCAL_DEF()
3893 for ( i = 0; i < n_points; i++ ) in FT_LOCAL_DEF()
3908 if ( FT_NEW_ARRAY( points_org, n_points ) || in FT_LOCAL_DEF()
3909 FT_NEW_ARRAY( points_out, n_points ) || in FT_LOCAL_DEF()
3910 FT_NEW_ARRAY( has_delta, n_points ) ) in FT_LOCAL_DEF()
3964 if ( FT_NEW_ARRAY( point_deltas_x, n_points ) || in FT_LOCAL_DEF()
3965 FT_NEW_ARRAY( point_deltas_y, n_points ) ) in FT_LOCAL_DEF()
3968 for ( j = 0; j < n_points; in FT_LOCAL_DEF()
[all...]
H A Dttobjs.c83 zone->max_points = zone->n_points = 0; in tt_glyphzone_done()
1195 size->twilight.n_points = n_twilight; in tt_size_init_bytecode()
1251 for ( i = 0; i < size->twilight.n_points; i++ ) in FT_LOCAL_DEF()
H A Dttgxvar.h419 FT_UInt n_points );
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftgloadr.c93 base->outline.n_points = 0; in FT_GlyphLoader_Rewind()
149 current->points = FT_OFFSET( base->points, base->n_points ); in FT_GlyphLoader_Adjust_Points()
150 current->tags = FT_OFFSET( base->tags, base->n_points ); in FT_GlyphLoader_Adjust_Points()
157 base->n_points; in FT_GlyphLoader_Adjust_Points()
160 base->n_points; in FT_GlyphLoader_Adjust_Points()
200 /* Ensure that we can add `n_points' and `n_contours' to our glyph. */
206 FT_UInt n_points, in FT_BASE_DEF()
223 new_max = (FT_UInt)base->n_points + (FT_UInt)current->n_points + in FT_BASE_DEF()
224 n_points; in FT_BASE_DEF()
[all...]
H A Dftoutln.c324 anoutline->n_points = (FT_Short)numPoints; in FT_EXPORT_DEF()
345 FT_Int n_points = outline->n_points; in FT_EXPORT_DEF() local
352 if ( n_points == 0 && n_contours == 0 ) in FT_EXPORT_DEF()
356 if ( n_points <= 0 || n_contours <= 0 ) in FT_EXPORT_DEF()
365 if ( end <= end0 || end >= n_points ) in FT_EXPORT_DEF()
371 if ( end != n_points - 1 ) in FT_EXPORT_DEF()
395 if ( source->n_points != target->n_points || in FT_EXPORT_DEF()
402 if ( source->n_points ) in FT_EXPORT_DEF()
[all...]
H A Dftbbox.c480 if ( outline->n_points == 0 || outline->n_contours <= 0 ) in FT_EXPORT_DEF()
494 for ( n = 0; n < outline->n_points; n++ ) in FT_EXPORT_DEF()
H A Dftglyph.c179 (FT_UInt)source->n_points, in FT_CALLBACK_DEF()
213 (FT_UInt)source->outline.n_points, in FT_CALLBACK_DEF()
H A Dftstroke.c706 FT_ARRAY_COPY( outline->points + outline->n_points, in ft_stroke_border_export()
714 FT_Byte* write = (FT_Byte*)outline->tags + outline->n_points; in ft_stroke_border_export()
733 FT_Short idx = (FT_Short)outline->n_points; in ft_stroke_border_export()
746 outline->n_points += (short)border->num_points; in ft_stroke_border_export()
2298 outline->n_points = 0; in FT_EXPORT_DEF()
2384 outline->n_points = 0; in FT_EXPORT_DEF()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsobjs.c1662 FT_Vector* point = outline->points + outline->n_points; in t1_builder_add_point()
1663 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points; in t1_builder_add_point()
1670 outline->n_points++; in t1_builder_add_point()
1717 (short)( outline->n_points - 1 ); in FT_LOCAL_DEF()
1767 if ( outline->n_contours && first == outline->n_points ) in t1_builder_close_contour()
1775 if ( outline->n_points > 1 ) in t1_builder_close_contour()
1778 FT_Vector* p2 = outline->points + outline->n_points - 1; in t1_builder_close_contour()
1779 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1; in t1_builder_close_contour()
1786 outline->n_points--; in t1_builder_close_contour()
1793 if ( first == outline->n_points in t1_builder_close_contour()
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrgload.c90 last = outline->n_points - 1; in pfr_glyph_close_contour()
105 outline->n_points--; in pfr_glyph_close_contour()
146 FT_Int n = outline->n_points; in pfr_glyph_line_to()
152 outline->n_points++; in pfr_glyph_line_to()
182 FT_Vector* vec = outline->points + outline->n_points; in pfr_glyph_curve_to()
183 FT_Byte* tag = (FT_Byte*)outline->tags + outline->n_points; in pfr_glyph_curve_to()
193 outline->n_points = (FT_Short)( outline->n_points + 3 ); in pfr_glyph_curve_to()
774 old_points = base->n_points; in pfr_glyph_load_rec()
784 num_points = base->n_points in pfr_glyph_load_rec()
[all...]
H A Dpfrobjs.c360 outline->n_points = 0; in FT_LOCAL_DEF()
441 for ( n = 0; n < outline->n_points; n++, vec++ ) in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftgloadr.h98 /* check that there is enough space to add `n_points' and `n_contours' */
102 FT_UInt n_points,
108 ( (FT_UInt)(_loader)->base.outline.n_points + \
109 (FT_UInt)(_loader)->current.outline.n_points + \
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftsmooth.c277 FT_Vector* points_end = FT_OFFSET( points, outline->n_points ); in ft_smooth_raster_lcd()
309 FT_Vector* points_end = FT_OFFSET( points, outline->n_points ); in ft_smooth_raster_lcdv()
374 FT_Vector* points_end = FT_OFFSET( points, outline->n_points ); in ft_smooth_raster_overlap()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfwoff2.c413 FT_ULong n_points, in triplet_decode()
429 if ( n_points > in_size ) in triplet_decode()
432 for ( i = 0; i < n_points; ++i ) in triplet_decode()
522 store_points( FT_ULong n_points, in store_points() argument
544 for ( i = 0; i < n_points; ++i ) in store_points()
618 for ( i = 0; i < n_points; ++i ) in store_points()
657 compute_bbox( FT_ULong n_points, in compute_bbox() argument
673 if ( n_points > 0 ) in compute_bbox()
681 for ( i = 1; i < n_points; ++i ) in compute_bbox()
410 triplet_decode( const FT_Byte* flags_in, const FT_Byte* in, FT_ULong in_size, FT_ULong n_points, WOFF2_Point result, FT_ULong* in_bytes_used ) triplet_decode() argument
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffgload.c279 glyph->root.outline.n_points = 0; in FT_LOCAL_DEF()
383 glyph->root.outline.n_points = 0; in FT_LOCAL_DEF()
644 for ( n = cur->n_points; n > 0; n--, vec++ ) in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftcimage.c136 size = (FT_Offset)outg->outline.n_points * in FT_LOCAL_DEF()
/third_party/icu/icu4c/source/samples/layout/
H A DGnomeFontInstance.cpp174 if (pointNumber >= fFace->glyph->outline.n_points) { in getGlyphPoint()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DGnomeFontInstance.cpp174 if (pointNumber >= fFace->glyph->outline.n_points) { in getGlyphPoint()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftimage.h295 * n_points ::
299 * A pointer to an array of `n_points` @FT_Vector elements, giving the
303 * A pointer to an array of `n_points` chars, giving each outline
339 short n_points; /* number of points in the glyph */ member
352 /* FT_Outline.{n_contours,n_points} */
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidgload.c362 cidglyph->outline.n_points = 0; in FT_LOCAL_DEF()
488 for ( n = cur->n_points; n > 0; n--, vec++ ) in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1gload.c401 t1glyph->outline.n_points = 0; in FT_LOCAL_DEF()
548 for ( n = cur->n_points; n > 0; n--, vec++ ) in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvcommn.c854 FT_UShort n_points; in gxv_ctlPoint_validate() local
867 n_points = (FT_UShort)outline.n_points; in gxv_ctlPoint_validate()
869 if ( !( ctl_point < n_points ) ) in gxv_ctlPoint_validate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPoints.cpp568 const unsigned int n_points = sizeof(point_data) / sizeof(point_data[0]) / n_fields_per_point; in iterate() local
570 for (unsigned int n_point = 0; n_point < n_points; ++n_point) in iterate()

Completed in 33 milliseconds

12