OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_startx
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/Magick++/lib/Magick++/
Drawable.h
379
:
_startX
(startX_),
397
_startX
= startX_;
401
return
_startX
;
450
double
_startX
;
1139
:
_startX
(startX_),
1155
_startX
= startX_;
1159
return
_startX
;
1190
double
_startX
;
[
all
...]
/external/ImageMagick/Magick++/lib/
Drawable.cpp
256
DrawArc( context_,
_startX
, _startY, _endX, _endY, _startDegrees, _endDegrees );
887
DrawLine( context_,
_startX
, _startY, _endX, _endY );
[
all
...]
Completed in 52 milliseconds