HomeSort by relevance Sort by last modified time
    Searched refs:OffsetY (Results 1 - 11 of 11) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.h 66 int OffsetX, OffsetY ;
87 #define OffsetY (this -> hidden -> OffsetY)
SDL_nximage.c 50 dest = fbinfo.winpixels + (((y+OffsetY) * fbinfo.pitch) +
109 GrArea (FSwindow, SDL_GC, x + OffsetX, y + OffsetY, w, h, Image_buff,
170 OffsetY = (si.rows - screen -> h) / 2 ;
207 dest = fbinfo.winpixels + ((OffsetY * fbinfo.pitch) +
220 GrArea (FSwindow, SDL_GC, OffsetX, OffsetY, this -> screen -> w,
SDL_nxevents.c 166 if (x < OffsetX || y < OffsetY || x > OffsetX + this -> screen -> w ||
167 y > OffsetY + this -> screen -> h)
219 event.button.y - OffsetY) ;
252 event.button.x - OffsetX, event.button.y - OffsetY) ;
269 event.button.x - OffsetX, event.button.y - OffsetY) ;
  /external/chromium_org/chrome/browser/ui/views/infobars/
confirm_infobar.cc 49 label_->SetPosition(gfx::Point(x, OffsetY(label_)));
54 ok_button_->SetPosition(gfx::Point(x, OffsetY(ok_button_)));
59 cancel_button_->SetPosition(gfx::Point(x, OffsetY(cancel_button_)));
61 link_->SetPosition(gfx::Point(EndX() - link_->width(), OffsetY(link_)));
alternate_nav_infobar_view.cc 68 label_1_->SetPosition(gfx::Point(StartX(), OffsetY(label_1_)));
69 link_->SetPosition(gfx::Point(label_1_->bounds().right(), OffsetY(link_)));
70 label_2_->SetPosition(gfx::Point(link_->bounds().right(), OffsetY(label_2_)));
infobar_view.h 93 int OffsetY(views::View* view) const;
extension_infobar.cc 102 infobar_icon_->SetPosition(gfx::Point(StartX(), OffsetY(infobar_icon_)));
105 // at creation time and position using OffsetY() like for other infobar items,
113 // We do SetPosition() separately after SetSize() so OffsetY() will work.
116 std::max(arrow_height(), OffsetY(extension_view))));
infobar_view.cc 193 icon_->SetPosition(gfx::Point(start_x, OffsetY(icon_)));
203 OffsetY(close_button_)));
292 int InfoBarView::OffsetY(views::View* view) const {
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMatrix.h 120 REAL OffsetY() const
146 IN REAL offsetY,
149 return SetStatus(DllExports::GdipTranslateMatrix(nativeMatrix, offsetX, offsetY, order));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmatrix.h 141 REAL OffsetY() const
215 Status Translate(REAL offsetX, REAL offsetY,
219 nativeMatrix, offsetX, offsetY, order));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfobjects.h     [all...]

Completed in 247 milliseconds