Home
last modified time | relevance | path

Searched refs:dummy_cx (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/openvg/
H A DOpenVGRenderer.cpp661 SWFCxForm dummy_cx; in add_paths() local
665 draw_submask(path_vec, SWFMatrix(), dummy_cx, coloring); in add_paths()
1229 SWFCxForm dummy_cx; in drawGlyph() local
1240 draw_subshape(rec.paths(), mat, dummy_cx, glyph_fs, dummy_ls); in drawGlyph()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/opengl/
H A DRenderer_ogl.cpp1196 SWFCxForm dummy_cx; in add_paths() local
1205 draw_subshape(path_vec, SWFMatrix(), dummy_cx, dummy_fs, dummy_ls); in add_paths()
1756 SWFCxForm dummy_cx; in drawGlyph() local
1767 draw_subshape(rec.subshapes().front().paths(), mat, dummy_cx, glyph_fs, dummy_ls); in drawGlyph()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/cairo/
H A DRenderer_cairo.cpp1003 SWFCxForm dummy_cx; in drawGlyph() local
1016 draw_subshape(path_vec, mat, dummy_cx, glyph_fs, dummy_ls); in drawGlyph()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/print/
H A Dpretty.rs1022 let dummy_cx = cx.tcx().mk_ty_infer(ty::FreshTy(0)); in pretty_print_dyn_existential() localVariable
1023 let principal = principal.with_self_ty(cx.tcx(), dummy_cx); in pretty_print_dyn_existential()