Home
last modified time | relevance | path

Searched refs:child_it (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dadd_rings.hpp128 for (typename std::vector<ring_identifier>::const_iterator child_it in add_rings() local
130 child_it != it->second.children.end(); in add_rings()
131 ++child_it) in add_rings()
133 iterator mit = map.find(*child_it); in add_rings()
138 *child_it, mit->second.reversed, true); in add_rings()
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1043 auto child_it = fVariableMap.find(&c.child()); in writeChildCall() local
1044 SkASSERT(child_it != fVariableMap.end()); in writeChildCall()
1055 color = fSampleShader(child_it->second, coord); in writeChildCall()
1063 color = fSampleColorFilter(child_it->second, inColor); in writeChildCall()
1078 color = fSampleBlender(child_it->second, srcColor, dstColor); in writeChildCall()