Home
last modified time | relevance | path

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

12

/external/pdfium/third_party/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 ) )
454 #define SCALED( x ) ( ( (ULong)(x) << ras.scale_shift ) - ras.precision_half )
457 (Bool)( CEILING( x ) - x >= ras.precision_half )
459 (Bool)( x - FLOOR( x ) >= ras.precision_half )
577 #define ras cur_ras macro
581 #define ras (*worker) macro
698 ras.precision_bits = 12; in Set_High_Precision()
[all …]
/external/freetype/src/raster/
Dftraster.c449 #define FLOOR( x ) ( (x) & -ras.precision )
450 #define CEILING( x ) ( ( (x) + ras.precision - 1 ) & -ras.precision )
451 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits )
452 #define FRAC( x ) ( (x) & ( ras.precision - 1 ) )
453 #define SCALED( x ) ( ( (Long)(x) << ras.scale_shift ) - ras.precision_half )
456 (Bool)( CEILING( x ) - x >= ras.precision_half )
458 (Bool)( x - FLOOR( x ) >= ras.precision_half )
547 #define ras cur_ras macro
551 #define ras (*worker) macro
604 ras.precision_bits = 12; in Set_High_Precision()
[all …]
/external/freetype/src/smooth/
Dftgrays.c479 #define ras (*worker) macro
481 static gray_TWorker ras; variable
501 ras.buffer = buffer; in gray_init_cells()
502 ras.buffer_size = byte_size; in gray_init_cells()
504 ras.ycells = (PCell*) buffer; in gray_init_cells()
505 ras.cells = NULL; in gray_init_cells()
506 ras.max_cells = 0; in gray_init_cells()
507 ras.num_cells = 0; in gray_init_cells()
508 ras.area = 0; in gray_init_cells()
509 ras.cover = 0; in gray_init_cells()
[all …]
/external/pdfium/third_party/freetype/src/smooth/
Dftgrays.c459 #define ras (*worker) macro
461 static gray_TWorker ras; variable
485 ras.buffer = buffer; in gray_init_cells()
486 ras.buffer_size = byte_size; in gray_init_cells()
488 ras.ycells = (PCell*) buffer; in gray_init_cells()
489 ras.cells = NULL; in gray_init_cells()
490 ras.max_cells = 0; in gray_init_cells()
491 ras.num_cells = 0; in gray_init_cells()
492 ras.area = 0; in gray_init_cells()
493 ras.cover = 0; in gray_init_cells()
[all …]
/external/pdfium/core/src/fxge/agg/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/openfst/src/bin/
Dfstrandgen.cc61 s::RandArcSelection ras; in main() local
64 ras = s::UNIFORM_ARC_SELECTOR; in main()
66 ras = s::LOG_PROB_ARC_SELECTOR; in main()
68 ras = s::FAST_LOG_PROB_ARC_SELECTOR; in main()
77 ras, FLAGS_max_length, FLAGS_npath, in main()
Dfstequivalent.cc69 s::RandArcSelection ras; in main() local
72 ras = s::UNIFORM_ARC_SELECTOR; in main()
74 ras = s::LOG_PROB_ARC_SELECTOR; in main()
76 ras = s::FAST_LOG_PROB_ARC_SELECTOR; in main()
89 ras, FLAGS_max_length)) ? 0 : 2; in main()
/external/selinux/sepolgen/src/sepolgen/
Doutput.py152 ras = []
153 ras.extend(node.role_types())
154 ras.sort(role_type_cmp)
155 if len(ras):
161 c.extend(ras)
/external/dhcpcd/
Dipv6rs.c237 if (ifp->ras == NULL || ifp->ras->next == NULL) in ipv6rs_sort()
241 sorted = ifp->ras; in ipv6rs_sort()
242 ifp->ras = ifp->ras->next; in ipv6rs_sort()
244 for (rap = ifp->ras; rap && (ran = rap->next, 1); rap = ran) { in ipv6rs_sort()
354 for (rap = ifp->ras; rap; rap = rap->next) { in ipv6rs_handledata()
376 rap->next = ifp->ras; in ipv6rs_handledata()
378 ifp->ras = rap; in ipv6rs_handledata()
581 for (rap = ifp->ras, i = 1; rap; rap = rap->next, i++) { in ipv6rs_env()
671 for (rap = ifp->ras; rap && (ran = rap->next, 1); rap = ran) { in ipv6rs_free()
676 ifp->ras = NULL; in ipv6rs_free()
[all …]
Ddhcpcd.h140 struct ra *ras; member
Ddhcpcd.c266 if (iface->ras) { in stop_interface()
268 iface->ras = NULL; in stop_interface()
934 if (iface->ras) { in handle_carrier()
936 iface->ras = NULL; in handle_carrier()
1637 if (ifp->ras) in handle_args()
1652 if (ifp->ras) in handle_args()
Dconfigure.c224 if ((dhcp && iface->state->new) || (ra && iface->ras)) { in make_env()
332 if (iface->ras) { in send_interface()
/external/selinux/libsepol/cil/src/
Dcil_reset_ast.c136 static void cil_reset_roleattributeset(struct cil_roleattributeset *ras) in cil_reset_roleattributeset() argument
138 cil_list_destroy(&ras->datum_expr, CIL_FALSE); in cil_reset_roleattributeset()
/external/icu/icu4c/source/data/region/
Dlt.txt143 HN{"Hondūras"}
246 SG{"Singapūras"}
Dlv.txt24 029{"Karību jūras reģions"}
281 UM{"ASV Aizjūras salas"}
Dnmg.txt94 HN{"Ɔndúras"}
Dis.txt143 HN{"Hondúras"}
/external/icu/icu4c/source/data/curr/
Dlv.txt597 "Singapūras dolārs",
1169 other{"Hondurasas lempīras"}
1170 zero{"Hondurasas lempīras"}
1513 one{"Singapūras dolārs"}
1514 other{"Singapūras dolāri"}
1515 zero{"Singapūras dolāri"}
Dga.txt445 "Lempira Hondúras",
1739 few{"lempira Hondúras"}
1740 many{"lempira Hondúras"}
1741 one{"lempira Hondúras"}
1742 other{"lempira Hondúras"}
1743 two{"lempira Hondúras"}
/external/icu/icu4c/source/data/unit/
Dlv.txt420 dnam{"jūras jūdzes"}
421 one{"{0} jūras jūdze"}
422 other{"{0} jūras jūdzes"}
423 zero{"{0} jūras jūdzes"}
/external/icu/icu4c/source/data/zone/
Dlv.txt1740 ld{"Senpjēras un Mikelonas vasaras laiks"}
1741 lg{"Senpjēras un Mikelonas laiks"}
1742 ls{"Senpjēras un Mikelonas ziemas laiks"}
1775 ls{"Singapūras laiks"}
Dlt.txt751 ec{"Kvala Lumpūras"}
826 ec{"Singapūras"}
1197 ec{"Madžūras"}
/external/jetty/src/resources/org/eclipse/jetty/http/
Dmime.properties114 ras = image/x-cmu-raster key
/external/llvm/test/CodeGen/X86/
D2007-01-13-StackPtrIndex.ll20 %ras = icmp slt i64 %r11, 0
21 %r12 = select i1 %ras, i64 0, i64 %r11

12