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

<<71727374757677787980>>

  /external/chromium-trace/catapult/third_party/polymer/components/paper-dropdown-menu/
paper-dropdown-menu.css 25 max-height: 2em;
  /external/chromium-trace/catapult/third_party/polymer/components/paper-input/
paper-input-decorator.css 101 height: 0px;
110 height: 1px;
114 height: 2px;
130 height: 20px;
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
track.css 11 height: 12px;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp 95 TestTexture (const tcu::TextureFormat& format, int width, int height, int depth);
96 TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth);
164 TestTexture2D (const tcu::TextureFormat& format, int width, int height);
165 TestTexture2D (const tcu::CompressedTexFormat& format, int width, int height);
180 TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, int arraySize);
181 TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize);
197 TestTexture3D (const tcu::TextureFormat& format, int width, int height, int depth);
198 TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth);
  /external/deqp/framework/egl/
egluNativePixmap.cpp 68 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const
71 return createPixmap(nativeDisplay, width, height);
egluNativePixmap.hpp 81 virtual NativePixmap* createPixmap (NativeDisplay* nativeDisplay, int width, int height) const = 0;
84 virtual NativePixmap* createPixmap (NativeDisplay* nativeDisplay, eglw::EGLDisplay display, eglw::EGLConfig config, const eglw::EGLAttrib* attribList, int width, int height) const;
  /external/deqp/framework/opengl/
gluRenderConfig.hpp 69 int height; member in struct:glu::RenderConfig
86 , height (DONT_CARE)
  /external/deqp/modules/gles3/functional/
es3fFboTestCase.hpp 59 void readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias);
60 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.hpp 59 void readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias);
60 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
TextDisplayPropertyEditor.java 33 public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception {
36 DrawUtils.drawStringCV(gc, text, x, y, width, height);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
CompoundPropertyEditorPresentation.java 54 int height) {
57 int presentationWidth = presentation.show(propertyTable, property, x, y, width, height);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
CacheLoader.java 20 public <Z> Resource<Z> load(Key key, ResourceDecoder<File, Z> decoder, int width, int height) {
28 result = decoder.decode(fromCache, width, height);
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
ResourceLoader.java 31 public DataFetcher<T> getResourceFetcher(Integer model, int width, int height) {
37 return uriLoader.getResourceFetcher(uri, width, height);
UriLoader.java 26 public final DataFetcher<T> getResourceFetcher(Uri model, int width, int height) {
38 result = urlLoader.getResourceFetcher(new GlideUrl(model.toString()), width, height);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
FileDescriptorBitmapDecoder.java 44 public Resource<Bitmap> decode(ParcelFileDescriptor source, int width, int height) throws IOException {
45 Bitmap bitmap = bitmapDecoder.decode(source, bitmapPool, width, height, decodeFormat);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/file/
FileToStreamDecoder.java 34 public Resource<T> decode(File source, int width, int height) throws IOException {
39 result = streamDecoder.decode(is, width, height);
  /external/icu/icu4c/source/samples/layout/
gnomelayout.cpp 36 long height; member in struct:Context
108 context->paragraph->breakLines(context->width, context->height);
207 context->height = event->height;
209 if (context->width > 0 && context->height > 0) {
210 context->paragraph->breakLines(context->width, context->height);
221 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight();
235 context->height = 400;
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3WindowConfiguration.java 49 * @param height
50 * the height of the window (default 480)
52 public void setWindowedMode(int width, int height) {
54 this.windowHeight = height;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCapsuleShape.java 61 public btCapsuleShape(float radius, float height) {
62 this(CollisionJNI.new_btCapsuleShape__SWIG_1(radius, height), true);
btCapsuleShapeX.java 61 public btCapsuleShapeX(float radius, float height) {
62 this(CollisionJNI.new_btCapsuleShapeX(radius, height), true);
btCapsuleShapeZ.java 61 public btCapsuleShapeZ(float radius, float height) {
62 this(CollisionJNI.new_btCapsuleShapeZ(radius, height), true);
btConeShape.java 61 public btConeShape(float radius, float height) {
62 this(CollisionJNI.new_btConeShape(radius, height), true);
btConeShapeX.java 61 public btConeShapeX(float radius, float height) {
62 this(CollisionJNI.new_btConeShapeX(radius, height), true);
btConeShapeZ.java 61 public btConeShapeZ(float radius, float height) {
62 this(CollisionJNI.new_btConeShapeZ(radius, height), true);
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
glu.h 21 inline void gluCylinder (GLUquadric* quad, GLdouble base, GLdouble top, GLdouble height, GLint slices, GLint stacks) {};
22 inline int gluBuild2DMipmaps (GLenum target, GLint components, GLint width, GLint height, GLenum format, GLenum type, const void *data) { return 0;}

Completed in 1588 milliseconds

<<71727374757677787980>>