/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/ |
D | svcfftl.h | 39 FT_Fixed* NDV ); 49 FT_Fixed* NDV ); 55 FT_Fixed* NDV );
|
/third_party/freetype/include/freetype/internal/services/ |
D | svcfftl.h | 39 FT_Fixed* NDV ); 49 FT_Fixed* NDV ); 55 FT_Fixed* NDV );
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/services/ |
D | svcfftl.h | 39 FT_Fixed* NDV ); 49 FT_Fixed* NDV ); 55 FT_Fixed* NDV );
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffload.h | 80 FT_Fixed* NDV ); 90 FT_Fixed* NDV ); 96 FT_Fixed* NDV );
|
D | cffload.c | 1403 FT_Fixed* NDV ) in cff_blend_build_vector() argument 1415 if ( !( lenNDV == 0 || NDV ) ) in cff_blend_build_vector() 1516 else if ( NDV[j] < axis->startCoord || in cff_blend_build_vector() 1517 NDV[j] > axis->endCoord ) in cff_blend_build_vector() 1523 if ( NDV[j] == axis->peakCoord ) in cff_blend_build_vector() 1525 else if ( NDV[j] < axis->peakCoord ) in cff_blend_build_vector() 1526 axisScalar = FT_DivFix( NDV[j] - axis->startCoord, in cff_blend_build_vector() 1529 axisScalar = FT_DivFix( axis->endCoord - NDV[j], in cff_blend_build_vector() 1553 NDV, in cff_blend_build_vector() 1554 lenNDV * sizeof ( *NDV ) ); in cff_blend_build_vector() [all …]
|
D | cffparse.c | 1010 subFont->NDV ) ) in cff_parse_blend() 1015 subFont->NDV ); in cff_parse_blend()
|
/third_party/freetype/src/cff/ |
D | cffload.h | 80 FT_Fixed* NDV ); 90 FT_Fixed* NDV ); 96 FT_Fixed* NDV );
|
D | cffload.c | 1396 FT_Fixed* NDV ) in cff_blend_build_vector() argument 1408 if ( !( lenNDV == 0 || NDV ) ) in cff_blend_build_vector() 1513 else if ( NDV[j] < axis->startCoord || in cff_blend_build_vector() 1514 NDV[j] > axis->endCoord ) in cff_blend_build_vector() 1520 if ( NDV[j] == axis->peakCoord ) in cff_blend_build_vector() 1522 else if ( NDV[j] < axis->peakCoord ) in cff_blend_build_vector() 1523 axisScalar = FT_DivFix( NDV[j] - axis->startCoord, in cff_blend_build_vector() 1526 axisScalar = FT_DivFix( axis->endCoord - NDV[j], in cff_blend_build_vector() 1547 blend->lenNDV * sizeof ( *NDV ), in cff_blend_build_vector() 1548 lenNDV * sizeof ( *NDV ) ) ) in cff_blend_build_vector() [all …]
|
D | cffparse.c | 1009 subFont->NDV ) ) in cff_parse_blend() 1014 subFont->NDV ); in cff_parse_blend()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cff/ |
D | cffload.h | 81 FT_Fixed* NDV ); 91 FT_Fixed* NDV ); 97 FT_Fixed* NDV );
|
D | cffload.c | 1390 FT_Fixed* NDV ) in cff_blend_build_vector() argument 1402 if ( !( lenNDV == 0 || NDV ) ) in cff_blend_build_vector() 1507 else if ( NDV[j] < axis->startCoord || in cff_blend_build_vector() 1508 NDV[j] > axis->endCoord ) in cff_blend_build_vector() 1514 if ( NDV[j] == axis->peakCoord ) in cff_blend_build_vector() 1516 else if ( NDV[j] < axis->peakCoord ) in cff_blend_build_vector() 1517 axisScalar = FT_DivFix( NDV[j] - axis->startCoord, in cff_blend_build_vector() 1520 axisScalar = FT_DivFix( axis->endCoord - NDV[j], in cff_blend_build_vector() 1541 blend->lenNDV * sizeof ( *NDV ), in cff_blend_build_vector() 1542 lenNDV * sizeof ( *NDV ) ) ) in cff_blend_build_vector() [all …]
|
D | cffparse.c | 1010 subFont->NDV ) ) in cff_parse_blend() 1015 subFont->NDV ); in cff_parse_blend()
|
/third_party/freetype/src/psaux/ |
D | psfont.h | 85 FT_Fixed* NDV; /* ptr to current NDV or NULL */ member
|
D | psfont.c | 318 font->NDV = normalizedV; in cf2_font_setup()
|
D | psintrp.c | 753 font->NDV ) ) in cf2_interpT2CharString() 758 font->NDV ); in cf2_interpT2CharString()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psfont.h | 85 FT_Fixed* NDV; /* ptr to current NDV or NULL */ member
|
D | psfont.c | 318 font->NDV = normalizedV; in cf2_font_setup()
|
D | psintrp.c | 753 font->NDV ) ) in cf2_interpT2CharString() 758 font->NDV ); in cf2_interpT2CharString()
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | psfont.h | 85 FT_Fixed* NDV; /* ptr to current NDV or NULL */ member
|
D | psfont.c | 319 font->NDV = normalizedV; in cf2_font_setup()
|
D | psintrp.c | 753 font->NDV ) ) in cf2_interpT2CharString() 758 font->NDV ); in cf2_interpT2CharString()
|
/third_party/freetype/include/freetype/internal/ |
D | cfftypes.h | 310 FT_Fixed* NDV; /* ptr to current NDV or NULL */ member
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | cfftypes.h | 310 FT_Fixed* NDV; /* ptr to current NDV or NULL */ member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | cfftypes.h | 311 FT_Fixed* NDV; /* ptr to current NDV or NULL */ member
|
/third_party/mesa3d/docs/relnotes/ |
D | 12.0.2.rst | 349 - nv50/ir: always emit the NDV bit for OP_QUADOP
|