Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPathRef.h150 this->computeBounds(); in isFinite()
199 this->computeBounds(); in getBounds()
323 void computeBounds() const { in computeBounds() function
/external/skia/src/core/
DSkPathRef.cpp52 pr->computeBounds(); // Avoids races later to be the first to do this. in CreateEmpty()