HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 601 - 625 of 11432) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/
plugin_list.css 49 -webkit-transition: height .5s ease-in-out;
54 height: 0;
61 height: auto;
66 height: auto;
70 height: auto;
75 height: auto;
  /external/chromium_org/chrome/test/chromedriver/chrome/
automation_extension.h 40 Status GetWindowSize(int* width, int* height);
43 Status SetWindowSize(int width, int height);
49 Status GetWindowInfo(int* x, int* y, int* width, int* height);
  /external/chromium_org/skia/ext/
bitmap_platform_device_mac.h 37 int width, int height,
42 static BitmapPlatformDevice* CreateAndClear(int width, int height,
48 int width, int height,
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderbuffer.h 48 void setSize(GLsizei width, GLsizei height)
51 m_height = height;
54 GLsizei height() const { return m_height; } function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.h 59 float ry() const { return m_radii.height(); }
63 float height() const { return m_bounds.height(); } function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GradientGeneratedImage.cpp 41 destContext->scale(destRect.width() / srcRect.width(), destRect.height() / srcRect.height());
51 float stepY = srcRect.height() + repeatSpacing.height();
53 int firstRow = static_cast<int>(floorf((((destRect.y() - phase.y()) / scale.height()) - srcRect.y()) / srcRect.height()));
78 float dstY = (srcRect.y() + j * stepY) * scale.height() + phase.y();
85 float dstMaxY = dstY + srcRect.height() * scale.height();
95 visibleSrcRect.setY((tileDstRect.y() - phase.y()) / scale.height() - j * stepY)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
GaneshUtils.cpp 41 if (!bitmap.getTexture() || bitmap.width() != size.width() || bitmap.height() != size.height()) {
50 desc.fHeight = size.height();
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES2.h 20 GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
24 GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height,
28 GLsizei width, GLsizei height);
  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 108 * MCU block height (in pixels) for a given level of chrominance subsampling.
348 * and #tjMCUHeight.) If the image's width or height is not evenly divisible
408 * by the MCU block height (see #tjMCUHeight.)
417 * The height of the cropping region. Setting this to 0 is the equivalent of
418 * setting it to the height of the source JPEG image - y.
456 * @param arrayRegion #tjregion structure containing the width and height of
461 * @param planeRegion #tjregion structure containing the width and height of
528 * @param height height (in pixels) of the source image
562 int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf
    [all...]
  /external/chromium_org/third_party/libyuv/unit_test/
unit_test.cc 38 const char* height = getenv("LIBYUV_HEIGHT"); local
39 if (height) {
40 benchmark_height_ = atoi(height); // NOLINT
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_surface.h 48 uint width, uint height, uint bind,
73 unsigned width, unsigned height);
82 unsigned width, unsigned height);
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glapi.c 76 void apple_glapi_oglfw_viewport_scissor(GLint x, GLint y, GLsizei width, GLsizei height) {
78 __ogl_framework_api->Viewport(x, y, width, height);
79 __ogl_framework_api->Scissor(x, y, width, height);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
readpix.h 38 GLint x, GLint y, GLsizei width, GLsizei height,
44 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height,
48 _mesa_ReadnPixelsARB( GLint x, GLint y, GLsizei width, GLsizei height,
  /external/chromium_org/third_party/skia/samplecode/
SampleUnpremul.cpp 96 SkScalar height = paint.getFontMetrics(NULL); variable
104 canvas->drawText(failure.c_str(), failure.size(), 0, height, paint);
110 header.appendf(" [%dx%d] %s", fBitmap.width(), fBitmap.height(),
112 canvas->drawText(header.c_str(), header.size(), 0, height, paint);
113 canvas->translate(0, height);
117 canvas->drawText(header.c_str(), header.size(), 0, height, paint);
118 canvas->translate(0, height);
121 canvas->drawText(header.c_str(), header.size(), 0, height, paint);
124 canvas->translate(height * 2, height * 2)
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_skyline.h 36 return fAreaSoFar / ((float)this->width() * this->height());
50 // Can a width x height rectangle fit in the free space represented by
54 bool rectangleFits(int skylineIndex, int width, int height, int* y) const;
55 // Update the skyline structure to include a width x height rect located
57 void addSkylineLevel(int skylineIndex, int x, int y, int width, int height);
  /external/chromium_org/third_party/webrtc/test/linux/
glx_renderer.cc 23 GlxRenderer::GlxRenderer(size_t width, size_t height)
25 height_(height),
29 assert(height > 0);
109 size_t height) {
110 GlxRenderer* glx_renderer = new GlxRenderer(width, height);
119 void GlxRenderer::Resize(size_t width, size_t height) {
121 height_ = height;
142 wc.height = static_cast<int>(height);
149 static_cast<size_t>(frame.height()) != height_)
    [all...]
  /external/chromium_org/third_party/webrtc/test/win/
d3d_renderer.h 27 size_t height);
33 D3dRenderer(size_t width, size_t height);
38 void Resize(size_t width, size_t height);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
DropdownDividerDrawable.java 31 mDividerRect.set(0, 0, bounds.width(), mDividerRect.height());
34 public void setHeight(int height) {
35 mDividerRect.set(0, 0, mDividerRect.right, height);
  /external/chromium_org/ui/base/l10n/
l10n_font_util.cc 28 int height = static_cast<int>(font.GetHeight() * lines); local
29 DCHECK_GT(height, 0);
30 return height;
  /external/deqp/framework/common/
tcuSurface.hpp 48 Surface (int width, int height);
51 void setSize (int width, int height);
62 ConstPixelBufferAccess getSubAccess (int x, int y, int width, int height) const;
63 PixelBufferAccess getSubAccess (int x, int y, int width, int height);
109 inline ConstPixelBufferAccess Surface::getSubAccess (int x, int y, int width, int height) const
116 DE_ASSERT(height >= 1);
120 DE_ASSERT(y + height <= m_height);
123 return ConstPixelBufferAccess(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), width, height, 1, m_width*4, 0, ptr);
127 inline PixelBufferAccess Surface::getSubAccess (int x, int y, int width, int height)
134 DE_ASSERT(height >= 1)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.h 48 uint width, uint height, uint bind,
73 unsigned width, unsigned height);
82 unsigned width, unsigned height);
  /external/mesa3d/src/glx/apple/
apple_glapi.c 76 void apple_glapi_oglfw_viewport_scissor(GLint x, GLint y, GLsizei width, GLsizei height) {
78 __ogl_framework_api->Viewport(x, y, width, height);
79 __ogl_framework_api->Scissor(x, y, width, height);
  /external/mesa3d/src/mesa/main/
readpix.h 38 GLint x, GLint y, GLsizei width, GLsizei height,
44 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height,
48 _mesa_ReadnPixelsARB( GLint x, GLint y, GLsizei width, GLsizei height,
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 76 height = 0;
97 int height; // the height of the images received over the socket member in class:CVCapture_Socket
116 height = _height;
117 if (width <= 0 || height <= 0)
119 LOGV("Invalid width or height!");
141 readBufSize = width * height * sizeof(int);
159 height = 0;
187 static IplImage* loadPixels(char* pixels, int width, int height) {
190 IplImage *img = cvCreateImage(cvSize(width, height), IPL_DEPTH_8U, 3)
    [all...]
  /external/skia/include/core/
SkImageInfo.h 131 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) {
133 width, height, ct, at
141 static SkImageInfo MakeN32(int width, int height, SkAlphaType at) {
143 width, height, kN32_SkColorType, at
151 static SkImageInfo MakeN32Premul(int width, int height) {
153 width, height, kN32_SkColorType, kPremul_SkAlphaType
162 return MakeN32Premul(size.width(), size.height());
165 static SkImageInfo MakeA8(int width, int height) {
167 width, height, kAlpha_8_SkColorType, kPremul_SkAlphaType
172 static SkImageInfo MakeUnknown(int width, int height) {
187 int height() const { return fHeight; } function in struct:SkImageInfo
    [all...]

Completed in 491 milliseconds

<<21222324252627282930>>