Searched refs:fromRoot (Results 1 – 5 of 5) sorted by relevance
84 boolean fromRoot = false; in MatchPatternIterator()91 fromRoot = true; in MatchPatternIterator()119 if(fromRoot || walkBack) in MatchPatternIterator()
63 boolean fromRoot = false; in DescendantIterator()71 fromRoot = true; in DescendantIterator()101 if(fromRoot) in DescendantIterator()
916 String fromRoot = bundle.getString("from_root"); in TestJavaULocaleBundleLoading() local917 if(!fromRoot.equals("This data comes from root")){ in TestJavaULocaleBundleLoading()
919 String fromRoot = bundle.getString("from_root"); in TestJavaULocaleBundleLoading() local920 if(!fromRoot.equals("This data comes from root")){ in TestJavaULocaleBundleLoading()
827 SkMatrix fromRoot; in DrawDeviceWithFilter() local828 if (!toRoot.invert(&fromRoot)) { in DrawDeviceWithFilter()834 SkIRect layerTargetBounds = fromRoot.mapRect( in DrawDeviceWithFilter()887 tmpCanvas->concat(fromRoot); in DrawDeviceWithFilter()