Lines Matching refs:getHeight
127 int h = src.getHeight();
164 DE_ASSERT(dst.getWidth() == src.getWidth() && dst.getHeight() == src.getHeight());
166 TextureLevel tmp (dst.getFormat(), dst.getHeight(), dst.getWidth());
174 for (int j = 0; j < src.getHeight(); j++)
193 for (int j = 0; j < src.getHeight(); j++)
239 if (!deInBounds32(dx, 0, surface.getWidth()) || !deInBounds32(dy, 0, surface.getHeight()))
275 DE_ASSERT(ref.getWidth() == cmp.getWidth() && ref.getHeight() == cmp.getHeight());
276 DE_ASSERT(errorMask.getWidth() == ref.getWidth() && errorMask.getHeight() == ref.getHeight());
282 int height = ref.getHeight();