Searched defs:n_points (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c320 anoutline->n_points = (FT_UShort)numPoints;
357 FT_Int n_points = outline->n_points; local
364 if ( n_points == 0 && n_contours == 0 )
368 if ( n_points <= 0 || n_contours <= 0 )
377 if ( end <= end0 || end >= n_points )
383 if ( end != n_points - 1 )
405 source->n_points != target->n_points ||
412 FT_ARRAY_COPY( target->points, source->points, source->n_points );
[all...]
/external/freetype/src/base/
H A Dftoutln.c320 anoutline->n_points = (FT_UShort)numPoints;
357 FT_Int n_points = outline->n_points; local
364 if ( n_points == 0 && n_contours == 0 )
368 if ( n_points <= 0 || n_contours <= 0 )
377 if ( end <= end0 || end >= n_points )
383 if ( end != n_points - 1 )
405 source->n_points != target->n_points ||
412 FT_ARRAY_COPY( target->points, source->points, source->n_points );
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftoutln.c320 anoutline->n_points = (FT_UShort)numPoints;
357 FT_Int n_points = outline->n_points; local
364 if ( n_points == 0 && n_contours == 0 )
368 if ( n_points <= 0 || n_contours <= 0 )
377 if ( end <= end0 || end >= n_points )
383 if ( end != n_points - 1 )
405 source->n_points != target->n_points ||
412 FT_ARRAY_COPY( target->points, source->points, source->n_points );
[all...]
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftimage.h353 /* n_points :: The number of points in the outline. */
355 /* points :: A pointer to an array of `n_points' @FT_Vector */
358 /* tags :: A pointer to an array of `n_points' chars, giving */
395 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
406 /* FT_Outline.{n_contours,n_points} */
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgload.c355 FT_Int n_points; local
397 n_points = 0;
400 n_points = cont[-1] + 1;
401 if ( n_points < 0 )
406 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 );
454 flag_limit = flag + n_points;
481 vec_limit = vec + n_points;
520 vec_limit = vec + n_points;
553 outline->n_points = (FT_UShort)n_points;
865 FT_Int n_points; local
[all...]
/external/freetype/include/
H A Dftimage.h353 /* n_points :: The number of points in the outline. */
355 /* points :: A pointer to an array of `n_points' @FT_Vector */
358 /* tags :: A pointer to an array of `n_points' chars, giving */
395 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
406 /* FT_Outline.{n_contours,n_points} */
/external/freetype/src/truetype/
H A Dttgload.c352 FT_Int n_points; local
395 n_points = 0;
398 n_points = cont[-1] + 1;
399 if ( n_points < 0 )
404 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 );
459 flag_limit = flag + n_points;
486 vec_limit = vec + n_points;
525 vec_limit = vec + n_points;
558 outline->n_points = (FT_UShort)n_points;
863 FT_Int n_points; local
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftimage.h353 /* n_points :: The number of points in the outline. */
355 /* points :: A pointer to an array of `n_points' @FT_Vector */
358 /* tags :: A pointer to an array of `n_points' chars, giving */
395 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
406 /* FT_Outline.{n_contours,n_points} */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftimage.h353 /* n_points :: The number of points in the outline. */
355 /* points :: A pointer to an array of `n_points' @FT_Vector */
358 /* tags :: A pointer to an array of `n_points' chars, giving */
395 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
406 /* FT_Outline.{n_contours,n_points} */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgload.c356 FT_Int n_points; local
398 n_points = 0;
401 n_points = cont[-1] + 1;
402 if ( n_points < 0 )
407 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 );
459 flag_limit = flag + n_points;
486 vec_limit = vec + n_points;
525 vec_limit = vec + n_points;
558 outline->n_points = (FT_UShort)n_points;
870 FT_Int n_points; local
[all...]
/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.cc129 unsigned int n_points, std::vector<Point>* result,
134 if (n_points > in_size) {
139 for (unsigned int i = 0; i < n_points; ++i) {
128 TripletDecode(const uint8_t* flags_in, const uint8_t* in, size_t in_size, unsigned int n_points, std::vector<Point>* result, size_t* in_bytes_consumed) argument
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc232 unsigned int n_points, std::vector<Point>* result,
238 if (n_points > in_size) {
243 for (unsigned int i = 0; i < n_points; ++i) {
231 TripletDecode(const uint8_t* flags_in, const uint8_t* in, size_t in_size, unsigned int n_points, std::vector<Point>* result, size_t* in_bytes_consumed) argument
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h1347 /* n_points :: The current number of points in the zone. */
1367 FT_UShort n_points; /* number of points in zone */ member in struct:TT_GlyphZoneRec_
/external/freetype/include/internal/
H A Dtttypes.h1424 /* n_points :: The current number of points in the zone. */
1444 FT_UShort n_points; /* number of points in zone */ member in struct:TT_GlyphZoneRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h1347 /* n_points :: The current number of points in the zone. */
1367 FT_UShort n_points; /* number of points in zone */ member in struct:TT_GlyphZoneRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h1347 /* n_points :: The current number of points in the zone. */
1367 FT_UShort n_points; /* number of points in zone */ member in struct:TT_GlyphZoneRec_

Completed in 7931 milliseconds