Searched defs:pxl (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c2352 Long e1, e2, pxl; local
2381 pxl = e1;
2393 pxl = e2;
2397 pxl = FLOOR( ( x1 + x2 - 1 ) / 2 + ras.precision_half );
2444 pxl = e2;
2446 pxl = FLOOR( ( x1 + x2 - 1 ) / 2 + ras.precision_half );
2456 if ( pxl < 0 )
2457 pxl = e1;
2458 else if ( TRUNC( pxl ) >= ras.bWidth )
2459 pxl
2574 Long e1, e2, pxl; local
[all...]
/external/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...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c2354 Long e1, e2, pxl; local
2383 pxl = e1;
2395 pxl = e2;
2399 pxl = FLOOR( ( x1 + x2 - 1 ) / 2 + ras.precision_half );
2446 pxl = e2;
2448 pxl = FLOOR( ( x1 + x2 - 1 ) / 2 + ras.precision_half );
2458 if ( pxl < 0 )
2459 pxl = e1;
2460 else if ( TRUNC( pxl ) >= ras.bWidth )
2461 pxl
2576 Long e1, e2, pxl; local
[all...]

Completed in 1495 milliseconds