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

1 2

  /frameworks/minikin/libs/minikin/
MinikinFontFreeType.cpp 56 void MinikinFontFreeType::GetBounds(MinikinRect* bounds, uint32_t glyph_id,
  /external/chromium_org/mojo/services/view_manager/
window_tree_host_impl.cc 81 gfx::Rect WindowTreeHostImpl::GetBounds() const {
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record.py 120 def GetBounds(self):
  /frameworks/base/core/jni/android/graphics/
MinikinSkia.cpp 68 void MinikinFontSkia::GetBounds(MinikinRect* bounds, uint32_t glyph_id,
  /external/chromium_org/ash/ime/
infolist_window.cc 46 virtual gfx::Rect GetBounds(const gfx::Rect& anchor_rect,
63 gfx::Rect InfolistBorder::GetBounds(const gfx::Rect& anchor_rect,
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 244 gfx::Rect TouchEditableImplAura::GetBounds() {
  /external/chromium_org/mojo/aura/
window_tree_host_mojo.cc 115 gfx::Rect WindowTreeHostMojo::GetBounds() const {
  /external/chromium_org/ui/aura/
window_tree_host_ozone.cc 59 gfx::Rect WindowTreeHostOzone::GetBounds() const { return bounds_; }
window_tree_host_win.cc 74 gfx::Rect WindowTreeHostWin::GetBounds() const {
remote_window_tree_host_win.cc 219 gfx::Rect RemoteWindowTreeHostWin::GetBounds() const {
window_tree_host_x11.cc 530 gfx::Rect WindowTreeHostX11::GetBounds() const {
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusRegion.h 286 Region::GetBounds(OUT RectF* rect,
295 Region::GetBounds(OUT Rect* rect,
GdiPlusMetaHeader.h 152 VOID GetBounds (OUT Rect *rect) const
GdiPlusBitmap.h 267 Image::GetBounds(
GdiPlusTypes.h 404 VOID GetBounds(OUT RectF* rect) const
607 VOID GetBounds(OUT Rect* rect) const
GdiPlusGraphics.h     [all...]
  /external/chromium_org/chrome/test/base/
test_browser_window.cc 117 gfx::Rect TestBrowserWindow::GetBounds() const {
  /external/chromium_org/apps/ui/views/
native_app_window_views.cc 103 gfx::Rect NativeAppWindowViews::GetBounds() const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 96 void GetBounds(Rect *rect) const
gdiplustypes.h 188 VOID GetBounds(Rect *rect) const {
313 VOID GetBounds(RectF *rect) const {
gdipluspath.h 374 Status GetBounds(RectF *bounds, const Matrix *matrix = NULL,
382 Status GetBounds(Rect *bounds, const Matrix *matrix = NULL,
gdiplusimpl.h 100 __inline__ Status Image::GetBounds(RectF *srcRect, Unit *srcUnit)
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 263 gfx::Rect Panel::GetBounds() const {
790 gfx::Rect bounds = GetBounds();
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 454 // GetBounds and SetBounds work in pixel coordinates, whereas other get/set
457 gfx::Rect DesktopWindowTreeHostWin::GetBounds() const {
478 gfx::Size old_content_size = GetBounds().size();
497 return GetBounds().origin();
549 gfx::Rect bounds_without_expansion = GetBounds();
748 OnHostMoved(GetBounds().origin());
    [all...]

Completed in 1312 milliseconds

1 2