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

  /external/skia/gpu/src/
GrRectanizer.cpp 49 bool canAddWidth(int width, int containerWidth) const {
102 if (!row->canAddWidth(width, this->width())) {
113 GrAssert(row->canAddWidth(width, this->width()));
GrRectanizer_fifo.cpp 49 bool canAddWidth(int width, int containerWidth) const {
102 if (!row->canAddWidth(width, this->width())) {
113 GrAssert(row->canAddWidth(width, this->width()));

Completed in 2932 milliseconds