HomeSort by relevance Sort by last modified time
    Searched refs:canAddWidth (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrRectanizer_pow2.cpp 33 if (!row->canAddWidth(width, this->width())) {
44 SkASSERT(row->canAddWidth(width, this->width()));
GrRectanizer_pow2.h 49 bool canAddWidth(int width, int containerWidth) const {

Completed in 516 milliseconds