HomeSort by relevance Sort by last modified time
    Searched refs:GetHeight (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/ui/gfx/
platform_font_win_unittest.cc 21 if (base_font.GetHeight() < target_height) {
24 while (larger_font.GetHeight() <= target_height) {
28 } else if (expected_font.GetHeight() > target_height) {
32 } while (expected_font.GetHeight() > target_height);
45 const int target_height = base_font.GetHeight() + i;
47 ASSERT_LE(expected_font.GetHeight(), target_height);
52 EXPECT_LE(expected_font.GetHeight(), target_height);
59 EXPECT_LE(expected_font.GetHeight(), target_height);
68 EXPECT_EQ(expected_font.GetHeight(), rederived_font.GetHeight());
    [all...]
platform_font.h 40 virtual int GetHeight() const = 0;
font.cc 49 int Font::GetHeight() const {
50 return platform_font_->GetHeight();
font.h 67 int GetHeight() const;
platform_font_ios.h 21 virtual int GetHeight() const OVERRIDE;
platform_font_mac.h 22 virtual int GetHeight() const OVERRIDE;
platform_font_win.cc 93 if (GetHeight() == height && GetStyle() == style)
98 if (GetHeight() > height) {
101 int font_height = font.GetHeight();
105 if (font_height == font.GetHeight() && font_size == font.GetFontSize())
107 font_height = font.GetHeight();
136 int PlatformFontWin::GetHeight() const {
font_unittest.cc 86 ASSERT_GE(cf.GetHeight(), 16);
88 ASSERT_LE(cf.GetHeight(), 26);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
capturerenderadapter.cc 118 iter->render_height != frame->GetHeight();
121 static_cast<int>(frame->GetHeight()), 0)) {
123 iter->render_height = frame->GetHeight();
126 frame->GetWidth() << " x " << frame->GetHeight();
videoframe.cc 59 const size_t height = GetHeight();
91 int32 src_height = static_cast<int>(GetHeight());
101 memcpy(dst_y, GetYPlane(), GetWidth() * GetHeight());
129 size_t src_height = GetHeight();
151 (GetHeight() - src_height) >> 2);
201 dst->GetWidth(), dst->GetHeight(),
226 static_cast<int>(GetHeight()),
230 memset(GetYPlane(), 16, GetWidth() * GetHeight());
fakevideorenderer.h 64 frame->GetHeight() != static_cast<size_t>(height_)) {
93 size_t y_height = frame->GetHeight();
videoframe.h 65 virtual size_t GetHeight() const = 0;
67 size_t GetChromaHeight() const { return (GetHeight() + 1) / 2; }
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 21 int GetHeight() const;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe_unittest.cc 51 EXPECT_EQ(480u, frame.GetHeight());
66 EXPECT_EQ(frame1.GetHeight(), frame2->GetHeight());
  /external/chromium_org/android_webview/native/
aw_picture.h 28 jint GetHeight(JNIEnv* env, jobject obj);
  /external/chromium_org/ui/gfx/image/
image_skia_rep.h 35 int GetHeight() const;
image_skia_rep.cc 37 int ImageSkiaRep::GetHeight() const {
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 24 int GetHeight() const;
  /packages/apps/Camera2/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 24 int GetHeight() const;
  /external/chromium_org/content/renderer/media/
rtc_video_renderer.cc 87 gfx::Size size(frame->GetWidth(), frame->GetHeight());
99 int y_rows = frame->GetHeight();
100 int uv_rows = frame->GetHeight() / 2; // YV12 format.
video_source_handler_unittest.cc 78 EXPECT_EQ(test_frame.GetHeight(), frame->GetHeight());
  /external/chromium_org/ui/base/dragdrop/
drag_utils.cc 58 size().width() - 2, font.GetHeight(), flags);
63 size().width(), font.GetHeight(),
74 const int height = font.GetHeight() + icon.height() +
  /external/chromium_org/ui/base/l10n/
l10n_font_util.cc 28 int height = static_cast<int>(font.GetHeight() * lines);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
gtkvideorenderer.cc 92 frame->GetWidth() * frame->GetHeight() * 4,
107 frame->GetHeight(),
  /external/chromium_org/ash/shell/
lock_view.cc 47 (height() - font_.GetHeight()) / 2,
48 string_width, font_.GetHeight());

Completed in 661 milliseconds

1 2 3 4 5 6 7