Lines Matching refs:getHeight

117 	DE_ASSERT(de::inBounds(y, 0, access.getHeight())	&& de::inRange(y+height,	y, access.getHeight()));
137 DE_ASSERT(de::inBounds(y, 0, access.getHeight()) && de::inRange(y+height, y, access.getHeight()));
179 const int offsetToLast = rowPitch*(access.getHeight()-1);
181 return PixelBufferAccess(access.getFormat(), access.getWidth(), access.getHeight(), access.getDepth(),
193 const int offsetToLast = rowPitch*(access.getHeight()-1);
195 return ConstPixelBufferAccess(access.getFormat(), access.getWidth(), access.getHeight(), access.getDepth(),
475 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD &&
488 for (int y = 0; y < access.getHeight(); y++)
494 for (int y = 0; y < access.getHeight(); y++)
503 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD &&
516 for (int y = 0; y < access.getHeight(); y++)
522 for (int y = 0; y < access.getHeight(); y++)
531 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD &&
544 for (int y = 0; y < access.getHeight(); y++)
550 for (int y = 0; y < access.getHeight(); y++)
559 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD &&
572 for (int y = 0; y < access.getHeight(); y++)
578 for (int y = 0; y < access.getHeight(); y++)
586 DE_ASSERT(access.getHeight() == 1);
602 for (int y = 0; y < access.getHeight(); y++)
607 float t = ((float)y + 0.5f) / (float)access.getHeight();
623 for (int y = 0; y < dst.getHeight(); y++)
628 float t = ((float)y + 0.5f) / (float)dst.getHeight();
644 if (access.getHeight() == 1 && access.getDepth() == 1)
667 for (int y = 0; y < access.getHeight(); y++)
686 for (int y = 0; y < access.getHeight(); y++)
705 if (access.getHeight() == 1 && access.getDepth() == 1)
715 for (int y = 0; y < access.getHeight(); y++)
720 float t = ((float)y + 0.5f) / (float)access.getHeight();
735 int height = dst.getHeight();
759 for (int y = 0; y < dst.getHeight(); y++)
762 Vec2 p((float)x/(float)dst.getWidth(), (float)y/(float)dst.getHeight());
780 int height = dst.getHeight();
783 DE_ASSERT(src.getWidth() == width && src.getHeight() == height && src.getDepth() == depth);
828 float sY = (float)src.getHeight() / (float)dst.getHeight();
833 for (int y = 0; y < dst.getHeight(); y++)
840 for (int y = 0; y < dst.getHeight(); y++)
873 for (int y = 0; y < access.getHeight(); y += 2)