/external/chromium_org/third_party/skia/src/core/ |
SkBBHFactory.cpp | 13 SkBBoxHierarchy* SkRTreeFactory::operator()(int width, int height) const { 20 SkIntToScalar(height)); 27 SkBBoxHierarchy* SkTileGridFactory::operator()(int width, int height) const { 29 SkASSERT(fInfo.fMargin.height() >= 0); 35 int yTileCount = (height + fInfo.fTileInterval.height() - 1) / fInfo.fTileInterval.height();
|
/device/asus/flo/camera/hdr/include/ |
morpho_get_image_size.h | 23 * @param height ????
30 morpho_getImageSize(int width, int height, const char *p_format);
36 * @param height ????
43 morpho_getImageSizeY(int width, int height, const char *p_format);
49 * @param height ????
56 morpho_getImageSizeU(int width, int height, const char *p_format);
62 * @param height ????
69 morpho_getImageSizeV(int width, int height, const char *p_format);
75 * @param height ????
82 morpho_getImageSizeUV(int width, int height, const char *p_format); [all...] |
morpho_noise_reduction_ext.h | 13 int height,
|
/device/lge/hammerhead/camera/hdr/include/ |
morpho_get_image_size.h | 23 * @param height ????
30 morpho_getImageSize(int width, int height, const char *p_format);
36 * @param height ????
43 morpho_getImageSizeY(int width, int height, const char *p_format);
49 * @param height ????
56 morpho_getImageSizeU(int width, int height, const char *p_format);
62 * @param height ????
69 morpho_getImageSizeV(int width, int height, const char *p_format);
75 * @param height ????
82 morpho_getImageSizeUV(int width, int height, const char *p_format); [all...] |
/device/lge/mako/camera/hdr/include/ |
morpho_get_image_size.h | 23 * @param height ????
30 morpho_getImageSize(int width, int height, const char *p_format);
36 * @param height ????
43 morpho_getImageSizeY(int width, int height, const char *p_format);
49 * @param height ????
56 morpho_getImageSizeU(int width, int height, const char *p_format);
62 * @param height ????
69 morpho_getImageSizeV(int width, int height, const char *p_format);
75 * @param height ????
82 morpho_getImageSizeUV(int width, int height, const char *p_format); [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ColorSpace.java | 31 * The input data is expected to be laid out in 3 planes. The width x height Y plane, followed 39 * @param height the height of the image (must be a multiple of 2) 42 ByteBuffer input, ByteBuffer output, int width, int height) { 43 expectInputSize(input, (3 * width * height) / 2); 44 expectOutputSize(output, width * height * 4); 45 nativeYuv420pToRgba8888(input, output, width, height); 58 * @param height the height of the image 61 ByteBuffer input, ByteBuffer output, int width, int height) { [all...] |
/hardware/samsung_slsi/exynos5/include/ |
swconverter.h | 119 * real height of yuv420[in] 127 unsigned int height); 144 * real height of yuv420s[in] 151 unsigned int height); 171 * real height of yuv420p[in] 178 unsigned int height); 196 * real height of yuv420[in] 204 unsigned int height); 224 * real height of yuv420[in] 232 unsigned int height); [all...] |
/external/skia/src/core/ |
SkBBHFactory.cpp | 15 SkBBoxHierarchy* SkQuadTreeFactory::operator()(int width, int height) const { 16 return SkNEW_ARGS(SkQuadTree, (SkIRect::MakeWH(width, height))); 19 SkBBoxHierarchy* SkRTreeFactory::operator()(int width, int height) const { 26 SkIntToScalar(height)); 33 SkBBoxHierarchy* SkTileGridFactory::operator()(int width, int height) const { 35 SkASSERT(fInfo.fMargin.height() >= 0); 41 int yTileCount = (height + fInfo.fTileInterval.height() - 1) / fInfo.fTileInterval.height();
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFloatRect.h | 50 float height; member in struct:blink::WebFloatRect 52 bool isEmpty() const { return width <= 0 || height <= 0; } 58 , height(0) 62 WebFloatRect(float x, float y, float width, float height) 66 , height(height) 75 , height(r.height()) 84 height = r.height(); [all...] |
WebRect.h | 50 int height; member in struct:blink::WebRect 52 bool isEmpty() const { return width <= 0 || height <= 0; } 58 , height(0) 62 WebRect(int x, int y, int width, int height) 66 , height(height) 75 , height(r.height()) 84 height = r.height(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
ImageData.idl | 32 Constructor(unsigned long width, unsigned long height), 33 Constructor(Uint8ClampedArray data, unsigned long width, [Default=Undefined] optional unsigned long height), 39 readonly attribute long height;
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
LayoutSize.h | 48 LayoutSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { } 49 LayoutSize(LayoutUnit width, LayoutUnit height) : m_width(width), m_height(height) { } 51 explicit LayoutSize(const FloatSize& size) : m_width(size.width()), m_height(size.height()) { } 54 LayoutUnit height() const { return m_height; } function in class:blink::LayoutSize 57 void setHeight(LayoutUnit height) { m_height = height; } 64 void expand(LayoutUnit width, LayoutUnit height) 67 m_height += height; 70 void shrink(LayoutUnit width, LayoutUnit height) [all...] |
/external/chromium_org/chrome/browser/resources/print_preview/settings/ |
color_settings.css | 6 height: 28px;
|
layout_settings.css | 6 height: 28px;
|
margin_settings.css | 6 height: 28px;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/ |
popup.css | 14 height: 512px;
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
device_metrics.h | 9 DeviceMetrics(int width, int height, double device_scale_factor); 13 int height; member in struct:DeviceMetrics
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/ |
bilinearfilter_arm.h | 24 unsigned int height, 34 unsigned int height,
|
/external/chromium_org/third_party/skia/src/opts/ |
SkMorphology_opts_neon.h | 9 int width, int height, int srcStride, int dstStride); 11 int width, int height, int srcStride, int dstStride); 13 int width, int height, int srcStride, int dstStride); 15 int width, int height, int srcStride, int dstStride);
|
/external/chromium_org/ui/views/controls/menu/ |
menu_separator_views.cc | 29 int height = menu_config.separator_height; local 32 height = menu_config.separator_spacing_height; 35 height = menu_config.separator_lower_height; 38 height = menu_config.separator_upper_height; 41 height = menu_config.separator_height; 45 height); 52 pos = height() - kSeparatorHeight; 59 pos = height() / 2;
|
/external/libvpx/libvpx/vp8/common/arm/ |
bilinearfilter_arm.h | 24 unsigned int height, 34 unsigned int height,
|
/external/replicaisland/src/com/replica/replicaisland/ |
Texture.java | 29 public int height; field in class:Texture 41 height = 0;
|
/external/skia/src/opts/ |
SkMorphology_opts_neon.h | 9 int width, int height, int srcStride, int dstStride); 11 int width, int height, int srcStride, int dstStride); 13 int width, int height, int srcStride, int dstStride); 15 int width, int height, int srcStride, int dstStride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/ |
bilinearfilter_arm.h | 24 unsigned int height, 34 unsigned int height,
|
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
GL2JNILib.java | 29 * @param height the current view height 31 public static native void init(int width, int height);
|