Home
last modified time | relevance | path

Searched refs:ovalWidth (Results 1 – 9 of 9) sorted by relevance

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/tab/painters/
H A DTGTripletFeelPainter.java11 float ovalWidth = (1.33f * scale); in paintTripletFeel8() local
20 painter.lineTo( x + Math.round(ovalWidth) ,y + topSpacing); in paintTripletFeel8()
46 float ovalWidth = (1.33f * scale); in paintTripletFeelNone8() local
55 painter.lineTo( x + Math.round(ovalWidth) ,y); in paintTripletFeelNone8()
56 painter.lineTo( x + Math.round(ovalWidth + horizontalSpacing) ,y); in paintTripletFeelNone8()
69 float ovalWidth = (1.33f * scale); in paintTripletFeel16() local
78 painter.lineTo(x + Math.round(ovalWidth) ,y + topSpacing); in paintTripletFeel16()
94 return Math.round( (ovalWidth * 2f) + horizontalSpacing ); in paintTripletFeel16()
100 float ovalWidth = (1.33f * scale); in paintTripletFeelNone16() local
109 painter.lineTo(x + Math.round(ovalWidth) ,y); in paintTripletFeelNone16()
[all …]
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/tab/
H A DTGResources.java379 float ovalWidth = (1.33f * scale); in getTripletFeelNone8() local
382 int width = Math.round( ovalWidth + horizontalSpacing ); in getTripletFeelNone8()
400 float ovalWidth = (1.33f * scale); in getTripletFeel8() local
403 int width = Math.round( (ovalWidth * 2f) + horizontalSpacing ); in getTripletFeel8()
421 float ovalWidth = (1.33f * scale); in getTripletFeelNone16() local
424 int width = Math.round( ovalWidth + horizontalSpacing ); in getTripletFeelNone16()
442 float ovalWidth = (1.33f * scale); in getTripletFeel16() local
445 int width = Math.round( (ovalWidth * 2f) + horizontalSpacing ); in getTripletFeel16()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DQuickdraw.pas1253 procedure FrameRoundRect( const (*var*) r: Rect; ovalWidth: SInt16; ovalHeight: SInt16 ); external …
1268 procedure PaintRoundRect( const (*var*) r: Rect; ovalWidth: SInt16; ovalHeight: SInt16 ); external …
1283 procedure EraseRoundRect( const (*var*) r: Rect; ovalWidth: SInt16; ovalHeight: SInt16 ); external …
1298 procedure InvertRoundRect( const (*var*) r: Rect; ovalWidth: SInt16; ovalHeight: SInt16 ); external…
1313 procedure FillRoundRect( const (*var*) r: Rect; ovalWidth: SInt16; ovalHeight: SInt16; const (*var*…
2332 procedure StdRRect( verb: GrafVerb; const (*var*) r: Rect; ovalWidth: SInt16; ovalHeight: SInt16 );…
2787 procedure FillCRoundRect( const (*var*) r: Rect; ovalWidth: SInt16; ovalHeight: SInt16; pp: PixPatH…
H A DQuickdrawTypes.pas493 …QDRRectProcPtr = procedure( verb: GrafVerb; const (*var*) r: Rect; ovalWidth: SInt16; ovalHeight: …
933 procedure InvokeQDRRectUPP( verb: GrafVerb; const (*var*) r: Rect; ovalWidth: SInt16; ovalHeight: S…
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/qd/
H A D_Qdmodule.c2474 short ovalWidth; in Qd_FrameRoundRect() local
2485 ovalWidth, in Qd_FrameRoundRect()
2496 short ovalWidth; in Qd_PaintRoundRect() local
2507 ovalWidth, in Qd_PaintRoundRect()
2518 short ovalWidth; in Qd_EraseRoundRect() local
2529 ovalWidth, in Qd_EraseRoundRect()
2540 short ovalWidth; in Qd_InvertRoundRect() local
2562 short ovalWidth; in Qd_FillRoundRect() local
2581 ovalWidth, in Qd_FillRoundRect()
4080 short ovalWidth; in Qd_FillCRoundRect() local
[all …]
/dports/lang/python27/Python-2.7.18/Mac/Modules/qd/
H A D_Qdmodule.c2474 short ovalWidth; in Qd_FrameRoundRect() local
2485 ovalWidth, in Qd_FrameRoundRect()
2496 short ovalWidth; in Qd_PaintRoundRect() local
2507 ovalWidth, in Qd_PaintRoundRect()
2518 short ovalWidth; in Qd_EraseRoundRect() local
2529 ovalWidth, in Qd_EraseRoundRect()
2540 short ovalWidth; in Qd_InvertRoundRect() local
2562 short ovalWidth; in Qd_FillRoundRect() local
2581 ovalWidth, in Qd_FillRoundRect()
4080 short ovalWidth; in Qd_FillCRoundRect() local
[all …]
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dmac.c185 static pascal void RRectMethod(GrafVerb verb,Rect *r,short ovalWidth, in RRectMethod() argument
188 #pragma unused (verb,r,ovalWidth,ovalHeight) in RRectMethod()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dmac.c185 static pascal void RRectMethod(GrafVerb verb,Rect *r,short ovalWidth, in RRectMethod() argument
188 #pragma unused (verb,r,ovalWidth,ovalHeight) in RRectMethod()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dncbidraw.c4985 float ovalWidth,float ovalHeight) argument
4988 if (ovalWidth == 0 || ovalHeight == 0) {
4995 CGContextScaleCTM (context, ovalWidth, ovalHeight);
4996 fw = CGRectGetWidth (rect) / ovalWidth;