FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void MGImage::DrawMultiply
(
UChar_t *
buf
,
int
w
,
int
h
,
Float_t
cx
,
Float_t
cy
,
Float_t
size
,
UChar_t
col
)
static
Definition at line
419
of file
MGImage.cc
.
References
DrawLine()
.
Referenced by
DisableSyncMode()
.
420
{
421
DrawLine
(buf, w, h, cx-
size
, cy-
size
, cx+
size
, cy+
size
, col);
422
DrawLine
(buf, w, h, cx+
size
, cy-
size
, cx-
size
, cy+
size
, col);
423
}
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