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

<<41424344454647484950>>

  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-alpha3/
ninepatch-25.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-alpha4/
ninepatch-25.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-beta1/
ninepatch-25.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-beta3/
ninepatch-25.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-rc1/
ninepatch-25.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.2/
ninepatch-25.1.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.2.0-alpha1/
ninepatch-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.2.0-alpha3/
ninepatch-25.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.2.0-alpha4/
ninepatch-25.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.2.0-alpha7/
ninepatch-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.2.0-beta1/
ninepatch-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.2.0-beta2/
ninepatch-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.2.0-beta3/
ninepatch-25.2.0-beta3.jar 
  /external/libvpx/libvpx/vpx_dsp/mips/
sad_msa.c 24 int32_t height) {
32 for (ht_cnt = (height >> 2); ht_cnt--;) {
50 int32_t height) {
55 for (ht_cnt = (height >> 2); ht_cnt--;) {
71 int32_t height) {
76 for (ht_cnt = (height >> 2); ht_cnt--;) {
95 int32_t height) {
100 for (ht_cnt = (height >> 2); ht_cnt--;) {
131 int32_t height) {
139 for (ht_cnt = (height >> 1); ht_cnt--;)
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PixmapPacker.java 164 int rectX = (int)rect.x, rectY = (int)rect.y, rectWidth = (int)rect.width, rectHeight = (int)rect.height;
265 (int)rect.height);
435 rect.height += padding;
444 rect.set(node.rect.x, node.rect.y, node.rect.width - padding, node.rect.height - padding);
455 if (node.rect.width == rect.width && node.rect.height == rect.height) return node;
456 if (node.rect.width < rect.width || node.rect.height < rect.height) return null;
462 int deltaHeight = (int)node.rect.height - (int)rect.height;
585 int x, y, height; field in class:PixmapPacker.SkylineStrategy.SkylinePage.Row
    [all...]
  /external/ImageMagick/MagickCore/
widget.c 69 (position.y < (int) (matte_info.y+matte_info.height+matte_info.bevel_width))) \
76 (position.y < (int) (matte_info.y+matte_info.height+matte_info.bevel_width))) \
86 (position.y < (int) window_info.height)) ? MagickTrue : MagickFalse)
119 height;
252 y1=bevel_info->y+bevel_info->height;
346 button_info->x,button_info->y,button_info->width,button_info->height);
354 button_info->height+(button_info->bevel_width << 1)+1);
361 crop_info.height=(unsigned short) button_info->height;
372 y=button_info->y+((button_info->height
116 height; member in struct:_XWidgetInfo
518 height, local
997 height, local
1639 height, local
2903 height; local
3241 height, local
3655 height, local
4246 height, local
5502 height, local
6649 height, local
6769 height, local
7670 height, local
8108 height, local
8452 height, local
8975 height, local
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
NativeRendererOneColorBufferTest.java 81 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
83 mHeight = height;
85 GL2JniLibOne.init(3,1, width, height);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
ImageCompare.java 61 final int height = bitmap1.getHeight(); local
62 final int numPixels = width * height;
65 for (int y = 0; y < height; y++) {
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
ExactComparer.java 37 int height) {
40 for (int y = 0 ; y < height ; y++) {
60 Allocation given, int offset, int stride, int width, int height,
NearPixelComparer.java 32 int height) {
33 for (int y = 0 ; y < height ; y++) {
41 if (x + dx >= width || x + dx < 0 || y + dy >= height || y + dy < 0) {
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayout_LayoutParamsTest.java 49 assertEquals(300, layoutParams.height);
54 assertEquals(300, layoutParams.height);
62 assertEquals(300, layoutParams.height);
66 assertEquals(300, layoutParams.height);
72 assertEquals(300, mockLayoutParams.height);
82 assertEquals(600, mockLayoutParams.height);
87 assertEquals(400, mockLayoutParams.height);
97 assertEquals(TableLayout.LayoutParams.WRAP_CONTENT, mockLayoutParams.height);
102 assertEquals(TableLayout.LayoutParams.MATCH_PARENT, mockLayoutParams.height);
112 assertEquals(TableLayout.LayoutParams.WRAP_CONTENT, mockLayoutParams.height);
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 24 bool FrameBuffer::Init(int width, int height, GLenum format) {
37 height,
65 mHeight = height;
  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
MyGLRenderer.java 78 public void onSurfaceChanged(GL10 gl, int width, int height) {
81 gl.glViewport(0, 0, width, height);
84 float ratio = (float) width / height;
  /device/generic/goldfish/camera/
JpegCompressor.cpp 43 int width, int height, int quality);
71 int height,
77 return (status_t)(*f)(&mStub, image, width, height, quality);
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockRectF.java 59 float h = height();
72 it.bottom = top + height();
81 public float height() { method in class:MockRectF

Completed in 1481 milliseconds

<<41424344454647484950>>