Searched defs:n_points (Results 1 - 8 of 8) sorted by relevance
/external/freetype/src/base/ |
H A D | ftoutln.c | 324 anoutline->n_points = (FT_Short)numPoints; 361 FT_Int n_points = outline->n_points; local 368 if ( n_points == 0 && n_contours == 0 ) 372 if ( n_points <= 0 || n_contours <= 0 ) 381 if ( end <= end0 || end >= n_points ) 387 if ( end != n_points - 1 ) 411 if ( source->n_points != target->n_points || 418 if ( source->n_points ) [all...] |
/external/pdfium/third_party/freetype/src/base/ |
H A D | ftoutln.c | 324 anoutline->n_points = (FT_Short)numPoints; 361 FT_Int n_points = outline->n_points; local 368 if ( n_points == 0 && n_contours == 0 ) 372 if ( n_points <= 0 || n_contours <= 0 ) 381 if ( end <= end0 || end >= n_points ) 387 if ( end != n_points - 1 ) 411 if ( source->n_points != target->n_points || 418 FT_ARRAY_COPY( target->points, source->points, source->n_points ); [all...] |
/external/freetype/include/freetype/ |
H A D | ftimage.h | 295 /* n_points :: The number of points in the outline. */ 297 /* points :: A pointer to an array of `n_points' @FT_Vector */ 300 /* tags :: A pointer to an array of `n_points' chars, giving */ 337 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_ 350 /* FT_Outline.{n_contours,n_points} */
|
/external/freetype/src/truetype/ |
H A D | ttgload.c | 334 FT_Int n_points; local 377 n_points = 0; 380 n_points = cont[-1] + 1; 381 if ( n_points < 0 ) 386 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 ); 442 flag_limit = flag + n_points; 469 vec_limit = vec + n_points; 508 vec_limit = vec + n_points; 541 outline->n_points = (FT_Short)n_points; 867 FT_Int n_points; local [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
H A D | ftimage.h | 295 /* n_points :: The number of points in the outline. */ 297 /* points :: A pointer to an array of `n_points' @FT_Vector */ 300 /* tags :: A pointer to an array of `n_points' chars, giving */ 337 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_ 350 /* FT_Outline.{n_contours,n_points} */
|
/external/pdfium/third_party/freetype/src/truetype/ |
H A D | ttgload.c | 333 FT_Int n_points; local 376 n_points = 0; 379 n_points = cont[-1] + 1; 380 if ( n_points < 0 ) 385 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 ); 440 flag_limit = flag + n_points; 467 vec_limit = vec + n_points; 506 vec_limit = vec + n_points; 539 outline->n_points = (FT_Short)n_points; 853 FT_Int n_points; local [all...] |
/external/freetype/include/freetype/internal/ |
H A D | tttypes.h | 1422 /* n_points :: The current number of points in the zone. */ 1442 FT_UShort n_points; /* number of points in zone */ member in struct:TT_GlyphZoneRec_
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
H A D | tttypes.h | 1422 /* n_points :: The current number of points in the zone. */ 1442 FT_UShort n_points; /* number of points in zone */ member in struct:TT_GlyphZoneRec_
|
Completed in 302 milliseconds