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

1 2 3 4 5 67 8 91011>>

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
SizeToAction.java 34 public void setSize (float width, float height) {
35 endWidth = width;
43 public void setWidth (float width) {
44 endWidth = width;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_etc.h 32 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
35 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
u_format_latc.h 35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
55 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_latc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_latc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_latc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
u_rect.c 49 unsigned width,
68 width = (width + blockwidth - 1)/blockwidth;
77 width *= blocksize;
79 if (width == dst_stride && width == src_stride)
80 memcpy(dst, src, height * width);
83 memcpy(dst, src, width);
96 unsigned width,
104 int blockwidth = desc->block.width;
    [all...]
  /external/mesa3d/src/gallium/targets/graw-null/
graw_null.c 9 unsigned width,
  /external/mesa3d/src/gallium/winsys/sw/fbdev/
fbdev_sw_winsys.h 39 unsigned width, height; member in struct:fbdev_sw_drawable
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tile.h 32 gl_format format, unsigned width, unsigned height);
36 gl_format format, unsigned width, unsigned height);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
VideoQuality.java 21 int width; field in class:VideoQuality
  /external/opencv/cvaux/src/
_cvaux.h 57 return size1.width == size2.width && size1.height == size2.height;
63 return size1.width != size2.width || size1.height != size2.height;
  /external/opencv3/3rdparty/libwebp/utils/
quant_levels_dec.h 23 // Apply post-processing to input 'data' of size 'width'x'height' assuming
26 int DequantizeLevels(uint8_t* const data, int width, int height);
  /external/skia/src/core/
SkBBHFactory.cpp 14 SkScalar aspectRatio = bounds.width() / bounds.height();
  /external/skia/src/gpu/
GrRectanizer_skyline.cpp 12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) {
13 if ((unsigned)width > (unsigned)this->width() ||
19 int bestWidth = this->width() + 1;
25 if (this->rectangleFits(i, width, height, &y)) {
26 // minimize y position first, then width of skyline
38 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
42 fAreaSoFar += width*height;
51 bool GrRectanizerSkyline::rectangleFits(int skylineIndex, int width, int height, int* ypos) const {
53 if (x + width > this->width())
    [all...]
  /external/skia/tests/
ScaleToSidesTest.cpp 51 double width = interestingValues[k]; local
52 double scale = width / ((double)radius1 + (double)radius2);
53 if (width > 0.0) {
58 SkScaleToSides::AdjustRadii(width, scale, &radius1, &radius2);
  /external/webp/src/utils/
filters.h 26 int width, int height, int stride);
quant_levels.h 25 // Replace the input 'data' of size 'width'x'height' with 'num-levels'
29 int QuantizeLevels(uint8_t* const data, int width, int height, int num_levels,
  /external/webrtc/talk/media/webrtc/
webrtcvideoframefactory.h 41 int width,
  /external/webrtc/webrtc/test/
null_platform_renderer.cc 17 size_t width,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InterpolateLuma.c 48 * srcStep -reference frame step, in bytes; must be a multiple of roi.width
50 * roi.width
55 * roi -Dimension of the interpolation region; the parameters roi.width and
60 * pDst -Pointer to the destination frame buffer if roi.width==4, 4-byte
61 * alignment required if roi.width==8, 8-byte alignment required
62 * if roi.width==16, 16-byte alignment required
69 * srcStep or dstStep < roi.width.
71 * roi.width or roi.height is out of range {4, 8, 16}.
72 * roi.width is equal to 4, but pDst is not 4 byte aligned.
73 * roi.width is equal to 8 or 16, but pDst is not 8 byte aligned.
    [all...]
  /frameworks/base/graphics/java/android/graphics/
YuvImage.java 28 * region by left, top, width and height.
56 * The width of the image.
71 * @param width The width of the YuvImage.
75 * padding and derives the row bytes by format and width itself.
76 * @throws IllegalArgumentException if format is not support; width or height <= 0; or yuv is
79 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) {
87 if (width <= 0 || height <= 0) {
89 "width and height must large than 0");
97 mStrides = calculateStrides(width, format)
215 int width = rect.width(); local
    [all...]
  /frameworks/native/opengl/tests/angeles/
app.h 43 extern void appRender(long tick, int width, int height);
  /frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
GLJNILib.java 28 * @param width the current view width
31 public static native void init(int width, int height);
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bvsurfgeom.h 25 unsigned int width; member in struct:bvsurfgeom
  /libcore/ojluni/src/main/java/java/util/
Formattable.java 57 * public void formatTo(Formatter fmt, int f, int width, int precision) {
76 * // apply width and justification
78 * if (len < width)
79 * for (int i = 0; i < width - len; i++)
139 * @param width
142 * <tt>width</tt> then the output will be padded by
144 * equals width. The padding is at the beginning by default. If
146 * padding will be at the end. If <tt>width</tt> is <tt>-1</tt>
151 * The precision is applied before the width, thus the output will
153 * <tt>width</tt> is greater than the <tt>precision</tt>. I
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/
width.pass.cpp 14 // streamsize width() const;
32 assert(t.width() == 0);
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate.cc 27 int width, int height) {
30 uint8* dst, int dst_stride, int width) = TransposeWx8_C;
39 if (IS_ALIGNED(width, 8)) {
47 if (IS_ALIGNED(width, 16)) {
54 if (IS_ALIGNED(width, 4) &&
65 TransposeWx8(src, src_stride, dst, dst_stride, width);
72 TransposeWxH_C(src, src_stride, dst, dst_stride, width, i);
79 int width, int height) {
85 TransposePlane(src, src_stride, dst, dst_stride, width, height);
91 int width, int height)
    [all...]

Completed in 4737 milliseconds

1 2 3 4 5 67 8 91011>>