OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_contours
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/base/
ftoutln.c
78
for ( n = 0; n < outline->
n_contours
; n++ )
325
anoutline->
n_contours
= (FT_Short)numContours;
346
FT_Int
n_contours
= outline->
n_contours
;
local
352
if ( n_points == 0 &&
n_contours
== 0 )
356
if ( n_points <= 0 ||
n_contours
<= 0 )
360
for ( n = 0; n <
n_contours
; n++ )
396
source->
n_contours
!= target->
n_contours
)
408
if ( source->
n_contours
)
[
all
...]
/xsrc/external/mit/freetype/dist/include/freetype/
ftimage.h
292
*
n_contours
::
320
* An array of `
n_contours
` shorts, giving the end point of each
338
short
n_contours
; /* number of contours in glyph */
member in struct:FT_Outline_
352
/* FT_Outline.{
n_contours
,n_points} */
/xsrc/external/mit/freetype/dist/src/truetype/
ttgload.c
333
loader->
n_contours
= FT_NEXT_SHORT( p );
340
FT_TRACE5(( " # of contours: %d\n", loader->
n_contours
));
358
FT_Int
n_contours
= load->
n_contours
;
local
372
error = FT_GLYPHLOADER_CHECK_POINTS( gloader, 0,
n_contours
);
378
cont_limit = cont +
n_contours
;
381
if (
n_contours
>= 0xFFF || p + (
n_contours
+ 1 ) * 2 > limit )
386
if (
n_contours
> 0 )
404
if (
n_contours
> 0
[
all
...]
/xsrc/external/mit/freetype/dist/src/sfnt/
sfwoff2.c
535
FT_UShort
n_contours
,
541
FT_UInt flag_offset = 10 + ( 2 *
n_contours
) + 2 + instruction_len;
936
FT_UShort
n_contours
= 0;
local
953
FT_READ_USHORT(
n_contours
) )
957
if (
n_contours
== 0xffff )
994
WRITE_USHORT( pointer,
n_contours
);
1031
else if (
n_contours
> 0 )
1050
if ( FT_NEW_ARRAY( n_points_arr,
n_contours
) )
1056
for ( j = 0; j <
n_contours
; ++j )
1111
( 2 *
n_contours
)
[
all
...]
/xsrc/external/mit/freetype/dist/include/freetype/internal/
tttypes.h
1672
*
n_contours
::
1696
FT_Short
n_contours
; /* number of contours */
member in struct:TT_GlyphZoneRec_
1739
FT_Short
n_contours
;
member in struct:TT_LoaderRec_
Completed in 8 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026