Home
last modified time | relevance | path

Searched refs:ElementList (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/
DGrReducedClip.h48 typedef SkTLList<SkClipStack::Element, 16> ElementList; typedef
53 const ElementList& elements() const { return fElements; } in elements()
85 ElementList fElements;
DGrClipStackClip.cpp28 typedef GrReducedClip::ElementList ElementList; typedef
158 for (ElementList::Iter iter(reducedClip.elements()); iter.get(); iter.next()) { in UseSWOnlyPath()
174 static bool get_analytic_clip_processor(const ElementList& elements, in get_analytic_clip_processor()
180 ElementList::Iter iter(elements); in get_analytic_clip_processor()
455 for (ElementList::Iter iter(reducedClip.elements()); iter.get(); iter.next()) { in createSoftwareClipMask()
DGrReducedClip.cpp453 ElementList::Iter iter(fElements, ElementList::Iter::kTail_IterStart); in addInteriorWindowRectangles()
613 for (ElementList::Iter iter(fElements); iter.get(); iter.next()) { in drawAlphaClipMask()
715 for (ElementList::Iter iter(fElements); iter.get(); iter.next()) { in drawStencilClipMask()
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DElementList.java22 final class ElementList implements IElementList class
27 public ElementList () in ElementList() method in ElementList
/external/clang/include/clang/Analysis/
DCFG.h354 class ElementList {
358 ElementList(BumpVectorContext &C) : Impl(C, 4) {} in ElementList() function
394 ElementList Elements;
497 typedef ElementList::iterator iterator;
498 typedef ElementList::const_iterator const_iterator;
499 typedef ElementList::reverse_iterator reverse_iterator;
500 typedef ElementList::const_reverse_iterator const_reverse_iterator;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSparseBitVector.h280 typedef ilist<SparseBitVectorElement<ElementSize> > ElementList;
281 typedef typename ElementList::iterator ElementListIter;
282 typedef typename ElementList::const_iterator ElementListConstIter;
289 ElementList Elements;
/external/llvm/include/llvm/ADT/
DSparseBitVector.h265 typedef ilist<SparseBitVectorElement<ElementSize> > ElementList;
266 typedef typename ElementList::iterator ElementListIter;
267 typedef typename ElementList::const_iterator ElementListConstIter;
274 ElementList Elements;
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java350 final IElementList title = new ElementList (); in visit()
467 final IElementList title = new ElementList (); in visit()
644 final IElementList title = new ElementList (); in visit()
852 final ElementList footer = new ElementList (); in addPageFooter()
1362 final IElementList _title = new ElementList (); in getPageTitle()
1383 final IElementList _bottom = new ElementList (); in getFooterBottom()
/external/skia/tests/
DClipStackTest.cpp22 typedef GrReducedClip::ElementList ElementList; typedef
1052 for (ElementList::Iter iter(reduced->elements()); iter.get(); iter.next()) { in test_reduced_clip_stack()