Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 9 of 9) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dtarget_screen.h59 void SetZoomScale(int scale){ mZoomScale = scale; }; in SetZoomScale()
Dtarget_screen.cpp422 int scale = GetZoomScale(); in OnLButtonDown() local
912 int scale; in InvalidateCrosshairArea() local
939 INT scale; in InvalidateSnapLineArea() local
1598 int scale = GetZoomScale(); in OnMouseMove() local
1697 int scale = GetZoomScale(); in OnGuixDirty() local
1728 int scale = GetZoomScale(); in OnPaint() local
1860 int scale = GetZoomScale(); in ConfigureDisplay() local
2422 int scale = GetZoomScale(); in TestDropItem() local
2935 void target_screen::ZoomIn(int scale) in ZoomIn()
Dstudiox_screen_driver.c87 GX_CANVAS *canvas, GX_RECTANGLE *dirty, int scale, GRID_SNAP_INFO *gsi) in guix_canvas_flush()
281 void guix_canvas_paint(HDC dc, GX_RECTANGLE dirty, int scale, GRID_SNAP_INFO *gsi) in guix_canvas_paint()
Dscreen_flow.cpp834 void screen_flow::SetScale(int scale) in SetScale()
DMainFrm.cpp627 int scale = 100; in OnZoom() local
DStudioXProject.cpp4098 int scale; in ReadScreenFlow() local
/GUIX-v6.2.1/samples/demo_guix_sprite/
Ddemo_guix_sprite.c16 int scale = 100; variable
/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/
Dftcolor.h1360 FT_PaintScale scale; member
/GUIX-v6.2.1/test/guix_studio_test/test_view/
Dtest_utils.py1102 def zoom_in(scale): argument