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

  /external/skia/src/gpu/
GrRectanizer_pow2.cpp 32 if (!row->canAddWidth(width, this->width())) {
43 SkASSERT(row->canAddWidth(width, this->width()));
GrRectanizer_pow2.h 51 bool canAddWidth(int width, int containerWidth) const {
  /external/skqp/src/gpu/
GrRectanizer_pow2.cpp 32 if (!row->canAddWidth(width, this->width())) {
43 SkASSERT(row->canAddWidth(width, this->width()));
GrRectanizer_pow2.h 51 bool canAddWidth(int width, int containerWidth) const {

Completed in 69 milliseconds