Home | History | Annotate | Download | only in model

Lines Matching refs:sme

42             SMILMediaElement sme, LayoutModel layouts, PduBody pb)
44 String tag = sme.getTagName();
45 String src = sme.getSrc();
48 if (sme instanceof SMILRegionMediaElement) {
50 context, tag, src, (SMILRegionMediaElement) sme, layouts, part);
53 context, tag, src, sme, part, null);
125 String tag, String src, SMILMediaElement sme, PduPart part,
171 TimeList tl = sme.getBegin();
180 int duration = (int) (sme.getDur() * 1000);
182 tl = sme.getEnd();
210 media.setFill(sme.FILL_FREEZE);
213 media.setFill(sme.getFill());