Home | History | Annotate | Download | only in lua

Lines Matching refs:then

39    if usedPath then
41 if usedSWPath then
52 if not path then
56 if path:isEmpty() then
60 if path:isRect() then
68 if (string.starts(t.verb, "draw")) then
72 if (string.starts(t.verb, "clip")) then
76 if t.verb == "clipPath" then
78 if isPathValid(path) then
81 if t.aa then
83 if path:isConvex() then
92 if t.verb == "drawPath" then
95 if paint and isPathValid(path) then
98 if paint:isAntiAlias() then
100 if path:isConvex() then