HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 1126 - 1150 of 9458) sorted by null

<<41424344454647484950>>

  /external/autotest/client/cros/multimedia/
image_generator.py 32 def generate_image(self, width, height, filename):
33 """Generate the image with the given width and height.
36 @param height: The height of the image.
41 width, height, filename)
44 scale_height=float(height)/self.TEMPLATE_HEIGHT))
  /external/chromium-trace/catapult/dashboard/dashboard/static/
base.css 8 height: 100%;
12 line-height: 1.4;
22 min-height: 100%;
82 height: 27px;
83 line-height: 27px;
122 height: 13px;
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 213 int height = config.height; local
224 if (width == glu::RenderConfig::DONT_CARE || height == glu::RenderConfig::DONT_CARE)
230 height = (height == glu::RenderConfig::DONT_CARE) ? maxSize : height;
240 gl.renderbufferStorageMultisample(GL_RENDERBUFFER, config.numSamples, colorFormat, width, height);
242 gl.renderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height);
256 gl.renderbufferStorageMultisample(GL_RENDERBUFFER, config.numSamples, depthStencilFormat, width, height);
258 gl.renderbufferStorage(GL_RENDERBUFFER, depthStencilFormat, width, height);
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11.hpp 85 Window (Display& display, int width, int height,
95 void getDimensions (int* width, int* height) const;
96 void setDimensions (int width, int height);
  /external/freetype/src/cache/
ftcmanag.h 157 (a)->height == (b)->height && \
165 (q)->width + (q)->height*7 + \
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageVideoBitmapDecoder.java 34 public Resource<Bitmap> decode(ImageVideoWrapper source, int width, int height) throws IOException {
39 result = streamDecoder.decode(is, width, height);
50 result = fileDescriptorDecoder.decode(fileDescriptor, width, height);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapperResourceDecoder.java 55 public Resource<GifBitmapWrapper> decode(ImageVideoWrapper source, int width, int height) throws IOException {
61 wrapper = decode(source, width, height, tempBytes);
68 private GifBitmapWrapper decode(ImageVideoWrapper source, int width, int height, byte[] bytes) throws IOException {
71 result = decodeStream(source, width, height, bytes);
73 result = decodeBitmapWrapper(source, width, height);
78 private GifBitmapWrapper decodeStream(ImageVideoWrapper source, int width, int height, byte[] bytes)
87 result = decodeGifWrapper(bis, width, height);
94 result = decodeBitmapWrapper(forBitmapDecoder, width, height);
99 private GifBitmapWrapper decodeGifWrapper(InputStream bis, int width, int height) throws IOException {
101 Resource<GifDrawable> gifResource = gifDecoder.decode(bis, width, height);
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/
ftcmanag.h 157 (a)->height == (b)->height && \
165 (q)->width + (q)->height*7 + \
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
CylinderSpawnShapeValue.java 21 float height = spawnHeight + (spawnHeightDiff * spawnHeightValue.getScale(percent)); local
25 float hf = height / 2;
26 float ty = MathUtils.random(height) - hf;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
FloatFrameBuffer.java 32 * @param height the height of the framebuffer in pixels
35 public FloatFrameBuffer (int width, int height, boolean hasDepth) {
36 super(null, width, height, hasDepth);
41 FloatTextureData data = new FloatTextureData(width, height);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
PixelsPerInchTest.java 44 float height = (int)(Gdx.graphics.getPpcY() * 1); local
45 batch.draw(texture, 10, 100, width, height, 0, 0, 64, 32, false, false);
47 "button is 2x1 cm (" + width + "x" + height + "px), ppi: (" + Gdx.graphics.getPpiX() + "," + Gdx.graphics.getPpiY()
  /external/libvncserver/examples/
rotatetemplate.c 7 int i, j, w = screen->width, h = screen->height;
20 screen->height = w;
31 rfbMarkRectAsModified(screen, 0, 0, screen->width, screen->height);
  /external/libvpx/libvpx/vpx_dsp/x86/
halfpix_variance_sse2.c 19 unsigned int height,
24 unsigned int height, int *sum,
28 unsigned int height, int *sum,
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 48 int width, int height, int border) {
51 int aligned_height = (height + 15) & ~15;
79 ybf->y_crop_height = height;
85 ybf->uv_crop_height = (height + 1) / 2;
109 int width, int height, int border) {
112 return vp8_yv12_realloc_frame_buffer(ybf, width, height, border);
138 int width, int height,
151 const int aligned_height = (height + 7) & ~7;
235 ybf->y_crop_height = height;
241 ybf->uv_crop_height = (height + ss_y) >> ss_y
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_vertex_buffers.h 93 unsigned width, height; member in struct:vl_vertex_buffer
110 struct pipe_vertex_buffer vl_vb_upload_pos(struct pipe_context *pipe, unsigned width, unsigned height);
118 unsigned width, unsigned height);
  /external/mesa3d/src/glx/
compsize.c 140 __glImageSize(GLsizei width, GLsizei height, GLsizei depth,
162 if (width < 0 || height < 0 || depth < 0) {
182 return bytes_per_row * height * depth * components;
  /external/opencv3/3rdparty/libwebp/webp/
encode.h 50 int width, int height, int stride,
53 int width, int height, int stride,
56 int width, int height, int stride,
59 int width, int height, int stride,
66 int width, int height, int stride,
69 int width, int height, int stride,
72 int width, int height, int stride,
75 int width, int height, int stride,
257 VP8_ENC_ERROR_BAD_DIMENSION, // picture has invalid width/height
266 // maximum width/height allowed (inclusive), in pixel
281 int width, height; \/\/ dimensions (less or equal to WEBP_MAX_DIMENSION) member in struct:WebPPicture
    [all...]
  /external/opencv3/modules/cudalegacy/test/
TestIntegralImage.cpp 53 height(height_)
64 strOut << "height=" << height << std::endl;
83 Ncv32u heightII = this->height + 1;
85 NCVMatrixAlloc<T_in> d_img(*this->allocatorGPU.get(), this->width, this->height);
87 NCVMatrixAlloc<T_in> h_img(*this->allocatorCPU.get(), this->width, this->height);
99 ncvStat = nppiStIntegralGetSize_8u32u(NcvSize32u(this->width, this->height), &bufSize, this->devProp);
104 ncvStat = nppiStIntegralGetSize_32f32f(NcvSize32u(this->width, this->height), &bufSize, this->devProp);
127 NcvSize32u(this->width, this->height),
135 NcvSize32u(this->width, this->height),
    [all...]
  /external/opencv3/modules/viz/src/
types.cpp 102 CV_Assert(window_size.width > 0 && window_size.height > 0);
107 principal_point_ = Vec2f(static_cast<float>(window_size.width)*0.5f, static_cast<float>(window_size.height)*0.5f);
122 CV_Assert(window_size.width > 0 && window_size.height > 0);
134 principal_point_[1] = fabs(top-bottom) < epsilon ? window_size.height * 0.5 : (top * window_size.height) / (top - bottom);
141 fov_[1] = atan2(principal_point_[1], focal_[1]) + atan2(window_size.height-principal_point_[1], focal_[1]);
148 CV_Assert(window_size.width > 0 && window_size.height > 0);
152 fov_[1] = atan2(cy, fy) + atan2(window_size.height - cy, fy);
165 CV_Assert(window_size.width > 0 && window_size.height > 0);
169 float scaley = static_cast<float>(window_size.height) / static_cast<float>(window_size_.height)
    [all...]
  /external/piex/src/
piex_types.h 33 // Defines the properties of an image. width and height are required for
43 std::uint16_t height = 0; member in struct:piex::Image
49 return width > rhs.width && height > rhs.height;
  /external/skia/debugger/QT/
SkRasterWidget.cpp 24 if (r.width() == 0 || r.height() == 0) {
27 SkImageInfo info = SkImageInfo::MakeN32Premul(r.width(), r.height());
56 info.height(),
  /external/skia/gm/
tiledscaledbitmap.cpp 42 static SkBitmap make_bm(int width, int height) {
44 bm.allocN32Pixels(width, height);
49 canvas.drawCircle(width/2.f, height/2.f, width/4.f, paint);
  /external/skia/src/codec/
SkBmpStandardCodec.cpp 61 if (rows != dstInfo.height()) {
216 const int height = dstInfo.height(); local
217 for (int y = 0; y < height; y++) {
225 uint32_t row = this->getDstRow(y, dstInfo.height());
237 return height;
255 const int remainingScanlines = this->getInfo().height() - startScanline - height;
261 return height;
278 return height;
    [all...]
  /external/skia/src/effects/
SkTestImageFilters.cpp 39 int dstH = SkScalarRoundToInt(src.height() * scale);
66 SkBaseDevice* dev = proxy->createDevice(src.width(), src.height());
72 canvas.drawBitmapRect(tmp, SkRect::MakeIWH(src.width(), src.height()), nullptr);
  /external/skia/src/gpu/
GrRenderTarget.cpp 45 if (!fResolveRect.intersect(0, 0, this->width(), this->height())) {
49 fResolveRect.setLTRB(0, 0, this->width(), this->height());
59 if (!fResolveRect.intersect(0, 0, this->width(), this->height())) {

Completed in 2221 milliseconds

<<41424344454647484950>>