Home
last modified time | relevance | path

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

/aoo42x/main/vcl/inc/aqua/
H A Dsalgdi.h50 typedef float CGFloat; typedef
94 const CGFloat* AsArray() const { return mfRGBA; } in AsArray()
95 CGFloat GetRed() const { return mfRGBA[0]; } in GetRed()
96 CGFloat GetGreen() const { return mfRGBA[1]; } in GetGreen()
97 CGFloat GetBlue() const { return mfRGBA[2]; } in GetBlue()
98 CGFloat GetAlpha() const { return mfRGBA[3]; } in GetAlpha()
100 CGFloat mfRGBA[4]; // RGBA
/aoo42x/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx127 static const CGFloat fValZero = 0.0; in CTTextStyle()
182 const CGFloat fAscent = CTFontGetAscent( aCTFontRef ); in GetFontMetric()
183 const CGFloat fCapHeight = CTFontGetCapHeight( aCTFontRef ); in GetFontMetric()
595 …LineCreateJustifiedLine = (CTLineRef(*)(CTLineRef,CGFloat,double))dlsym( RTLD_DEFAULT, "CTLineCrea… in DynCoreTextSyms()
598 …LineGetOffsetForStringIndex = (CGFloat(*)(CTLineRef,CFIndex,CGFloat*))dlsym( RTLD_DEFAULT, "CTLine… in DynCoreTextSyms()
H A Dctfonts.hxx68 CTLineRef (*LineCreateJustifiedLine)(CTLineRef,CGFloat,double);
70 CGFloat (*LineGetOffsetForStringIndex)(CTLineRef,CFIndex,CGFloat*);
H A Dctlayout.cxx69 CGFloat mfFontRotation; // text direction angle (in radians)
70 CGFloat mfFontStretch; // <1.0: font gets squeezed, >1.0: font gets stretched
500 CGFloat fPos2 = -1; in GetCaretPositions()
501 const CGFloat fPos1 = rCT.LineGetOffsetForStringIndex( mpCTLine, n, &fPos2 ); in GetCaretPositions()
H A Dsalnativewidgets.cxx717 CGFloat aGrey[] = { 0.45, 0.45, 0.45, 1.0 }; in drawNativeControl()
720 CGFloat x = rc.origin.x + rc.size.width; in drawNativeControl()
721 CGFloat y = rc.origin.y; in drawNativeControl()
H A Dsalgdi.cxx1361 static const CGFloat aFillCol[4] = { 1,1,1,1 }; in Pattern50Fill()
1385 const CGFloat dashLengths[2] = { 4.0, 4.0 }; // for drawing dashed line in invert()
1422 const CGFloat dashLengths[2] = { 4.0, 4.0 }; // for drawing dashed line in invert()
H A Dsalbmp.cxx775 static const CGFloat* pDecode = NULL; in CreateWithMask()
/aoo42x/main/vcl/aqua/source/window/
H A Dsalframeview.mm798 CGFloat dX = 0.0;
799 CGFloat dY = 0.0;
858 CGFloat dX = 0.0;
859 CGFloat dY = 0.0;
H A Dsalframe.cxx1194 CGFloat r = 0, g = 0, b = 0, a = 0; in getColor()

Completed in 423 milliseconds