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

1 2

  /external/chromium_org/ui/gfx/image/
image_skia_rep.cc 32 int ImageSkiaRep::GetHeight() const {
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 96 int FrameBuffer::GetHeight() const {
  /external/chromium_org/android_webview/native/
aw_picture.cc 29 jint AwPicture::GetHeight(JNIEnv* env, jobject obj) {
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
yuvframegenerator.h 38 int GetHeight() { return height_; }
nullvideoframe.h 50 virtual size_t GetHeight() const { return 0; }
  /external/chromium_org/ui/gfx/
font.cc 45 int Font::GetHeight() const {
46 return platform_font_->GetHeight();
font_list.cc 84 font_list.GetCapHeight() : font_list.GetHeight());
86 const int space_at_bottom = height - (y_offset + font_list.GetHeight());
94 int FontList::GetHeight() const {
95 return impl_->GetHeight();
font_list_impl.cc 142 int FontListImpl::GetHeight() const {
231 descent = std::max(descent, i->GetHeight() - i->GetBaseline());
  /packages/apps/Camera/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 {
  /development/perftests/panorama/feature_stab/src/dbregtest/
PgmImage.h 55 int GetHeight() const { return m_h; }
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.h 54 virtual size_t GetHeight() const { return height_; }
webrtcvideoframe.cc 169 size_t WebRtcVideoFrame::GetHeight() const { return frame()->Height(); }
  /packages/apps/Camera/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; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluslinecaps.h 67 REAL GetHeight() const
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusFont.h 244 Font::GetHeight(IN const Graphics *graphics) const
258 Font::GetHeight(IN REAL dpi = 0) const
GdiPlusLineCaps.h 182 REAL GetHeight() const
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.cpp 141 FX_INT32 CFPF_SkiaFont::GetHeight() const
  /external/chromium_org/chrome/renderer/printing/
mock_printer.cc 256 int MockPrinter::GetHeight(unsigned int page) const {
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
BaseContext.cpp 241 void BaseContext::GetHeight(Local<String> name,
275 GetHeight);
  /external/opencv/otherlibs/highgui/
grfmt_base.h 71 int GetHeight() { return m_height; };
  /external/skia/experimental/SkV8Example/
BaseContext.cpp 241 void BaseContext::GetHeight(Local<String> name,
275 GetHeight);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 166 int MJpegDecoder::GetHeight() {
216 return DivideAndRoundUp(GetHeight(), vs);
244 dst_height > GetHeight()) {
264 int skip = (GetHeight() - dst_height) / 2;
336 dst_height > GetHeight()) {
354 int skip = (GetHeight() - dst_height) / 2;
  /external/chromium_org/third_party/libyuv/source/
mjpeg_decoder.cc 166 int MJpegDecoder::GetHeight() {
216 return DivideAndRoundUp(GetHeight(), vs);
244 dst_height > GetHeight()) {
264 int skip = (GetHeight() - dst_height) / 2;
336 dst_height > GetHeight()) {
354 int skip = (GetHeight() - dst_height) / 2;

Completed in 2720 milliseconds

1 2