/external/chromium_org/third_party/freetype/src/base/ |
ftgloadr.c | 94 base->outline.n_points = 0; 149 current->points = base->points + base->n_points; 150 current->tags = base->tags + base->n_points; 157 base->n_points; 160 base->n_points; 196 /* Ensure that we can add `n_points' and `n_contours' to our glyph. */ 202 FT_UInt n_points, 215 new_max = base->n_points + current->n_points + n_points; [all...] |
ftoutln.c | 320 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/ |
ftgloadr.c | 94 base->outline.n_points = 0; 149 current->points = base->points + base->n_points; 150 current->tags = base->tags + base->n_points; 157 base->n_points; 160 base->n_points; 196 /* Ensure that we can add `n_points' and `n_contours' to our glyph. */ 202 FT_UInt n_points, 215 new_max = base->n_points + current->n_points + n_points; [all...] |
ftoutln.c | 320 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/ |
ftgloadr.c | 94 base->outline.n_points = 0; 149 current->points = base->points + base->n_points; 150 current->tags = base->tags + base->n_points; 157 base->n_points; 160 base->n_points; 196 /* Ensure that we can add `n_points' and `n_contours' to our glyph. */ 202 FT_UInt n_points, 215 new_max = base->n_points + current->n_points + n_points; [all...] |
ftoutln.c | 320 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/skia/third_party/harfbuzz/contrib/ |
harfbuzz-freetype.c | 69 hb_uint32 *n_points) { 81 *n_points = face->glyph->outline.n_points; 82 if (!(*n_points)) 85 if (point > *n_points)
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
ftgloadr.h | 116 /* check that there is enough space to add `n_points' and `n_contours' */ 120 FT_UInt n_points, 125 ( (_count) == 0 || ((_loader)->base.outline.n_points + \ 126 (_loader)->current.outline.n_points + \
|
/external/freetype/include/internal/ |
ftgloadr.h | 116 /* check that there is enough space to add `n_points' and `n_contours' */ 120 FT_UInt n_points, 125 ( (_count) == 0 || ((_loader)->base.outline.n_points + \ 126 (_loader)->current.outline.n_points + \
|
/external/freetype/src/truetype/ |
ttgload.c | 352 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...] |
ttgxvar.h | 168 FT_UInt n_points );
|
ttinterp.c | 640 exec->pts.n_points = 0; [all...] |
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
ftgloadr.h | 116 /* check that there is enough space to add `n_points' and `n_contours' */ 120 FT_UInt n_points, 125 ( (_count) == 0 || ((_loader)->base.outline.n_points + \ 126 (_loader)->current.outline.n_points + \
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
ftgloadr.h | 116 /* check that there is enough space to add `n_points' and `n_contours' */ 120 FT_UInt n_points, 125 ( (_count) == 0 || ((_loader)->base.outline.n_points + \ 126 (_loader)->current.outline.n_points + \
|
/external/chromium_org/third_party/freetype/src/truetype/ |
ttgload.c | 355 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...] |
ttgxvar.h | 168 FT_UInt n_points );
|
ttinterp.c | 640 exec->pts.n_points = 0; [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ |
ttgload.c | 356 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...] |
ttgxvar.h | 168 FT_UInt n_points );
|
ttinterp.c | 640 exec->pts.n_points = 0; [all...] |
/external/chromium_org/third_party/freetype/src/autofit/ |
afloader.c | 149 slot->outline.n_points + 4, 156 slot->outline.n_points ); 164 slot->outline.n_points ); 166 gloader->current.outline.n_points = slot->outline.n_points; 178 if ( slot->outline.n_points == 0 ) 270 start_point = gloader->base.outline.n_points; 300 num_base_points = gloader->base.outline.n_points; 321 num_points = gloader->base.outline.n_points; 380 dummy.n_points = (short)num_new_points [all...] |
/external/freetype/src/autofit/ |
afloader.c | 150 slot->outline.n_points + 4, 157 slot->outline.n_points ); 165 slot->outline.n_points ); 167 gloader->current.outline.n_points = slot->outline.n_points; 179 if ( slot->outline.n_points == 0 ) 281 start_point = gloader->base.outline.n_points; 311 num_base_points = gloader->base.outline.n_points; 327 num_points = gloader->base.outline.n_points; 386 dummy.n_points = (short)num_new_points [all...] |
/external/chromium_org/third_party/freetype/src/psaux/ |
psobjs.c | [all...] |
/external/freetype/src/psaux/ |
psobjs.c | [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/ |
psobjs.c | [all...] |