Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkPathRef.h155 this->computeBounds(); in isFinite()
223 this->computeBounds(); in getBounds()
352 void computeBounds() const { in computeBounds() function
/external/skia/src/core/
DSkPathRef.cpp54 gEmpty->computeBounds(); // Avoids races later to be the first to do this. in CreateEmpty()