Searched refs:pxl (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/raster/
H A Dftraster.c2268 Long e1, e2, pxl; local
2302 pxl = e1;
2316 pxl = e2;
2320 pxl = FLOOR( ( x1 + x2 - 1 ) / 2 + ras.precision_half );
2367 pxl = e2;
2369 pxl = FLOOR( ( x1 + x2 - 1 ) / 2 + ras.precision_half );
2379 if ( pxl < 0 )
2380 pxl = e1;
2381 else if ( TRUNC( pxl ) >= ras.bWidth )
2382 pxl
2504 Long e1, e2, pxl; local
[all...]
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c2357 Long e1, e2, pxl; local
2386 pxl = e1;
2398 pxl = e2;
2402 pxl = FLOOR( ( x1 + x2 - 1 ) / 2 + ras.precision_half );
2449 pxl = e2;
2451 pxl = FLOOR( ( x1 + x2 - 1 ) / 2 + ras.precision_half );
2461 if ( pxl < 0 )
2462 pxl = e1;
2463 else if ( TRUNC( pxl ) >= ras.bWidth )
2464 pxl
2579 Long e1, e2, pxl; local
[all...]

Completed in 133 milliseconds