| /external/ImageMagick/PerlMagick/demo/ |
| pixel-fx.pl | 33 my ($width, $height) = $dest->Get('width', 'height'); 35 for( my $j = 0; $j < $height; $j++ ) {
|
| steganography.pl | 10 ($width, $height)=$watermark->Get('width','height'); 22 $size="$width" . "x" . "$height" . "+91";
|
| /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
| SizeMetrics.java | 31 * @param height Height value used algorithm to calculate the height of the associated widget(s).
32 * @param heightLayoutType Algorithm used to calculate the height of the associated widget(s).
36 public SizeMetrics(float height, SizeLayoutType heightLayoutType, float width, SizeLayoutType widthLayoutType) {
37 heightMetric = new SizeMetric(height, heightLayoutType);
65 * Calculates a RectF with calculated width and height. The top-left corner is set to 0,0.
74 heightMetric.getPixelValue(canvasRect.height()));
84 heightMetric.getPixelValue(canvasRect.height()));
|
| /external/clang/test/PCH/ |
| cxx-implicit-moves.cpp | 11 double height; member in struct:NSSize
|
| /external/clang/test/Sema/ |
| init-struct-qualified.c | 5 typedef struct _NSSize { CGFloat width; CGFloat height; } NSSize; member in struct:_NSSize
|
| /external/drm_hwcomposer/ |
| drmhwcgralloc.h | 57 uint32_t height; member in struct:hwc_drm_bo
|
| /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
| SelfOrientingSashForm.java | 21 * automatically reset its orientation based on the relationship between the width and height of the 128 if (area.width > 0 && area.height > 0) { 131 if (area.width < area.height) { 144 if (area.width > 0 && area.height > 0 && area.width < area.height) {
|
| /external/glide/library/src/main/java/com/bumptech/glide/ |
| DownloadOptions.java | 25 * @param height The height in pixels to use to fetch the data. 28 FutureTarget<File> downloadOnly(int width, int height);
|
| /external/glide/library/src/main/java/com/bumptech/glide/load/ |
| ResourceDecoder.java | 22 * Note - The {@code width} and {@code height} arguments are hints only, 30 * @param height The ideal height in pixels of the decoded resource. 33 Resource<Z> decode(T source, int width, int height) throws IOException;
|
| /external/glide/library/src/main/java/com/bumptech/glide/load/model/ |
| ModelLoader.java | 41 * @param height The height in pixels of the view or target the resource will be loaded into 45 DataFetcher<Y> getResourceFetcher(T model, int width, int height);
|
| /external/icu/icu4c/source/samples/layout/ |
| RenderingSurface.h | 27 const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height) = 0;
|
| Surface.h | 13 le_int32 x, le_int32 y, le_int32 width, le_int32 height);
|
| rsurface.h | 17 const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height);
|
| /external/libdrm/tests/util/ |
| pattern.c | 79 unsigned int height, unsigned int stride) 116 for (y = 0; y < height * 6 / 9; ++y) { 122 for (; y < height * 7 / 9; ++y) { 128 for (; y < height; ++y) { 140 for (y = 0; y < height / ysub * 6 / 9; ++y) { 149 for (; y < height / ysub * 7 / 9; ++y) { 158 for (; y < height / ysub; ++y) { 181 unsigned int width, unsigned int height, 220 for (y = 0; y < height * 6 / 9; ++y) { 226 for (; y < height * 7 / 9; ++y) [all...] |
| /external/libgdx/gdx/src/com/badlogic/gdx/ |
| ScreenAdapter.java | 27 public void resize (int width, int height) {
|
| /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/ |
| TransformDrawable.java | 8 public void draw (Batch batch, float x, float y, float originX, float originY, float width, float height, float scaleX,
|
| /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/utils/ |
| ShadowMapAllocator.java | 27 public int x, y, width, height; field in class:ShadowMapAllocator.ShadowMapRegion 45 /** Return shadow map height.
|
| /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/utils/ |
| GdxTest.java | 44 public void resize (int width, int height) {
|
| /external/libvpx/libvpx/vp8/common/ |
| alloccommon.h | 24 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height);
|
| /external/libvpx/libvpx/vp9/decoder/ |
| vp9_decodeframe.h | 26 int *width, int *height);
|
| /external/libvpx/libvpx/vpx_scale/ |
| yv12config.h | 70 int width, int height, int border); 72 int width, int height, int border); 76 int width, int height, int ss_x, int ss_y, 90 int width, int height, int ss_x, int ss_y,
|
| /external/mesa3d/src/egl/wayland/wayland-egl/ |
| wayland-egl-priv.h | 21 int height; member in struct:wl_egl_window
|
| /external/mesa3d/src/gallium/auxiliary/util/ |
| u_framebuffer.h | 52 unsigned *height);
|
| /external/mesa3d/src/gallium/auxiliary/vl/ |
| vl_decoder.h | 48 unsigned width, unsigned height, unsigned max_references,
|
| /external/mesa3d/src/gbm/main/ |
| gbmint.h | 66 uint32_t width, uint32_t height, 75 uint32_t width, uint32_t height, 92 uint32_t height; member in struct:gbm_bo 103 uint32_t height; member in struct:gbm_surface
|