Home
last modified time | relevance | path

Searched refs:ras (Results 1 – 25 of 107) sorted by relevance

12345

/external/freetype/src/raster/
Dftraster.c450 #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 )
550 #define ras cur_ras macro
554 #define ras (*worker) macro
608 ras.precision_bits = 12; in Set_High_Precision()
[all …]
/external/freetype/src/smooth/
Dftgrays.c477 #define ras (*worker) macro
479 static gray_TWorker ras; variable
500 for ( y = ras.min_ey; y < ras.max_ey; y++ ) in gray_dump_cells()
502 PCell cell = ras.ycells[y - ras.min_ey]; in gray_dump_cells()
525 TCoord x = ras.ex; in gray_record_cell()
528 pcell = &ras.ycells[ras.ey - ras.min_ey]; in gray_record_cell()
541 if ( ras.num_cells >= ras.max_cells ) in gray_record_cell()
542 ft_longjmp( ras.jump_buffer, 1 ); in gray_record_cell()
545 cell = ras.cells + ras.num_cells++; in gray_record_cell()
547 cell->area = ras.area; in gray_record_cell()
[all …]
/external/pdfium/third_party/agg23/
Dagg_render_scanlines.h22 void render_scanlines(Rasterizer& ras, Scanline& sl, Renderer& ren, bool no_smooth) in render_scanlines() argument
24 if(ras.rewind_scanlines()) { in render_scanlines()
25 sl.reset(ras.min_x(), ras.max_x()); in render_scanlines()
26 ren.prepare(unsigned(ras.max_x() - ras.min_x() + 2)); in render_scanlines()
27 while(ras.sweep_scanline(sl, no_smooth)) { in render_scanlines()
34 void render_all_paths(Rasterizer& ras, in render_all_paths() argument
43 ras.reset(); in render_all_paths()
44 ras.add_path(vs, path_id[i]); in render_all_paths()
46 render_scanlines(ras, sl, r); in render_all_paths()
/external/clang/test/SemaTemplate/
Dinstantiate-invalid.cpp18 …void render_scanlines_aa_solid(Rasterizer& ras, Scanline& sl, BaseRenderer& ren, const ColorT& col…
20 while(ras.sweep_scanline(sl))
30 void render_ctrl(Rasterizer& ras, Scanline& sl, Renderer& r, Ctrl& c)
33 render_scanlines_aa_solid(ras, sl, r, c.color(i));
47 agg::rasterizer_scanline_aa<> ras;
48 agg::render_ctrl(ras, sl, ren_base, m_polygons);
/external/selinux/python/sepolgen/src/sepolgen/
Doutput.py156 ras = []
157 ras.extend(node.role_types())
158 ras.sort(key=util.cmp_to_key(role_type_cmp))
159 if len(ras):
165 c.extend(ras)
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/
Dras-extension-thumb.txt1 # RUN: llvm-mc < %s -triple thumbv8a-none-eabi -mattr=+ras -disassemble | FileCheck %s --check-pref…
2 # RUN: llvm-mc < %s -triple thumbv8a-none-eabi -mattr=-ras -disassemble | FileCheck %s --check-pref…
Dras-extension-arm.txt1 # RUN: llvm-mc < %s -triple armv8a-none-eabi -mattr=+ras -disassemble | FileCheck %s --check-prefix…
2 # RUN: llvm-mc < %s -triple armv8a-none-eabi -mattr=-ras -disassemble | FileCheck %s --check-prefix…
/external/llvm/test/MC/ARM/
Dras-extension.s1 @ RUN: llvm-mc -triple armv8a-none-eabi -mattr=+ras -show-encoding %s | FileCheck %s --check-pref…
2 @ RUN: llvm-mc -triple thumbv8a-none-eabi -mattr=+ras -show-encoding %s | FileCheck %s --check-pref…
/external/llvm/test/MC/Disassembler/ARM/
Dras-extension-thumb.txt1 # RUN: llvm-mc < %s -triple thumbv8a-none-eabi -mattr=+ras -disassemble | FileCheck %s --check-pref…
2 # RUN: llvm-mc < %s -triple thumbv8a-none-eabi -mattr=-ras -disassemble | FileCheck %s --check-pref…
Dras-extension-arm.txt1 # RUN: llvm-mc < %s -triple armv8a-none-eabi -mattr=+ras -disassemble | FileCheck %s --check-prefix…
2 # RUN: llvm-mc < %s -triple armv8a-none-eabi -mattr=-ras -disassemble | FileCheck %s --check-prefix…
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dras-extension.s1 @ RUN: llvm-mc -triple armv8a-none-eabi -mattr=+ras -show-encoding %s | FileCheck %s --check-pref…
2 @ RUN: llvm-mc -triple thumbv8a-none-eabi -mattr=+ras -show-encoding %s | FileCheck %s --check-pref…
/external/libcups/filter/
Drastertohp.c647 cups_raster_t *ras; /* Raster stream for printing */ in main() local
695 ras = cupsRasterOpen(fd, CUPS_RASTER_READ); in main()
744 while (cupsRasterReadHeader2(ras, &header)) in main()
790 if (cupsRasterReadPixels(ras, Planes[0], header.cupsBytesPerLine) < 1) in main()
829 cupsRasterClose(ras); in main()
Dtestclient.c404 cups_raster_t *ras; /* Raster stream */ in make_raster_file() local
629 if ((ras = cupsRasterOpen(fd, mode)) == NULL) in make_raster_file()
640 cupsRasterWriteHeader2(ras, &header); in make_raster_file()
645 cupsRasterWritePixels(ras, line, header.cupsBytesPerLine); in make_raster_file()
705 cupsRasterWritePixels(ras, line, header.cupsBytesPerLine); in make_raster_file()
711 cupsRasterWritePixels(ras, line, header.cupsBytesPerLine); in make_raster_file()
713 cupsRasterClose(ras); in make_raster_file()
Drastertolabel.c1089 cups_raster_t *ras; /* Raster stream for printing */ in main() local
1139 ras = cupsRasterOpen(fd, CUPS_RASTER_READ); in main()
1197 while (cupsRasterReadHeader2(ras, &header)) in main()
1243 if (cupsRasterReadPixels(ras, Buffer, header.cupsBytesPerLine) < 1) in main()
1269 cupsRasterClose(ras); in main()
Drastertoepson.c976 cups_raster_t *ras; /* Raster stream for printing */ in main() local
1025 ras = cupsRasterOpen(fd, CUPS_RASTER_READ); in main()
1076 while (cupsRasterReadHeader2(ras, &header)) in main()
1122 if (cupsRasterReadPixels(ras, Planes[0], header.cupsBytesPerLine) < 1) in main()
1156 cupsRasterClose(ras); in main()
Dtestraster.c454 cups_raster_t *ras; /* Raster stream */ in do_ras_file() local
467 if ((ras = cupsRasterOpen(fd, CUPS_RASTER_READ)) == NULL) in do_ras_file()
476 while (cupsRasterReadHeader2(ras, &header)) in do_ras_file()
487 if (cupsRasterReadPixels(ras, data, header.cupsBytesPerLine) < in do_ras_file()
501 cupsRasterClose(ras); in do_ras_file()
/external/llvm/include/llvm/Support/
DAArch64TargetParser.def48 AARCH64_ARCH_EXT_NAME("ras", AArch64::AEK_RAS, "+ras", "-ras")
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAArch64TargetParser.def48 AARCH64_ARCH_EXT_NAME("ras", AArch64::AEK_RAS, "+ras", "-ras")
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Drelax-per-target-feature.ll31 …-float-abi,+strict-align,+thumb-mode,-crc,-dotprod,-dsp,-hwdiv,-hwdiv-arm,-ras" "use-soft-float"="…
33 …features"="+strict-align,+thumb-mode,-crc,-dotprod,-dsp,-hwdiv,-hwdiv-arm,-ras" "unsafe-fp-math"="…
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DAArch64TargetParser.def64 AARCH64_ARCH_EXT_NAME("ras", AArch64::AEK_RAS, "+ras", "-ras")
/external/u-boot/arch/x86/cpu/quark/
Ddram.c104 mrc_params->params.ras = fdtdec_get_int(blob, node, "dram-ras", 0); in mrc_configure_params()
117 mrc_params->params.ras, mrc_params->params.wtr, in mrc_configure_params()
/external/llvm/test/MC/AArch64/
Ddirective-arch.s9 .arch armv8.1-a+ras
/external/icu/icu4c/source/data/lang/
Dga.txt11 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"}
/external/icu/icu4c/source/data/region/
Dlv.txt18 029{"Karību jūras reģions"}
34 202{"Subsahāras Āfrika"}
276 UM{"ASV Mazās Aizjūras salas"}
/external/u-boot/arch/arm/include/asm/arch-tegra20/
Demc.h26 u32 ras; /* 0x34: EMC_RAS */ member

12345