/device/generic/goldfish/camera/ |
JpegStub.cpp | 37 int width, int height, int quality) 42 offsets[1] = width * height; 48 if (encoder->encode(stream, pY, width, height, offsets, quality)) { 50 __FUNCTION__, (width * height * 12) / 8, 51 width, height, stream->getOffset());
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_bounds_animation.cc | 32 if (initial_bounds.height() > final_bounds.height() && 35 panel_->TitleOnlyHeight() - final_bounds.height(); 36 double distance_y = initial_bounds.height() - final_bounds.height();
|
/external/chromium_org/chrome/utility/ |
chrome_content_utility_client_unittest.cc | 14 int height, 18 bitmap.allocN32Pixels(width, height); 26 height, 30 LOG(ERROR) << "Unable to encode " << width << "x" << height << " bitmap"; local 47 // Approx max height for 3:2 image that will fit in IPC message; 48 // 1.5 for width/height ratio, 4 for bytes/pixel 69 EXPECT_EQ(heights[i] >> i, bitmap.height());
|
/external/chromium_org/content/child/ |
touch_fling_gesture_curve_unittest.cc | 30 cumulative_delta_.height += delta.height; 60 EXPECT_EQ(target.current_velocity().height, 0); 65 EXPECT_EQ(target.cumulative_delta().height, 0); 67 EXPECT_EQ(target.current_velocity().height, 0);
|
/external/chromium_org/content/renderer/pepper/ |
gfx_conversion.h | 30 return gfx::Rect(r.point.x, r.point.y, r.size.width, r.size.height); 34 return gfx::RectF(r.point.x, r.point.y, r.size.width, r.size.height); 38 return PP_MakeRectFromXYWH(r.x(), r.y(), r.width(), r.height()); 42 return gfx::Size(s.width, s.height); 46 return PP_MakeSize(s.width(), s.height());
|
/external/chromium_org/remoting/host/ |
screen_resolution.cc | 32 int64 height = dimensions_.height(); local 37 height = std::min(height * new_dpi.y() / dpi_.y(), 39 return webrtc::DesktopSize(width, height);
|
/external/chromium_org/skia/ext/ |
bitmap_platform_device_win.cc | 19 HBITMAP CreateHBitmap(int width, int height, bool is_opaque, 23 if ((width == 0) || (height == 0)) { 25 height = 1; 31 hdr.biHeight = -height; // minus means top-down bitmap 105 static bool InstallHBitmapPixels(SkBitmap* bitmap, int width, int height, 108 const SkImageInfo info = SkImageInfo::MakeN32(width, height, at); 121 int height, 126 HBITMAP hbitmap = CreateHBitmap(width, height, is_opaque, shared_section, 132 if (!InstallHBitmapPixels(&bitmap, width, height, is_opaque, data, hbitmap)) 149 BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height, [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
compare.h | 33 int width, int height); 43 int width, int height); 52 int width, int height); 57 int width, int height); 66 int width, int height);
|
format_conversion.h | 27 int width, int height); 34 int width, int height); 41 int width, int height); 48 int width, int height); 59 int width, int height, 68 int width, int height); 75 int width, int height); 82 int width, int height); 89 int width, int height); 100 int width, int height, [all...] |
/external/chromium_org/third_party/libyuv/include/libyuv/ |
compare.h | 33 int width, int height); 43 int width, int height); 52 int width, int height); 57 int width, int height); 66 int width, int height);
|
format_conversion.h | 27 int width, int height); 34 int width, int height); 41 int width, int height); 48 int width, int height); 59 int width, int height, 68 int width, int height); 75 int width, int height); 82 int width, int height); 89 int width, int height); 100 int width, int height, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_box.h | 15 box->height = 1; 30 box->height = h; 43 box->height = h; 59 box->height = h; 76 box->height = h;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/ |
test_surface.c | 34 const unsigned int width = 16, height = 16; local 51 height, 71 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); 85 /* Test width & height assigned and correct */ 86 assert(surface.width == width && surface.height == height);
|
/external/chromium_org/third_party/skia/include/core/ |
SkPictureRecorder.h | 32 SkCanvas* beginRecording(int width, int height, 35 return this->beginRecording(SkIntToScalar(width), SkIntToScalar(height), 42 @param height the height of the cull rect used when recording this picture. 47 SkCanvas* beginRecording(SkScalar width, SkScalar height, 57 SkCanvas* DEPRECATED_beginRecording(SkScalar width, SkScalar height, 62 SkCanvas* EXPERIMENTAL_beginRecording(SkScalar width, SkScalar height,
|
/external/chromium_org/third_party/skia/src/utils/ |
SkTextureCompressor.h | 52 // Returns the size of the compressed data given the width, height, and 53 // desired compression format. If the width and height are not an appropriate 55 int GetCompressedDataSize(Format fmt, int width, int height); 64 // large enough to hold width*height pixels. The dst data is expected to 67 int width, int height, int rowBytes, Format format, 71 // destination buffer. The width and height of the data passed corresponds 72 // to the width and height of the uncompressed image. The destination buffer (dst) 82 int width, int height, Format format); 88 int width, int height, int rowBytes); 106 SkBlitter* CreateBlitterForFormat(int width, int height, void* compressedBuffer [all...] |
/external/chromium_org/third_party/webrtc/tools/frame_analyzer/ |
video_quality_analysis.h | 54 const char* stats_file_name, int width, int height, 63 int width, int height); 86 // Calculates the size of a I420 frame if given the width and height. 87 int GetI420FrameSize(int width, int height); 101 bool ExtractFrameFromYuvFile(const char* i420_file_name, int width, int height, 106 bool ExtractFrameFromY4mFile(const char* i420_file_name, int width, int height,
|
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/ |
rootUi.css | 14 height: 100%; 23 line-height: 1em; 68 height: 2em; 69 line-height: 2em; 86 height: auto; 97 line-height: 1.5em; 120 height: auto; 121 max-height: 30%; 124 line-height: 1.5em; 133 height: 20em [all...] |
/external/chromium_org/ui/gfx/geometry/ |
size.h | 26 // A size has width and height values. 30 Size(int width, int height) : SizeBase<Size, int>(width, height) {} 48 return SizeF(width(), height()); 55 return lhs.width() == rhs.width() && lhs.height() == rhs.height();
|
/external/chromium_org/ui/message_center/views/ |
message_bubble_base.cc | 56 void MessageBubbleBase::SetMaxHeight(int height) { 57 // Maximum height makes sense only for the new design. 58 if (height == 0) 59 height = kMessageBubbleBaseDefaultMaxHeight; 60 if (height == max_height_) 63 max_height_ = height;
|
/external/chromium_org/ui/views/controls/ |
single_split_view.cc | 70 int height = 0; local 76 height = std::max(height, pref.height()); 79 height += pref.height(); 85 height += GetDividerSize(); 86 return gfx::Size(width, height); 118 divider_at = GetPrimaryAxisSize(bounds.width(), bounds.height()); 130 *leading_bounds = gfx::Rect(0, 0, divider_at, bounds.height()); [all...] |
/external/libyuv/files/include/libyuv/ |
compare.h | 33 int width, int height); 43 int width, int height); 52 int width, int height); 57 int width, int height); 66 int width, int height);
|
convert.h | 36 int width, int height); 46 int width, int height); 56 int width, int height); 66 int width, int height); 74 int width, int height); 83 int width, int height); 91 int width, int height); 100 int width, int height); 108 int width, int height); 116 int width, int height); [all...] |
format_conversion.h | 27 int width, int height); 34 int width, int height); 41 int width, int height); 48 int width, int height); 59 int width, int height, 68 int width, int height); 75 int width, int height); 82 int width, int height); 89 int width, int height); 100 int width, int height, [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_box.h | 15 box->height = 1; 30 box->height = h; 43 box->height = h; 59 box->height = h; 76 box->height = h;
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
test_surface.c | 34 const unsigned int width = 16, height = 16; local 51 height, 71 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); 85 /* Test width & height assigned and correct */ 86 assert(surface.width == width && surface.height == height);
|