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

  /external/chromium_org/ui/gfx/image/
image_skia_rep.cc 37 int ImageSkiaRep::GetHeight() const {
  /external/chromium_org/android_webview/native/
aw_picture.cc 29 jint AwPicture::GetHeight(JNIEnv* env, jobject obj) {
  /external/chromium_org/ui/gfx/
font.cc 49 int Font::GetHeight() const {
50 return platform_font_->GetHeight();
font_list.cc 168 int FontList::GetHeight() const {
256 descent = std::max(descent, i->GetHeight() - i->GetBaseline());
platform_font_pango.cc 188 int PlatformFontPango::GetHeight() const {
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 {
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 96 int FrameBuffer::GetHeight() const {
  /packages/apps/Camera2/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 96 int FrameBuffer::GetHeight() const {
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 94 int FrameBuffer::GetHeight() const {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.h 61 virtual size_t GetHeight() const { return height_; }
webrtcvideoframe.cc 135 size_t WebRtcVideoFrame::GetHeight() const { return frame()->Height(); }
263 size_t h = GetHeight();
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.h 55 int GetHeight() const { return m_h; }
  /packages/apps/Camera2/jni/feature_stab/src/dbregtest/
PgmImage.h 55 int GetHeight() const { return m_h; }
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.h 55 int GetHeight() const { return m_h; }
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideoframe.h 50 virtual size_t GetHeight() const { return 0; }
  /external/chromium_org/chrome/renderer/
mock_printer.cc 264 int MockPrinter::GetHeight(unsigned int page) const {
  /external/opencv/otherlibs/highgui/
grfmt_base.h 71 int GetHeight() { return m_height; };
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 257 int DownloadShelfGtk::GetHeight() const {
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 277 int DownloadShelfGtk::GetHeight() const {
  /external/libyuv/files/source/
mjpeg_decoder.cc 183 int MJpegDecoder::GetHeight() {
233 return DivideAndRoundUp(GetHeight(), vs);
270 dst_height > GetHeight()) {
290 int skip = (GetHeight() - dst_height) / 2;
359 dst_height > GetHeight()) {
377 int skip = (GetHeight() - dst_height) / 2;
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 391 int BookmarkBarGtk::GetHeight() {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 256 virtual size_t GetHeight() const = 0;
346 virtual size_t GetHeight() const { return 0; }
  /external/chromium_org/chrome/browser/devtools/
devtools_window.cc 468 int DevToolsWindow::GetHeight(int container_height) {
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 336 int BookmarkBarGtk::GetHeight() {
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp     [all...]

Completed in 1010 milliseconds