/third_party/skia/third_party/externals/freetype/src/raster/ |
H A D | ftraster.c | 430 #define FLOOR( x ) ( (x) & -ras.precision ) 431 #define CEILING( x ) ( ( (x) + ras.precision - 1 ) & -ras.precision ) 432 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) 433 #define FRAC( x ) ( (x) & ( ras.precision - 1 ) ) 436 #define SCALED( x ) ( (x) * ras.precision_scale - ras.precision_half ) 439 (Bool)( CEILING( x ) - x >= ras.precision_half ) 441 (Bool)( x - FLOOR( x ) >= ras.precision_half ) 446 #define SMART( p, q ) FLOOR( ( (p) + (q) + ras 520 static black_TWorker ras; global() variable 524 #define ras global() macro [all...] |
/third_party/skia/third_party/externals/freetype/src/smooth/ |
H A D | ftgrays.c | 518 #define ras (*worker) macro 520 static gray_TWorker ras; variable 528 #define FT_INTEGRATE( ras, a, b ) \ 529 ras.cell->cover = ADD_INT( ras.cell->cover, a ), \ 530 ras.cell->area = ADD_INT( ras.cell->area, (a) * (TArea)(b) ) 550 for ( y = ras.min_ey; y < ras.max_ey; y++ ) in gray_dump_cells() 552 PCell cell = ras in gray_dump_cells() [all...] |
/third_party/cups-filters/filter/ |
H A D | rastertops.c | 211 write_flate(cups_raster_t *ras, /* I - Image data */ in write_flate() argument 248 cupsRasterReadPixels(ras, pixdata, header.cupsBytesPerLine); in write_flate() 374 cups_raster_t *ras; /* Raster stream for printing */ in main() local 437 ras = cupsRasterOpen(fd, CUPS_RASTER_READ); in main() 452 while (cupsRasterReadHeader2(ras, &header)) in main() 487 ret = write_flate(ras, header); in main() 496 cupsRasterClose(ras); in main() 502 cupsRasterClose(ras); in main()
|
H A D | rastertopdf.cpp | 1194 int convert_raster(cups_raster_t *ras, unsigned width, unsigned height, in convert_raster() argument 1208 cupsRasterReadPixels(ras, PixelBuffer, bpl); in convert_raster() 1311 cups_raster_t *ras; /* Raster stream for printing */ in main() local 1399 ras = cupsRasterOpen(fd, CUPS_RASTER_READ); in main() 1497 while (cupsRasterReadHeader2(ras, &header)) in main() 1530 if (convert_raster(ras, header.cupsWidth, header.cupsHeight, in main() 1539 cupsRasterClose(ras); in main() 1551 cupsRasterClose(ras); in main()
|
H A D | rastertopclx.c | 100 int ReadLine(cups_raster_t *ras, cups_page_header2_t *header); 1700 ReadLine(cups_raster_t *ras, /* I - Raster stream */ in ReadLine() argument 1711 cupsRasterReadPixels(ras, PixelBuffer, header->cupsBytesPerLine); in ReadLine() 1799 cups_raster_t *ras; /* Raster stream for printing */ in main() local 1868 ras = cupsRasterOpen(fd, CUPS_RASTER_READ); in main() 1897 while (cupsRasterReadHeader2(ras, &header)) in main() 1938 if (ReadLine(ras, &header)) in main() 1961 cupsRasterClose(ras); in main()
|
H A D | rastertoescpx.c | 1555 cups_raster_t *ras, /* I - Raster stream */ in ProcessLine() 1574 if (!cupsRasterReadPixels(ras, PixelBuffer, header->cupsBytesPerLine)) in ProcessLine() 1751 cups_raster_t *ras; /* Raster stream for printing */ in main() local 1820 ras = cupsRasterOpen(fd, CUPS_RASTER_READ); in main() 1847 while (cupsRasterReadHeader2(ras, &header)) in main() 1893 ProcessLine(ppd, ras, &header, y); in main() 1913 cupsRasterClose(ras); in main() 1554 ProcessLine(ppd_file_t *ppd, cups_raster_t *ras, cups_page_header2_t *header, const int y) ProcessLine() argument
|
H A D | imagetoraster.c | 163 cups_raster_t *ras; /* Raster stream */ in main() local 1396 ras = cupsRasterOpen(1, CUPS_RASTER_WRITE); in main() 1425 cupsRasterWriteHeader2(ras, &header); in main() 1456 if (cupsRasterWritePixels(ras, row, header.cupsBytesPerLine) < in main() 1555 if (cupsRasterWritePixels(ras, row, header.cupsBytesPerLine) < in main() 1595 if (cupsRasterWritePixels(ras, row, header.cupsBytesPerLine) < in main() 1619 cupsRasterClose(ras); in main()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_reset_ast.c | 175 static void cil_reset_roleattributeset(struct cil_roleattributeset *ras) in cil_reset_roleattributeset() argument 177 cil_list_destroy(&ras->datum_expr, CIL_FALSE); in cil_reset_roleattributeset()
|
/third_party/ffmpeg/tests/fate/ |
H A D | image.mak | 462 fate-sunraster-8bit_gray-raw: CMD = framecrc -i $(TARGET_SAMPLES)/sunraster/gray.ras
|