Searched refs:gProfile (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c502 PProfile gProfile; /* contour's first profile in case */ member in struct:black_TWorker_
780 if ( !ras.gProfile )
781 ras.gProfile = ras.cProfile;
2063 ras.gProfile = NULL;
2076 if ( ras.gProfile &&
2077 ( ras.gProfile->flags & Flow_Up ) ==
2080 /* Note that ras.gProfile can be nil if the contour was too small */
2092 if ( ras.gProfile )
2093 lastProfile->next = ras.gProfile;
/external/freetype/src/raster/
H A Dftraster.c504 PProfile gProfile; /* contour's first profile in case */ member in struct:black_TWorker_
782 if ( !ras.gProfile )
783 ras.gProfile = ras.cProfile;
2065 ras.gProfile = NULL;
2078 if ( ras.gProfile &&
2079 ( ras.gProfile->flags & Flow_Up ) ==
2082 /* Note that ras.gProfile can be nil if the contour was too small */
2094 if ( ras.gProfile )
2095 lastProfile->next = ras.gProfile;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c504 PProfile gProfile; /* contour's first profile in case */ member in struct:black_TWorker_
782 if ( !ras.gProfile )
783 ras.gProfile = ras.cProfile;
2065 ras.gProfile = NULL;
2078 if ( ras.gProfile &&
2079 ( ras.gProfile->flags & Flow_Up ) ==
2082 /* Note that ras.gProfile can be nil if the contour was too small */
2094 if ( ras.gProfile )
2095 lastProfile->next = ras.gProfile;

Completed in 2030 milliseconds