Lines Matching refs:getHeight
250 DE_ASSERT(de::inBounds(y, 0, access.getHeight())); in getSubregion()
251 DE_ASSERT(de::inRange(y+height, y+1, access.getHeight())); in getSubregion()
276 DE_ASSERT(de::inBounds(y, 0, access.getHeight())); in getSubregion()
277 DE_ASSERT(de::inRange(y+height, y+1, access.getHeight())); in getSubregion()
322 const int offsetToLast = rowPitch*(access.getHeight()-1); in flipYAccess()
336 const int offsetToLast = rowPitch*(access.getHeight()-1); in flipYAccess()
702 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD && in clear()
715 for (int y = 0; y < access.getHeight(); y++) in clear()
721 for (int y = 0; y < access.getHeight(); y++) in clear()
733 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD && in clear()
746 for (int y = 0; y < access.getHeight(); y++) in clear()
752 for (int y = 0; y < access.getHeight(); y++) in clear()
779 DE_ASSERT(access.getHeight() == 1); in fillWithComponentGradients1D()
795 for (int y = 0; y < access.getHeight(); y++) in fillWithComponentGradients2D()
800 float t = ((float)y + 0.5f) / (float)access.getHeight(); in fillWithComponentGradients2D()
816 for (int y = 0; y < dst.getHeight(); y++) in fillWithComponentGradients3D()
821 float t = ((float)y + 0.5f) / (float)dst.getHeight(); in fillWithComponentGradients3D()
852 if (access.getHeight() == 1 && access.getDepth() == 1) in fillWithComponentGradients()
876 for (int y = 0; y < access.getHeight(); y++) in fillWithGrid2D()
895 for (int y = 0; y < access.getHeight(); y++) in fillWithGrid3D()
929 if (access.getHeight() == 1 && access.getDepth() == 1) in fillWithGrid()
940 for (int y = 0; y < access.getHeight(); y++) in fillWithRepeatableGradient()
945 float t = ((float)y + 0.5f) / (float)access.getHeight(); in fillWithRepeatableGradient()
960 int height = dst.getHeight(); in fillWithRGBAQuads()
984 for (int y = 0; y < dst.getHeight(); y++) in fillWithMetaballs()
987 Vec2 p((float)x/(float)dst.getWidth(), (float)y/(float)dst.getHeight()); in fillWithMetaballs()
1007 const int height = dst.getHeight(); in copy()
1099 float sY = (float)src.getHeight() / (float)dst.getHeight(); in scale()
1104 for (int y = 0; y < dst.getHeight(); y++) in scale()
1111 for (int y = 0; y < dst.getHeight(); y++) in scale()
1142 for (int y = 0; y < access.getHeight(); y += 2) in estimatePixelValueRange()