/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 | 76 int GetHeight() const;
|
platform_font_ios.h | 21 virtual int GetHeight() const OVERRIDE;
|
platform_font_mac.h | 23 virtual int GetHeight() const OVERRIDE;
|
font_unittest.cc | 89 EXPECT_GE(cf.GetHeight(), 16); 91 EXPECT_LE(cf.GetHeight(), 26); 97 EXPECT_GT(cf.GetCapHeight(), cf.GetHeight() / 2);
|
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 {
|
/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();
|
fakevideorenderer.h | 65 frame->GetHeight() != static_cast<size_t>(height_)) { 71 << frame->GetWidth() << "x" << frame->GetHeight(); 101 size_t y_height = 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());
|
videoadapter.cc | 252 static_cast<int>(in_frame->GetHeight()), 284 static_cast<int>(in_frame->GetHeight()), 287 output_format_.height = static_cast<int>(in_frame->GetHeight() * scale + 302 in_frame->GetHeight() != (*out_frame)->GetHeight()) { 310 previous_height_ != (*out_frame)->GetHeight())) { 322 << "x" << in_frame->GetHeight() 325 << "x" << (*out_frame)->GetHeight() 329 previous_height_ = (*out_frame)->GetHeight(); 344 output_frame_->GetHeight() != static_cast<size_t>(output_height)) [all...] |
/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.cc | 31 int ImageSkiaRep::GetHeight() const {
|
image_skia_rep.h | 34 int 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/webrtc/ |
webrtc_video_sink_adapter.cc | 59 gfx::Size size(frame->GetWidth(), frame->GetHeight()); 67 int y_rows = frame->GetHeight(); 68 int uv_rows = frame->GetHeight() / 2; // YV12 format.
|
/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/content/renderer/media/ |
video_source_handler_unittest.cc | 78 EXPECT_EQ(test_frame.GetHeight(), frame->GetHeight());
|
/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());
|