/third_party/flutter/skia/third_party/externals/freetype/src/raster/ |
D | ftraster.c | 450 #define FLOOR( x ) ( (x) & -ras.precision ) 451 #define CEILING( x ) ( ( (x) + ras.precision - 1 ) & -ras.precision ) 452 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) 453 #define FRAC( x ) ( (x) & ( ras.precision - 1 ) ) 456 #define SCALED( x ) ( (x) * ras.precision_scale - ras.precision_half ) 459 (Bool)( CEILING( x ) - x >= ras.precision_half ) 461 (Bool)( x - FLOOR( x ) >= ras.precision_half ) 549 static black_TWorker ras; variable 553 #define ras (*worker) macro 607 ras.precision_bits = 12; in Set_High_Precision() [all …]
|
/third_party/freetype/src/raster/ |
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.precision * 63 / 64 ) >> 1 ) 520 static black_TWorker ras; variable 524 #define ras (*worker) macro [all …]
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
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.precision * 63 / 64 ) >> 1 ) 520 static black_TWorker ras; variable 524 #define ras (*worker) macro [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/smooth/ |
D | ftgrays.c | 482 #define ras (*worker) macro 484 static gray_TWorker ras; variable 505 for ( y = ras.min_ey; y < ras.max_ey; y++ ) in gray_dump_cells() 507 PCell cell = ras.ycells[y - ras.min_ey]; in gray_dump_cells() 530 TCoord x = ras.ex; in gray_record_cell() 533 pcell = &ras.ycells[ras.ey - ras.min_ey]; in gray_record_cell() 545 if ( ras.num_cells >= ras.max_cells ) in gray_record_cell() 546 ft_longjmp( ras.jump_buffer, 1 ); in gray_record_cell() 549 cell = ras.cells + ras.num_cells++; in gray_record_cell() 551 cell->area = ras.area; in gray_record_cell() [all …]
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
D | ftgrays.c | 518 #define ras (*worker) macro 520 static gray_TWorker ras; variable 528 #define FT_INTEGRATE( ras, a, b ) \ argument 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.ycells[y - ras.min_ey]; in gray_dump_cells() 557 for ( ; cell != ras.cell_null; cell = cell->next ) in gray_dump_cells() 585 TCoord ey_index = ey - ras.min_ey; in gray_set_cell() 588 if ( ey_index < 0 || ey_index >= ras.count_ey || ex >= ras.max_ex ) in gray_set_cell() [all …]
|
/third_party/freetype/src/smooth/ |
D | ftgrays.c | 520 #define ras (*worker) macro 522 static gray_TWorker ras; variable 530 #define FT_INTEGRATE( ras, a, b ) \ argument 531 ras.cell->cover = ADD_INT( ras.cell->cover, a ), \ 532 ras.cell->area = ADD_INT( ras.cell->area, (a) * (TArea)(b) ) 552 for ( y = ras.min_ey; y < ras.max_ey; y++ ) in gray_dump_cells() 554 PCell cell = ras.ycells[y - ras.min_ey]; in gray_dump_cells() 559 for ( ; cell != ras.cell_null; cell = cell->next ) in gray_dump_cells() 587 TCoord ey_index = ey - ras.min_ey; in gray_set_cell() 590 if ( ey_index < 0 || ey_index >= ras.count_ey || ex >= ras.max_ex ) in gray_set_cell() [all …]
|
/third_party/cups-filters/filter/ |
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()
|
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()
|
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()
|
D | rastertoescpx.c | 1555 cups_raster_t *ras, /* I - Raster stream */ in ProcessLine() argument 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | AArch64TargetParser.def | 48 AARCH64_ARCH_EXT_NAME("ras", AArch64::AEK_RAS, "+ras", "-ras")
|
/third_party/icu/icu4c/source/data/lang/ |
D | ga.txt | 12 ms{"Córas Tomhais"} 557 h11{"Córas 12 Uair (0–11)"} 558 h12{"Córas 12 Uair (1–12)"} 559 h23{"Córas 24 Uair (0–23)"} 560 h24{"Córas 24 Uair (1–24)"} 568 metric{"Córas Méadrach"} 569 uksystem{"Córas Tomhais Reachtúil"} 570 ussystem{"Córas Tomhais SAM"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | ga.txt | 11 ms{"Córas Tomhais"} 677 h11{"Córas 12 Uair (0–11)"} 678 h12{"Córas 12 Uair (1–12)"} 679 h23{"Córas 24 Uair (0–23)"} 680 h24{"Córas 24 Uair (1–24)"} 688 metric{"Córas Méadrach"} 689 uksystem{"Córas Tomhais Reachtúil"} 690 ussystem{"Córas Tomhais SAM"}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | ga.txt | 12 ms{"Córas Tomhais"} 557 h11{"Córas 12 Uair (0–11)"} 558 h12{"Córas 12 Uair (1–12)"} 559 h23{"Córas 24 Uair (0–23)"} 560 h24{"Córas 24 Uair (1–24)"} 568 metric{"Córas Méadrach"} 569 uksystem{"Córas Tomhais Reachtúil"} 570 ussystem{"Córas Tomhais SAM"}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | AArch64TargetParser.def | 69 AARCH64_ARCH_EXT_NAME("ras", AArch64::AEK_RAS, "+ras", "-ras")
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | lv.txt | 18 029{"Karību jūras reģions"} 34 202{"Subsahāras Āfrika"} 276 UM{"ASV Mazās Aizjūras salas"}
|
D | lt.txt | 138 HN{"Hondūras"} 241 SG{"Singapūras"}
|
/third_party/icu/icu4c/source/data/region/ |
D | lv.txt | 19 029{"Karību jūras reģions"} 35 202{"Subsahāras Āfrika"} 277 UM{"ASV Mazās Aizjūras salas"}
|
D | lt.txt | 139 HN{"Hondūras"} 242 SG{"Singapūras"}
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | lv.txt | 19 029{"Karību jūras reģions"} 35 202{"Subsahāras Āfrika"} 277 UM{"ASV Mazās Aizjūras salas"}
|
D | lt.txt | 139 HN{"Hondūras"} 242 SG{"Singapūras"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | lv.txt | 522 dnam{"jūras jūdzes"} 523 one{"{0} jūras jūdze"} 524 other{"{0} jūras jūdzes"} 525 zero{"{0} jūras jūdžu"} 672 dnam{"atmosfēras"} 674 other{"{0} atmosfēras"} 1908 dnam{"jūras jūdzes"} 1909 one{"{0} jūras jūdze"} 1910 other{"{0} jūras jūdzes"} 1911 zero{"{0} jūras jūdzes"}
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctionsstartwith.c | 128 TYPE_FIND_REGISTER_START_WITH_DEFINE (ras, "image/x-sun-raster",
|
D | gsttypefindfunctionsplugin.h | 70 GST_TYPE_FIND_REGISTER_DECLARE (ras);
|
/third_party/selinux/libsepol/cil/src/ |
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()
|