/external/chromium_org/skia/ext/ |
bitmap_platform_device_skia.cc | 10 BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height, 13 if (bitmap.tryAllocN32Pixels(width, height, is_opaque)) { 24 int height, 26 BitmapPlatformDevice* device = Create(width, height, is_opaque); 32 BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height, 36 bitmap.setInfo(SkImageInfo::MakeN32(width, height, 57 return BitmapPlatformDevice::Create(info.width(), info.height(), 75 SkCanvas* CreatePlatformCanvas(int width, int height, bool is_opaque, 78 BitmapPlatformDevice::Create(width, height, is_opaque, data)); 87 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_yuv.h | 127 unsigned width, unsigned height); 132 unsigned width, unsigned height); 137 unsigned width, unsigned height); 142 unsigned width, unsigned height); 151 unsigned width, unsigned height); 156 unsigned width, unsigned height); 161 unsigned width, unsigned height); 166 unsigned width, unsigned height); 176 unsigned width, unsigned height); 180 unsigned width, unsigned height); [all...] |
u_format_s3tc.h | 52 int width, int height, 73 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 76 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 82 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 85 util_format_dxt1_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 91 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 94 util_format_dxt3_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 100 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 103 util_format_dxt5_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 109 util_format_dxt1_srgb_unpack_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/auxiliary/util/ |
u_format_yuv.h | 127 unsigned width, unsigned height); 132 unsigned width, unsigned height); 137 unsigned width, unsigned height); 142 unsigned width, unsigned height); 151 unsigned width, unsigned height); 156 unsigned width, unsigned height); 161 unsigned width, unsigned height); 166 unsigned width, unsigned height); 176 unsigned width, unsigned height); 180 unsigned width, unsigned height); [all...] |
u_format_s3tc.h | 52 int width, int height, 73 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 76 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 82 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 85 util_format_dxt1_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 91 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 94 util_format_dxt3_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 100 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 103 util_format_dxt5_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 109 util_format_dxt1_srgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
convert_from_argb.cc | 30 int width, int height) { 36 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { 39 if (height < 0) { 40 height = -height; 41 src_argb = src_argb + (height - 1) * src_stride_argb; 49 width *= height; 50 height = 1; 92 for (y = 0; y < height; ++y) { 109 int width, int height) { [all...] |
planar_functions.cc | 30 int width, int height) { 36 width *= height; 37 height = 1; 73 for (y = 0; y < height; ++y) { 83 int width, int height) { 89 width *= height; 90 height = 1; 122 for (y = 0; y < height; ++y) { 137 int width, int height) { 141 width <= 0 || height == 0) [all...] |
/external/chromium_org/third_party/libyuv/source/ |
convert_from_argb.cc | 30 int width, int height) { 36 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { 39 if (height < 0) { 40 height = -height; 41 src_argb = src_argb + (height - 1) * src_stride_argb; 49 width *= height; 50 height = 1; 87 for (y = 0; y < height; ++y) { 104 int width, int height) { [all...] |
planar_functions.cc | 30 int width, int height) { 36 width *= height; 37 height = 1; 73 for (y = 0; y < height; ++y) { 83 int width, int height) { 89 width *= height; 90 height = 1; 122 for (y = 0; y < height; ++y) { 137 int width, int height) { 141 width <= 0 || height == 0) [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
convert_from_argb.h | 26 int width, int height); 32 int width, int height); 38 int width, int height); 44 int width, int height); 50 int width, int height); 56 int width, int height); 62 int width, int height); 68 int width, int height); 74 int width, int height); 82 int width, int height); [all...] |
/external/chromium_org/third_party/libyuv/include/libyuv/ |
convert_from_argb.h | 26 int width, int height); 32 int width, int height); 38 int width, int height); 44 int width, int height); 50 int width, int height); 56 int width, int height); 62 int width, int height); 68 int width, int height); 74 int width, int height); 82 int width, int height); [all...] |
/external/chromium_org/ui/gfx/geometry/ |
box_f.h | 25 BoxF(float width, float height, float depth) 27 height_(height < 0 ? 0 : height), 30 BoxF(float x, float y, float z, float width, float height, float depth) 33 height_(height < 0 ? 0 : height), 36 BoxF(const Point3F& origin, float width, float height, float depth) 39 height_(height < 0 ? 0 : height), 81 float height() const { return height_; [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
AbstractSlotRenderer.java | 47 Texture content, int width, int height, int rotation) { 52 width = height = Math.min(width, height); 54 canvas.translate(width / 2, height / 2); 56 canvas.translate(-width / 2, -height / 2); 62 (float) height / content.getHeight()); 69 protected void drawVideoOverlay(GLCanvas canvas, int width, int height) { 70 // Scale the video overlay to the height of the thumbnail and put it 73 float scale = (float) height / v.getHeight(); 78 int s = Math.min(width, height) / 6 [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AllocationCopy2DRangeTest.java | 33 int height = random.nextInt(512); local 35 int[] inArray = new int[width * height]; 36 int[] outArray = new int[width * height]; 38 for (int i = 0; i < width * height; i++) { 44 typeBuilder.setX(width).setY(height); 47 mInAllocation.copy2DRangeFrom(0, 0, width, height, inArray); 49 mScript.set_height(height); 57 compareTwoArrays(inArray, outArray, width*height));
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
InvertVerifier.java | 29 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { 30 boolean success = mBitmapVerifier.verify(bitmap, offset, stride, width, height);
|
/developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/ |
AutoFitTextureView.java | 49 * @param height Relative vertical size 51 public void setAspectRatio(int width, int height) { 52 if (width < 0 || height < 0) { 56 mRatioHeight = height; 64 int height = MeasureSpec.getSize(heightMeasureSpec); local 66 setMeasuredDimension(width, height); 68 if (width < height * mRatioWidth / mRatioHeight) { 71 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
|
/developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/ |
AutoFitTextureView.java | 49 * @param height Relative vertical size 51 public void setAspectRatio(int width, int height) { 52 if (width < 0 || height < 0) { 56 mRatioHeight = height; 64 int height = MeasureSpec.getSize(heightMeasureSpec); local 66 setMeasuredDimension(width, height); 68 if (width < height * mRatioWidth / mRatioHeight) { 71 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
|
/developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/ |
AutoFitTextureView.java | 49 * @param height Relative vertical size 51 public void setAspectRatio(int width, int height) { 52 if (width < 0 || height < 0) { 56 mRatioHeight = height; 64 int height = MeasureSpec.getSize(heightMeasureSpec); local 66 setMeasuredDimension(width, height); 68 if (width < height * mRatioWidth / mRatioHeight) { 71 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
|
/developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/ |
AutoFitTextureView.java | 49 * @param height Relative vertical size 51 public void setAspectRatio(int width, int height) { 52 if (width < 0 || height < 0) { 56 mRatioHeight = height; 64 int height = MeasureSpec.getSize(heightMeasureSpec); local 66 setMeasuredDimension(width, height); 68 if (width < height * mRatioWidth / mRatioHeight) { 71 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
|
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/ |
AutoFitTextureView.java | 49 * @param height Relative vertical size 51 public void setAspectRatio(int width, int height) { 52 if (width < 0 || height < 0) { 56 mRatioHeight = height; 64 int height = MeasureSpec.getSize(heightMeasureSpec); local 66 setMeasuredDimension(width, height); 68 if (width < height * mRatioWidth / mRatioHeight) { 71 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
|
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/ |
AutoFitTextureView.java | 49 * @param height Relative vertical size 51 public void setAspectRatio(int width, int height) { 52 if (width < 0 || height < 0) { 56 mRatioHeight = height; 64 int height = MeasureSpec.getSize(heightMeasureSpec); local 66 setMeasuredDimension(width, height); 68 if (width < height * mRatioWidth / mRatioHeight) { 71 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height);
|
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
ListItemObject.java | 21 * a title, an image resource and a default cell height for every item in the ListView. 29 public ListItemObject(String title, int imgResource, int height) { 33 mHeight = height;
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
GLEncoderUtils.cpp | 22 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) 25 return ctx->pixelDataSize(width, height, format, type, pack);
|
/external/chromium_org/cc/test/ |
pixel_test_software_output_device.cc | 13 pixel_size.height() + surface_expansion_size_.height());
|
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/css/ |
status.css | 11 height: 600px;
|