FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void MGImage::DrawCross
(
UChar_t *
buf
,
int
w
,
int
h
,
Float_t
cx
,
Float_t
cy
,
Float_t
size
,
UChar_t
col
)
static
Definition at line
425
of file
MGImage.cc
.
References
DrawLine()
.
Referenced by
DisableSyncMode()
.
426
{
427
DrawLine
(buf, w, h, cx-
size
, cy, cx+
size
, cy, col);
428
DrawLine
(buf, w, h, cx, cy-
size
, cx, cy+
size
, col);
429
}
MGImage::DrawLine
static void DrawLine(UChar_t *buf, int w, int h, Float_t x1, Float_t y1, Float_t x2, Float_t y2, UChar_t col, Int_t style=1)
Definition:
MGImage.cc:279
size
int size
Definition:
db_dim_server.c:17
Here is the call graph for this function:
Here is the caller graph for this function:
MGImage
Generated on Sun Sep 18 2016 20:50:54 for FACT++ by
1.8.11