HomeSort by relevance Sort by last modified time
    Searched refs:width (Results 51 - 75 of 10732) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
MemoryFlyoutPreferences.java 29 public MemoryFlyoutPreferences(int dockLocation, int state, int width) {
32 m_width = width;
60 public void setWidth(int width) {
61 m_width = width;
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SizeReadyCallback.java 11 * @param width The width in pixels of the target.
14 void onSizeReady(int width, int height);
  /external/harfbuzz_ng/util/
ansi-print.hh 34 unsigned int width,
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
SizeByAction.java 28 public void setAmount (float width, float height) {
29 amountWidth = width;
37 public void setAmountWidth (float width) {
38 amountWidth = width;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_other.h 39 unsigned width, unsigned height);
44 unsigned width, unsigned height);
53 unsigned width, unsigned height);
58 unsigned width, unsigned height);
64 unsigned width, unsigned height);
69 unsigned width, unsigned height);
78 unsigned width, unsigned height);
83 unsigned width, unsigned height);
89 unsigned width, unsigned height);
94 unsigned width, unsigned height)
    [all...]
u_format_zs.h 37 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
45 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
49 util_format_z16_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
53 util_format_z16_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
57 util_format_z16_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_z32_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
65 util_format_z32_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
69 util_format_z32_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
73 util_format_z32_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
  /external/webp/src/utils/
quant_levels_dec.h 23 // Apply post-processing to input 'data' of size 'width'x'height' assuming that
28 int WebPDequantizeLevels(uint8_t* const data, int width, int height,
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNILib.java 28 * @param width the current view width
31 public static native void init(int width, int height);
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfLib.java 28 * @param width the current view width
31 public static native void init(int width, int height);
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualLib.java 28 * @param width the current view width
31 public static native void init(int width, int height);
  /external/opencv3/modules/cudev/include/opencv2/cudev/warp/
shuffle.hpp 61 __device__ __forceinline__ uchar shfl(uchar val, int srcLane, int width = warpSize)
63 return (uchar) __shfl((int) val, srcLane, width);
66 __device__ __forceinline__ schar shfl(schar val, int srcLane, int width = warpSize)
68 return (schar) __shfl((int) val, srcLane, width);
71 __device__ __forceinline__ ushort shfl(ushort val, int srcLane, int width = warpSize)
73 return (ushort) __shfl((int) val, srcLane, width);
76 __device__ __forceinline__ short shfl(short val, int srcLane, int width = warpSize)
78 return (short) __shfl((int) val, srcLane, width);
81 __device__ __forceinline__ int shfl(int val, int srcLane, int width = warpSize)
83 return __shfl(val, srcLane, width);
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.h 59 * width: Width of input image
62 static void rgb2yvu(ImageType out, ImageType in, int width, int height);
64 static void rgba2yvu(ImageType out, ImageType in, int width, int height);
73 * width: Width of input image
76 static void yvu2rgb(ImageType out, ImageType in, int width, int height);
77 static void yvu2bgr(ImageType out, ImageType in, int width, int height);
84 * width: Width of input imag
143 unsigned short width; member in struct:__anon2765
    [all...]
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/fmtflags.state/
width_streamsize.pass.cpp 14 // streamsize width(streamsize wide);
32 assert(t.width() == 0);
33 std::streamsize w = t.width(4);
35 assert(t.width() == 4);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.h 35 unsigned width, unsigned height,
44 unsigned width, unsigned height,
53 unsigned width, unsigned height,
  /external/pdfium/samples/
image_diff_png.h 18 int* width,
23 int width,
30 int width,
  /external/skia/src/utils/
SkTextureCompressor_ASTC.h 18 int width, int height, size_t rowBytes);
20 SkBlitter* CreateASTCBlitter(int width, int height, void* outputBuffer,
24 int width, int height, int blockDimX, int blockDimY);
SkTextureCompressor_LATC.h 18 int width, int height, size_t rowBytes);
20 SkBlitter* CreateLATCBlitter(int width, int height, void* outputBuffer,
23 void DecompressLATC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height);
SkTextureCompressor_R11EAC.h 18 int width, int height, size_t rowBytes);
20 SkBlitter* CreateR11EACBlitter(int width, int height, void* outputBuffer,
23 void DecompressR11EAC(uint8_t* dst, int dstRB, const uint8_t* src, int width, int height);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLPaint.java 33 public void setLineWidth(float width) {
34 Assert.assertTrue(width >= 0);
35 mLineWidth = width;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/
width_streamsize.pass.cpp 14 // streamsize width(streamsize wide);
32 assert(t.width() == 0);
33 std::streamsize w = t.width(4);
35 assert(t.width() == 4);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLPaint.java 33 public void setLineWidth(float width) {
34 Assert.assertTrue(width >= 0);
35 mLineWidth = width;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLPaint.java 33 public void setLineWidth(float width) {
34 Utils.assertTrue(width >= 0);
35 mLineWidth = width;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h 59 * width: Width of input image
62 static void rgb2yvu(ImageType out, ImageType in, int width, int height);
64 static void rgba2yvu(ImageType out, ImageType in, int width, int height);
73 * width: Width of input image
76 static void yvu2rgb(ImageType out, ImageType in, int width, int height);
77 static void yvu2bgr(ImageType out, ImageType in, int width, int height);
84 * width: Width of input imag
143 unsigned short width; member in struct:__anon36312
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
warp_shuffle.hpp 55 __device__ __forceinline__ T shfl(T val, int srcLane, int width = warpSize)
58 return __shfl(val, srcLane, width);
63 __device__ __forceinline__ unsigned int shfl(unsigned int val, int srcLane, int width = warpSize)
66 return (unsigned int) __shfl((int) val, srcLane, width);
71 __device__ __forceinline__ double shfl(double val, int srcLane, int width = warpSize)
77 lo = __shfl(lo, srcLane, width);
78 hi = __shfl(hi, srcLane, width);
87 __device__ __forceinline__ T shfl_down(T val, unsigned int delta, int width = warpSize)
90 return __shfl_down(val, delta, width);
95 __device__ __forceinline__ unsigned int shfl_down(unsigned int val, unsigned int delta, int width = warpSize
    [all...]
  /external/libyuv/files/source/
convert.cc 69 int width, int height) {
70 int halfwidth = (width + 1) >> 1;
74 width <= 0 || height == 0) {
90 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
98 // 422 chroma is 1/2 width, 1x height
99 // 420 chroma is 1/2 width, 1/2 height
107 int width, int height) {
108 const int src_uv_width = SUBSAMPLE(width, 1, 1);
115 width, height,
119 // 444 chroma is 1x width, 1x heigh
    [all...]

Completed in 994 milliseconds

1 23 4 5 6 7 8 91011>>