OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateBoundAndGenID
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkClipStack.cpp
387
void SkClipStack::Element::
updateBoundAndGenID
(const Element* prior) {
699
prior->
updateBoundAndGenID
(priorPrior);
718
newElement->
updateBoundAndGenID
(prior);
/external/skia/include/core/
SkClipStack.h
266
void
updateBoundAndGenID
(const Element* prior);
274
// per-set operation functions used by
updateBoundAndGenID
().
Completed in 177 milliseconds