Home
last modified time | relevance | path

Searched refs:canAddWidth (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/
DGrRectanizer_pow2.cpp32 if (!row->canAddWidth(width, this->width())) { in addRect()
43 SkASSERT(row->canAddWidth(width, this->width())); in addRect()
DGrRectanizer_pow2.h51 bool canAddWidth(int width, int containerWidth) const { in canAddWidth() function
/external/skia/src/gpu/
DGrRectanizerPow2.cpp32 if (!row->canAddWidth(width, this->width())) { in addRect()
43 SkASSERT(row->canAddWidth(width, this->width())); in addRect()
DGrRectanizerPow2.h53 bool canAddWidth(int width, int containerWidth) const { in canAddWidth() function