Searched refs:GetHeight (Results 101 - 125 of 170) sorted by relevance

1234567

/external/opencv/otherlibs/highgui/
H A Dloadsave.cpp414 size.height = reader->GetHeight();
/external/pdfium/core/include/fxcodec/
H A Dfx_codec.h111 virtual int GetHeight() = 0;
/external/pdfium/core/src/fxcodec/codec/
H A Dcodec_int.h47 int GetHeight() function in class:CCodec_ScanlineDecoder
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_engine.cpp219 m_SrcHeight = pSrcBitmap->GetHeight();
784 if (m_pSource->GetWidth() * m_pSource->GetHeight() < MAX_PROGRESSIVE_STRETCH_PIXELS) {
828 if (m_pSource->GetWidth() * m_pSource->GetHeight() < MAX_PROGRESSIVE_STRETCH_PIXELS) {
840 int src_width = m_pSource->GetWidth(), src_height = m_pSource->GetHeight();
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.cc851 text_bounds + gfx::Vector2d(0, font_list.GetHeight()),
1008 (subtitle_.empty() ? 0 : font_list.GetHeight()) +
1009 font_list.GetHeight() + GetBottomMargin() + GetTopMargin());
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp102 int height = pBitmap->GetHeight(), pitch = pBitmap->GetPitch(), width = pBitmap->GetWidth();
142 if (top_line == 0 && bottom_line == pBitmap->GetHeight() - 1) {
511 glyph.m_pGlyph->m_Bitmap.GetWidth(), glyph.m_pGlyph->m_Bitmap.GetHeight(),
H A Dfpdf_render.cpp955 FX_RECT rect(0, 0, device.GetWidth(), device.GetHeight());
1392 m_pDevice->CreateCompatibleBitmap(&buffer, m_pBitmap->GetWidth(), m_pBitmap->GetHeight());
1394 buffer.CompositeBitmap(0, 0, buffer.GetWidth(), buffer.GetHeight(), m_pBitmap, 0, 0);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusHeaders.h315 REAL GetHeight(IN const Graphics *graphics = NULL) const;
317 REAL GetHeight(IN REAL dpi) const;
499 UINT GetHeight();
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_ps.cpp312 CFX_AffineMatrix matrix((FX_FLOAT)(pSource->GetWidth()), 0.0f, 0.0f, -(FX_FLOAT)(pSource->GetHeight()),
313 (FX_FLOAT)(left), (FX_FLOAT)(top + pSource->GetHeight()));
346 int height = pSource->GetHeight();
H A Dfx_ge_font.cpp376 int CFX_Font::GetHeight() function in class:CFX_Font
H A Dfx_ge_text.cpp32 int char_bottom = char_top + (int)(pGlyph->m_Bitmap.GetHeight() / retinaScaleY);
296 pGlyph->GetWidth(), pGlyph->GetHeight(), pGlyph, 0, 0);
346 int nrows = pGlyph->GetHeight();
374 if (dest_row < 0 || dest_row >= bitmap.GetHeight()) {
687 if (dest_row < 0 || dest_row >= bitmap.GetHeight()) {
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp485 pDst->Create(pBitmap->GetWidth(), pBitmap->GetHeight(),FXDIB_Rgb32);
486 FXSYS_memcpy(pDst->GetBuffer(), pBitmap->GetBuffer(), pBitmap->GetPitch()*pBitmap->GetHeight());
764 return ((CFX_DIBitmap*)bitmap)->GetHeight();
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp310 int src_height = pSource->GetHeight();
348 int src_width = pBitmap->GetWidth(), src_height = pBitmap->GetHeight();
554 GpStatus status = CallFunc(GdipCreateBitmapFromScan0)(pBitmap->GetWidth(), pBitmap->GetHeight(),
711 } else if (pBitmap->GetWidth() > abs(dest_width) / 2 || pBitmap->GetHeight() > abs(dest_height) / 2) {
716 FX_RECT src_rect(0, 0, pBitmap->GetWidth(), pBitmap->GetHeight());
H A Dfx_win32_dib.cpp24 pbmih->biHeight = -(int)pBitmap->GetHeight();
H A Dfx_win32_dwrite.cpp192 hr = pGdiInterop->CreateBitmapRenderTarget(NULL, pBitmap->GetWidth(), pBitmap->GetHeight(),
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dtestutils.cc322 for (size_t i = 0; i < frame0->GetHeight(); ++i) {
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoframe.cc169 size_t WebRtcVideoFrame::GetHeight() const { return frame()->Height(); } function in class:cricket::WebRtcVideoFrame
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dmedia_opt_test.cc417 _height = (*it)->GetHeight();
/external/chromium_org/ui/gfx/
H A Dcanvas_skia.cc202 *height = font_list.GetHeight();
H A Drender_text_mac.cc150 CGFloat font_list_height = font_list().GetHeight();
H A Dtext_elider_unittest.cc478 const int line_height = font_list.GetHeight();
542 const int line_height = font_list.GetHeight();
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.cc137 int line_height = std::max(font_list().GetHeight(),
/external/chromium_org/v8/src/compiler/
H A Dcode-generator.cc321 static_cast<unsigned int>(descriptor->GetHeight(state_combine)));
/external/pdfium/core/include/fxge/
H A Dfx_font.h110 int GetHeight();
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.cc82 row_height_(font_list_.GetHeight() + kTextVerticalPadding * 2) {
732 -(empty_editor_size_.height() - font_list_.GetHeight()) / 2);

Completed in 542 milliseconds

1234567