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

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/util/
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...]
  /external/mesa3d/src/gallium/targets/graw-null/
graw_null.c 10 unsigned height,
  /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 22 int height; 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/skia/include/core/
SkBBHFactory.h 21 virtual SkBBoxHierarchy* operator()(int width, int height) const = 0;
27 virtual SkBBoxHierarchy* operator()(int width, int height) const SK_OVERRIDE;
35 virtual SkBBoxHierarchy* operator()(int width, int height) const SK_OVERRIDE;
61 virtual SkBBoxHierarchy* operator()(int width, int height) const SK_OVERRIDE;
  /external/skia/src/core/
SkBitmap_scroll.cpp 28 int height = this->height(); local
31 if ((dx | dy) == 0 || width <= 0 || height <= 0) {
42 r.set(0, 0, width, height);
71 height += dy;
74 height -= dy;
76 src += (height - 1) * rowBytes;
77 dst += (height - 1) * rowBytes;
97 while (--height >= 0) {
  /external/skia/src/opts/
SkBlitRect_opts_SSE2.h 17 int width, int height,
SkMorphology_opts_SSE2.h 14 int width, int height, int srcStride, int dstStride);
16 int width, int height, int srcStride, int dstStride);
18 int width, int height, int srcStride, int dstStride);
20 int width, int height, int srcStride, int dstStride);
  /external/webp/src/utils/
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,
  /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 29 * @param height the current view height
31 public static native void init(int width, int height);
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bvsurfgeom.h 26 unsigned int height; member in struct:bvsurfgeom
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
RoundedRect.cpp 48 if (!m_topLeft.width() || !m_topLeft.height())
51 if (!m_topRight.width() || !m_topRight.height())
54 if (!m_bottomLeft.width() || !m_bottomLeft.height())
57 if (!m_bottomRight.width() || !m_bottomRight.height())
64 if (m_topLeft.width() > 0 && m_topLeft.height() > 0) {
66 m_topLeft.setHeight(std::max<int>(0, m_topLeft.height() + topWidth));
68 if (m_topRight.width() > 0 && m_topRight.height() > 0) {
70 m_topRight.setHeight(std::max<int>(0, m_topRight.height() + topWidth));
72 if (m_bottomLeft.width() > 0 && m_bottomLeft.height() > 0) {
74 m_bottomLeft.setHeight(std::max<int>(0, m_bottomLeft.height() + bottomWidth))
    [all...]
IntSize.h 46 IntSize(int width, int height) : m_width(width), m_height(height) { }
49 int height() const { return m_height; } function in class:blink::IntSize
52 void setHeight(int height) { m_height = height; }
59 void expand(int width, int height)
62 m_height += height;
97 if (m_height < minimumSize.height())
98 m_height = minimumSize.height();
104 return static_cast<uint64_t>(width()) * height();
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
rotate_argb.cc 47 int width, int height) {
53 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(height, 4) && // Width of dest.
58 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(height, 4) && // Width of dest.
65 ScaleARGBRowDownEven(src, 0, src_pixel_step, dst, height);
73 int width, int height) {
77 src += src_stride * (height - 1);
79 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
84 int width, int height) {
90 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
95 int width, int height) {
    [all...]
  /external/chromium_org/third_party/libyuv/source/
rotate_argb.cc 47 int width, int height) {
53 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(height, 4) && // Width of dest.
58 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(height, 4) && // Width of dest.
65 ScaleARGBRowDownEven(src, 0, src_pixel_step, dst, height);
73 int width, int height) {
77 src += src_stride * (height - 1);
79 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
84 int width, int height) {
90 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
95 int width, int height) {
    [all...]
  /external/libyuv/files/source/
convert_from.cc 34 int width, int height) {
37 width <= 0 || height == 0) {
40 // Negative height means invert the image.
41 if (height < 0) {
42 height = -height;
43 dst_y = dst_y + (height - 1) * dst_stride_y;
44 dst_u = dst_u + (height - 1) * dst_stride_u;
45 dst_v = dst_v + (height - 1) * dst_stride_v;
73 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
    [all...]
rotate_argb.cc 38 int width, int height) {
43 IS_ALIGNED(height, 4) && // width of dest.
51 ScaleARGBRowDownEven(src, 0, src_pixel_step, dst, height);
59 int width, int height) {
63 src += src_stride * (height - 1);
65 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
70 int width, int height) {
76 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
81 int width, int height) {
114 const uint8* src_bot = src + src_stride * (height - 1)
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_skyline.cpp 12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) {
14 (unsigned)height > (unsigned)this->height()) {
21 int bestY = this->height() + 1;
25 if (this->rectangleFits(i, width, height, &y)) {
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 {
62 if (y + height > this->height()) {
    [all...]
  /external/jemalloc/src/
rtree.c 8 unsigned bits_per_level, bits_in_leaf, height, i; local
15 height = 1 + (bits - bits_in_leaf) / bits_per_level;
16 if ((height-1) * bits_per_level + bits_in_leaf != bits)
17 height++;
19 height = 1;
21 assert((height-1) * bits_per_level + bits_in_leaf >= bits);
24 (sizeof(unsigned) * height));
28 height));
37 ret->height = height;
    [all...]
  /external/skia/src/gpu/
GrRectanizer_skyline.cpp 12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) {
14 (unsigned)height > (unsigned)this->height()) {
21 int bestY = this->height() + 1;
25 if (this->rectangleFits(i, width, height, &y)) {
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 {
62 if (y + height > this->height()) {
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 42 int width, int height, boolean reverseHorizontal) {
43 super(width, height);
45 if (left + width > dataWidth || top + height > dataHeight) {
55 reverseHorizontal(width, height);
76 int height = getHeight(); local
80 if (width == dataWidth && height == dataHeight) {
84 int area = width * height;
96 for (int y = 0; y < height; y++) {
111 int height = getHeight(); local
112 int[] pixels = new int[width * height];
    [all...]
  /external/chromium_org/extensions/browser/app_window/
size_constraints.cc 30 size_constraints.height() == kUnboundedSize
32 : size_constraints.height() + frame_insets.height());
39 if (max_size.height() != kUnboundedSize)
40 size.set_height(std::min(size.height(), max_size.height()));
48 min_size.height() != kUnboundedSize;
54 max_size.height() != kUnboundedSize;
70 maximum_size_.height() == kUnboundedSize
72 : std::max(maximum_size_.height(), minimum_size_.height()))
    [all...]

Completed in 846 milliseconds

1 2 3 4 5 67 8 91011>>