Lines Matching refs:left
75 rcRet.left = PWL_MIN(rect1.left, rect2.left); in MaxRect()
86 return CPDF_Rect(rect.left + x, rect.bottom + y, rect.right + x, in OffsetRect()
92 return rcChild.left >= rcParent.left && rcChild.bottom >= rcParent.bottom && in ContainsRect()
98 FX_FLOAT left = rect1.left > rect2.left ? rect1.left : rect2.left; in IntersectRect() local
103 return left < right && bottom < top; in IntersectRect()
139 const FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetAP_Check()
161 pts[i][j].x = pts[i][j].x * fWidth + crBBox.left; in GetAP_Check()
190 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetAP_Circle()
193 CPDF_Point pt1(crBBox.left, crBBox.bottom + fHeight / 2); in GetAP_Circle()
194 CPDF_Point pt2(crBBox.left + fWidth / 2, crBBox.top); in GetAP_Circle()
196 CPDF_Point pt4(crBBox.left + fWidth / 2, crBBox.bottom); in GetAP_Circle()
232 csAP << crBBox.left << " " << crBBox.top << " m\n"; in GetAP_Cross()
234 csAP << crBBox.left << " " << crBBox.bottom << " m\n"; in GetAP_Cross()
243 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetAP_Diamond()
246 CPDF_Point pt1(crBBox.left, crBBox.bottom + fHeight / 2); in GetAP_Diamond()
247 CPDF_Point pt2(crBBox.left + fWidth / 2, crBBox.top); in GetAP_Diamond()
249 CPDF_Point pt4(crBBox.left + fWidth / 2, crBBox.bottom); in GetAP_Diamond()
263 csAP << crBBox.left << " " << crBBox.top << " m\n"; in GetAP_Square()
266 csAP << crBBox.left << " " << crBBox.bottom << " l\n"; in GetAP_Square()
267 csAP << crBBox.left << " " << crBBox.top << " l\n"; in GetAP_Square()
277 CPDF_Point ptCenter = CPDF_Point((crBBox.left + crBBox.right) / 2.0f, in GetAP_Star()
308 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetAP_HalfCircle()
318 << cos(fRotate) << " " << crBBox.left + fWidth / 2 << " " in GetAP_HalfCircle()
343 CPDF_Rect rcNew(rcRect.left - fSize, rcRect.bottom - fSize, in InflateRect()
353 CPDF_Rect rcNew(rcRect.left + fSize, rcRect.bottom + fSize, in DeflateRect()
360 FX_FLOAT fHalfWidth = (rcRect.right - rcRect.left) / 2.0f; in ScaleRect()
363 CPDF_Point ptCenter = CPDF_Point((rcRect.left + rcRect.right) / 2, in ScaleRect()
378 sAppStream << rect.left << " " << rect.bottom << " " in GetRectFillAppStream()
379 << rect.right - rect.left << " " << rect.top - rect.bottom in GetRectFillAppStream()
399 FX_FLOAT fWidth = rect.right - rect.left; in GetCenterSquare()
402 FX_FLOAT fCenterX = (rect.left + rect.right) / 2.0f; in GetCenterSquare()
661 rcLabel = CPDF_Rect(rcBBox.left, rcBBox.bottom, rcBBox.right, in GetPushButtonAppStream()
664 CPDF_Rect(rcBBox.left, rcLabel.top, rcBBox.right, rcBBox.top); in GetPushButtonAppStream()
672 rcLabel = CPDF_Rect(rcBBox.left, rcBBox.bottom, rcBBox.right, in GetPushButtonAppStream()
675 CPDF_Rect(rcBBox.left, rcLabel.top, rcBBox.right, rcBBox.top); in GetPushButtonAppStream()
690 CPDF_Rect(rcBBox.left, rcBBox.top - fHeight * fAutoFontScale, in GetPushButtonAppStream()
692 rcIcon = CPDF_Rect(rcBBox.left, rcBBox.bottom, rcBBox.right, in GetPushButtonAppStream()
701 rcLabel = CPDF_Rect(rcBBox.left, rcBBox.top - fHeight, in GetPushButtonAppStream()
703 rcIcon = CPDF_Rect(rcBBox.left, rcBBox.bottom, rcBBox.right, in GetPushButtonAppStream()
717 fWidth = rcBBox.right - rcBBox.left; in GetPushButtonAppStream()
721 CPDF_Rect(rcBBox.left, rcBBox.bottom, rcLabel.left, rcBBox.top); in GetPushButtonAppStream()
728 rcIcon = CPDF_Rect(rcBBox.left, rcBBox.bottom, rcLabel.left, in GetPushButtonAppStream()
738 if (rcBBox.left + fWidth > rcBBox.right) { in GetPushButtonAppStream()
744 rcIcon = CPDF_Rect(rcBBox.left, rcBBox.bottom, rcLabel.left, in GetPushButtonAppStream()
758 fWidth = rcBBox.right - rcBBox.left; in GetPushButtonAppStream()
760 CPDF_Rect(rcBBox.left, rcBBox.bottom, in GetPushButtonAppStream()
761 rcBBox.left + fWidth * fAutoFontScale, rcBBox.top); in GetPushButtonAppStream()
769 CPDF_Rect(rcBBox.left, rcBBox.bottom, in GetPushButtonAppStream()
770 rcBBox.left + rcLabelContent.Width(), rcBBox.top); in GetPushButtonAppStream()
781 if (rcBBox.left + fWidth > rcBBox.right) { in GetPushButtonAppStream()
785 rcLabel = CPDF_Rect(rcBBox.left, rcBBox.bottom, in GetPushButtonAppStream()
786 rcBBox.left + fWidth, rcBBox.top); in GetPushButtonAppStream()
825 sAppStream << "q\n" << rcBBox.left << " " << rcBBox.bottom << " " in GetPushButtonAppStream()
826 << rcBBox.right - rcBBox.left << " " in GetPushButtonAppStream()
871 FX_FLOAT fLeft = rect.left; in GetBorderAppStream()
1225 sAppStream << rcBBox.left << " " << rcBBox.bottom << " " in GetDropButtonAppStream()
1226 << rcBBox.right - rcBBox.left << " " in GetDropButtonAppStream()
1237 CPDF_Point ptCenter = CPDF_Point((rcBBox.left + rcBBox.right) / 2, in GetDropButtonAppStream()
1239 if (IsFloatBigger(rcBBox.right - rcBBox.left, 6) && in GetDropButtonAppStream()
1372 path.AppendRect(rcTemp.left, rcTemp.bottom, rcTemp.right, rcTemp.top); in DrawFillRect()
1398 path.AppendRect(rcTemp.left, rcTemp.bottom, rcTemp.right, rcTemp.top); in DrawStrokeRect()
1448 pDevice, pUser2Device, CPDF_Point(rect.left, fy), in DrawShadow()
1457 for (FX_FLOAT fx = rect.left + 0.5f; fx <= rect.right - 0.5f; fx += 1.0f) { in DrawShadow()
1458 int32_t nGray = nStartGray + (int32_t)(fStepGray * (fx - rect.left)); in DrawShadow()
1476 FX_FLOAT fLeft = rect.left; in DrawBorder()
1695 rcDevClip.left = (int32_t)rcTemp.left; in DrawEditSpellCheck()
1983 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_Checkmark()
1987 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 15.0f, in GetGraphics_Checkmark()
1992 crBBox.left + fWidth / 15.0f + in GetGraphics_Checkmark()
1998 CPWL_Point(crBBox.left + fWidth / 4.5f + in GetGraphics_Checkmark()
2003 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 4.5f, in GetGraphics_Checkmark()
2006 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 4.5f + in GetGraphics_Checkmark()
2011 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 3.0f + in GetGraphics_Checkmark()
2015 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 3.0f, crBBox.bottom), in GetGraphics_Checkmark()
2017 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 3.0f + in GetGraphics_Checkmark()
2021 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 14 / 15.0f + in GetGraphics_Checkmark()
2027 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 14 / 15.0f, in GetGraphics_Checkmark()
2032 crBBox.left + fWidth * 14 / 15.0f + in GetGraphics_Checkmark()
2038 CPWL_Point(crBBox.left + fWidth / 3.6f + in GetGraphics_Checkmark()
2043 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 3.6f, in GetGraphics_Checkmark()
2047 CPWL_Point(crBBox.left + fWidth / 3.6f, in GetGraphics_Checkmark()
2053 crBBox.left + fWidth / 15.0f + in GetGraphics_Checkmark()
2058 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 15.0f, in GetGraphics_Checkmark()
2072 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_Circle()
2076 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 15.0f, in GetGraphics_Circle()
2080 CPWL_Point(crBBox.left + fWidth / 15.0f, in GetGraphics_Circle()
2085 CPWL_Point(crBBox.left + fWidth / 2.0f - in GetGraphics_Circle()
2090 CPWL_Point(crBBox.left + fWidth / 2.0f, crBBox.top - fHeight / 15.0f), in GetGraphics_Circle()
2093 CPWL_Point(crBBox.left + fWidth / 2.0f + in GetGraphics_Circle()
2111 CPWL_Point(crBBox.left + fWidth / 2.0f + in GetGraphics_Circle()
2115 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 2.0f, in GetGraphics_Circle()
2119 CPWL_Point(crBBox.left + fWidth / 2.0f - in GetGraphics_Circle()
2124 CPWL_Point(crBBox.left + fWidth / 15.0f, in GetGraphics_Circle()
2128 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 15.0f, in GetGraphics_Circle()
2131 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 3 / 15.0f, in GetGraphics_Circle()
2135 CPWL_Point(crBBox.left + fWidth * 3 / 15.0f, in GetGraphics_Circle()
2140 CPWL_Point(crBBox.left + fWidth / 2.0f - in GetGraphics_Circle()
2144 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 2.0f, in GetGraphics_Circle()
2148 CPWL_Point(crBBox.left + fWidth / 2.0f + in GetGraphics_Circle()
2166 CPWL_Point(crBBox.left + fWidth / 2.0f + in GetGraphics_Circle()
2170 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 2.0f, in GetGraphics_Circle()
2174 CPWL_Point(crBBox.left + fWidth / 2.0f - in GetGraphics_Circle()
2179 CPWL_Point(crBBox.left + fWidth * 3 / 15.0f, in GetGraphics_Circle()
2183 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 3 / 15.0f, in GetGraphics_Circle()
2197 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_Comment()
2202 CPWL_Point(crBBox.left + fWidth / 15.0f, crBBox.top - fHeight / 6.0f), in GetGraphics_Comment()
2205 CPWL_Point(crBBox.left + fWidth / 15.0f, in GetGraphics_Comment()
2209 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 2 / 15.0f - in GetGraphics_Comment()
2213 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 2 / 15.0f, in GetGraphics_Comment()
2245 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 5 / 15.0f, in GetGraphics_Comment()
2248 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 5 / 15.0f, in GetGraphics_Comment()
2252 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 5 / 15.0f - in GetGraphics_Comment()
2256 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 6 / 30.0f, in GetGraphics_Comment()
2259 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 7 / 30.0f + in GetGraphics_Comment()
2263 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 7 / 30.0f, in GetGraphics_Comment()
2267 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 7 / 30.0f, in GetGraphics_Comment()
2270 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 2 / 15.0f, in GetGraphics_Comment()
2273 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 2 / 15.0f - in GetGraphics_Comment()
2277 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 15.0f, in GetGraphics_Comment()
2281 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 15.0f, in GetGraphics_Comment()
2285 CPWL_Point(crBBox.left + fWidth / 15.0f, crBBox.top - fHeight / 6.0f), in GetGraphics_Comment()
2287 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 2 / 15.0f, in GetGraphics_Comment()
2293 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 2 / 15, in GetGraphics_Comment()
2299 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 2 / 15.0f, in GetGraphics_Comment()
2316 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_Cross()
2318 CPWL_Point center_point(crBBox.left + fWidth / 2, in GetGraphics_Cross()
2373 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_Help()
2377 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 60.0f, in GetGraphics_Help()
2381 CPWL_Point(crBBox.left + fWidth / 60.0f, in GetGraphics_Help()
2386 CPWL_Point(crBBox.left + fWidth / 2.0f - in GetGraphics_Help()
2390 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 2.0f, in GetGraphics_Help()
2393 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 2.0f + in GetGraphics_Help()
2409 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 2.0f + in GetGraphics_Help()
2414 CPWL_Point(crBBox.left + fWidth / 2.0f, crBBox.top - fHeight / 60.0f), in GetGraphics_Help()
2416 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 2.0f - in GetGraphics_Help()
2420 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 60.0f, in GetGraphics_Help()
2424 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 60.0f, in GetGraphics_Help()
2427 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.27f, in GetGraphics_Help()
2430 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.27f, in GetGraphics_Help()
2435 CPWL_Point(crBBox.left + fWidth * 0.5f - PWL_BEZIER * fWidth * 0.23f, in GetGraphics_Help()
2438 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.5f, in GetGraphics_Help()
2442 CPWL_Point(crBBox.left + fWidth * 0.5f + PWL_BEZIER * fWidth * 0.23f, in GetGraphics_Help()
2518 CPWL_Point(crBBox.left + fWidth * 0.5f + PWL_BEZIER * fWidth * 0.13f, in GetGraphics_Help()
2521 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.5f, in GetGraphics_Help()
2525 CPWL_Point(crBBox.left + fWidth * 0.5f - PWL_BEZIER * fWidth * 0.13f, in GetGraphics_Help()
2528 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.37f, in GetGraphics_Help()
2532 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.37f, in GetGraphics_Help()
2536 CPWL_Point(crBBox.left + fWidth * 0.37f, in GetGraphics_Help()
2540 CPWL_Point(crBBox.left + fWidth * 0.27f, in GetGraphics_Help()
2543 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.27f, in GetGraphics_Help()
2604 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_InsertText()
2609 CPWL_Point(crBBox.left + fWidth / 10, crBBox.bottom + fHeight / 10), in GetGraphics_InsertText()
2612 CPWL_Point(crBBox.left + fWidth / 2, crBBox.top - fHeight * 2 / 15), in GetGraphics_InsertText()
2618 CPWL_Point(crBBox.left + fWidth / 10, crBBox.bottom + fHeight / 10), in GetGraphics_InsertText()
2631 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_Key()
2636 tail.x = crBBox.left + fWidth * 0.9f; in GetGraphics_Key()
2638 CicleCenter.x = crBBox.left + fWidth * 0.15f; in GetGraphics_Key()
2762 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_NewParagraph()
2767 CPWL_Point(crBBox.left + fWidth / 2.0f, crBBox.top - fHeight / 20.0f), in GetGraphics_NewParagraph()
2770 CPWL_Point(crBBox.left + fWidth / 10.0f, crBBox.top - fHeight / 2.0f), in GetGraphics_NewParagraph()
2776 CPWL_Point(crBBox.left + fWidth / 2.0f, crBBox.top - fHeight / 20.0f), in GetGraphics_NewParagraph()
2778 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.12f, in GetGraphics_NewParagraph()
2781 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.12f, in GetGraphics_NewParagraph()
2784 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.22f, in GetGraphics_NewParagraph()
2788 CPWL_Point(crBBox.left + fWidth * 0.22f, in GetGraphics_NewParagraph()
2791 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.38f, in GetGraphics_NewParagraph()
2794 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.48f, in GetGraphics_NewParagraph()
2797 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.48f, in GetGraphics_NewParagraph()
2800 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.38f, in GetGraphics_NewParagraph()
2803 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.38f, in GetGraphics_NewParagraph()
2806 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.22f, in GetGraphics_NewParagraph()
2809 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.12f, in GetGraphics_NewParagraph()
2812 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.6f, in GetGraphics_NewParagraph()
2815 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.7f, in GetGraphics_NewParagraph()
2819 CPWL_Point(crBBox.left + fWidth * 0.7f, in GetGraphics_NewParagraph()
2823 CPWL_Point(crBBox.left + fWidth * 0.97f, in GetGraphics_NewParagraph()
2826 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.97f, in GetGraphics_NewParagraph()
2829 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.7f, in GetGraphics_NewParagraph()
2832 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.6f, in GetGraphics_NewParagraph()
2835 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.6f, in GetGraphics_NewParagraph()
2838 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.7f, in GetGraphics_NewParagraph()
2841 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.85f, in GetGraphics_NewParagraph()
2845 CPWL_Point(crBBox.left + fWidth * 0.85f, in GetGraphics_NewParagraph()
2849 CPWL_Point(crBBox.left + fWidth * 0.7f, in GetGraphics_NewParagraph()
2852 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.7f, in GetGraphics_NewParagraph()
2866 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_TextNote()
2873 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 7 / 10.0f, in GetGraphics_TextNote()
2882 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 10.0f, in GetGraphics_TextNote()
2885 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 10.0f, in GetGraphics_TextNote()
2903 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 5.0f, in GetGraphics_TextNote()
2909 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 5.0f, in GetGraphics_TextNote()
2915 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 5.0f, in GetGraphics_TextNote()
2932 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_Paragraph()
2937 CPWL_Point(crBBox.left + fWidth / 2.0f, crBBox.top - fHeight / 15.0f), in GetGraphics_Paragraph()
2940 CPWL_Point(crBBox.left + fWidth * 0.7f, crBBox.top - fHeight / 15.0f), in GetGraphics_Paragraph()
2942 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.7f, in GetGraphics_Paragraph()
2945 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.634f, in GetGraphics_Paragraph()
2948 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.634f, in GetGraphics_Paragraph()
2951 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.566f, in GetGraphics_Paragraph()
2954 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.566f, in GetGraphics_Paragraph()
2957 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 2.0f, in GetGraphics_Paragraph()
2960 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 2.0f, in GetGraphics_Paragraph()
2963 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.2f, in GetGraphics_Paragraph()
2967 CPWL_Point(crBBox.left + fWidth * 0.2f, crBBox.top - fHeight / 15.0f), in GetGraphics_Paragraph()
2970 CPWL_Point(crBBox.left + fWidth / 2.0f, crBBox.top - fHeight / 15.0f), in GetGraphics_Paragraph()
2983 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_RightArrow()
2990 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 2.0f + fWidth / 8.0f, in GetGraphics_RightArrow()
2993 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 2.0f, in GetGraphics_RightArrow()
2999 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.1f, in GetGraphics_RightArrow()
3002 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.1f, in GetGraphics_RightArrow()
3009 CPWL_Point(crBBox.left + fWidth / 2.0f, crBBox.top - fHeight / 5.0f), in GetGraphics_RightArrow()
3011 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 2.0f + fWidth / 8.0f, in GetGraphics_RightArrow()
3028 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_RightPointer()
3035 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 30.0f, in GetGraphics_RightPointer()
3038 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 4 / 15.0f, in GetGraphics_RightPointer()
3042 CPWL_Point(crBBox.left + fWidth / 30.0f, crBBox.top - fHeight / 6.0f), in GetGraphics_RightPointer()
3062 CPDF_Point ptCenter = CPDF_Point((crBBox.left + crBBox.right) / 2.0f, in GetGraphics_Star()
3109 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_UpArrow()
3114 CPWL_Point(crBBox.left + fWidth / 2.0f, crBBox.top - fHeight / 15.0f), in GetGraphics_UpArrow()
3119 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.6f, in GetGraphics_UpArrow()
3122 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.6f, in GetGraphics_UpArrow()
3125 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.4f, in GetGraphics_UpArrow()
3128 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.4f, in GetGraphics_UpArrow()
3132 CPWL_Point(crBBox.left + fWidth / 10, crBBox.top - fWidth * 3 / 5.0f), in GetGraphics_UpArrow()
3135 CPWL_Point(crBBox.left + fWidth / 2.0f, crBBox.top - fHeight / 15.0f), in GetGraphics_UpArrow()
3148 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_UpLeftArrow()
3150 CPWL_Point leftup(crBBox.left, crBBox.top); in GetGraphics_UpLeftArrow()
3154 tail.x = crBBox.left + fWidth * 4 / 5.0f; in GetGraphics_UpLeftArrow()
3160 crBBox.left + fWidth / 20.0f, in GetGraphics_UpLeftArrow()
3161 k * (crBBox.left + fWidth / 20.0f - rightdown.x) + rightdown.y), in GetGraphics_UpLeftArrow()
3189 crBBox.left + fWidth / 20.0f, in GetGraphics_UpLeftArrow()
3190 k * (crBBox.left + fWidth / 20.0f - rightdown.x) + rightdown.y), in GetGraphics_UpLeftArrow()
3203 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_Graph()
3208 CPWL_Point(crBBox.left + fWidth * 0.05f, crBBox.top - fWidth * 0.15f), in GetGraphics_Graph()
3210 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.25f, in GetGraphics_Graph()
3213 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.275f, in GetGraphics_Graph()
3216 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.05f, in GetGraphics_Graph()
3220 CPWL_Point(crBBox.left + fWidth * 0.05f, crBBox.top - fWidth * 0.15f), in GetGraphics_Graph()
3223 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.275f, in GetGraphics_Graph()
3226 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.475f, in GetGraphics_Graph()
3229 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.475f, in GetGraphics_Graph()
3232 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.275f, in GetGraphics_Graph()
3235 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.275f, in GetGraphics_Graph()
3240 CPWL_Point(crBBox.left + fWidth * 0.5f, crBBox.top - fHeight * 0.05f), in GetGraphics_Graph()
3243 CPWL_Point(crBBox.left + fWidth * 0.7f, crBBox.top - fHeight * 0.05f), in GetGraphics_Graph()
3245 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.7f, in GetGraphics_Graph()
3248 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.5f, in GetGraphics_Graph()
3252 CPWL_Point(crBBox.left + fWidth * 0.5f, crBBox.top - fHeight * 0.05f), in GetGraphics_Graph()
3255 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.725f, in GetGraphics_Graph()
3258 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.925f, in GetGraphics_Graph()
3261 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.925f, in GetGraphics_Graph()
3264 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.725f, in GetGraphics_Graph()
3267 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.725f, in GetGraphics_Graph()
3281 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_Paperclip()
3286 CPWL_Point(crBBox.left + fWidth / 60, crBBox.top - fHeight * 0.25f), in GetGraphics_Paperclip()
3288 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 60, in GetGraphics_Paperclip()
3291 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 60, in GetGraphics_Paperclip()
3327 CPWL_Point(crBBox.left + fWidth / 60 + fWidth * 0.12f, in GetGraphics_Paperclip()
3331 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 60 + fWidth * 0.12f, in GetGraphics_Paperclip()
3335 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 60 + fWidth * 0.12f, in GetGraphics_Paperclip()
3339 CPWL_Point(crBBox.left + fWidth / 60 + fWidth * 0.12f, in GetGraphics_Paperclip()
3361 CPWL_Point(crBBox.left + fWidth * 0.29f, in GetGraphics_Paperclip()
3365 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.29f, in GetGraphics_Paperclip()
3369 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.29f, in GetGraphics_Paperclip()
3373 CPWL_Point(crBBox.left + fWidth * 0.29f, in GetGraphics_Paperclip()
3377 CPWL_Point(crBBox.left + fWidth * 0.17f, in GetGraphics_Paperclip()
3380 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.17f, in GetGraphics_Paperclip()
3384 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.17f, in GetGraphics_Paperclip()
3387 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.17f, in GetGraphics_Paperclip()
3406 CPWL_PathData(CPWL_Point(crBBox.left + fWidth / 60, in GetGraphics_Paperclip()
3411 CPWL_Point(crBBox.left + fWidth / 60, crBBox.top - fHeight * 0.25f), in GetGraphics_Paperclip()
3424 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_Attachment()
3429 CPWL_Point(crBBox.left + fWidth * 0.25f, crBBox.top - fHeight * 0.1f), in GetGraphics_Attachment()
3432 CPWL_Point(crBBox.left + fWidth * 0.4f, crBBox.top - fHeight * 0.23f), in GetGraphics_Attachment()
3435 CPWL_Point(crBBox.left + fWidth * 0.4f, crBBox.top - fHeight * 0.5f), in GetGraphics_Attachment()
3437 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.4f, in GetGraphics_Attachment()
3440 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.6f, in GetGraphics_Attachment()
3444 CPWL_Point(crBBox.left + fWidth * 0.6f, crBBox.top - fHeight * 0.5f), in GetGraphics_Attachment()
3448 CPWL_Point(crBBox.left + fWidth * 0.6f, crBBox.top - fHeight * 0.23f), in GetGraphics_Attachment()
3454 CPWL_Point(crBBox.left + fWidth * 0.25f, crBBox.top - fHeight * 0.1f), in GetGraphics_Attachment()
3457 CPWL_Point(crBBox.left + fWidth * 0.4f, crBBox.top - fHeight * 0.23f), in GetGraphics_Attachment()
3460 CPWL_Point(crBBox.left + fWidth * 0.6f, crBBox.top - fHeight * 0.23f), in GetGraphics_Attachment()
3464 CPWL_Point(crBBox.left + fWidth * 0.4f, crBBox.top - fHeight * 0.5f), in GetGraphics_Attachment()
3467 CPWL_Point(crBBox.left + fWidth * 0.4f - fWidth * 0.25f * 0.4f, in GetGraphics_Attachment()
3471 CPWL_Point(crBBox.left + fWidth * 0.15f, in GetGraphics_Attachment()
3474 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.15f, in GetGraphics_Attachment()
3486 CPWL_Point(crBBox.left + fWidth * 0.6f + fWidth * 0.25f * 0.4f, in GetGraphics_Attachment()
3490 CPWL_Point(crBBox.left + fWidth * 0.6f, crBBox.top - fHeight * 0.5f), in GetGraphics_Attachment()
3493 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.6f, in GetGraphics_Attachment()
3496 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.4f, in GetGraphics_Attachment()
3500 CPWL_Point(crBBox.left + fWidth * 0.4f, crBBox.top - fHeight * 0.5f), in GetGraphics_Attachment()
3504 CPWL_Point(crBBox.left + fWidth * 0.5f, crBBox.top - fHeight * 0.65f), in GetGraphics_Attachment()
3506 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.5f, in GetGraphics_Attachment()
3520 FX_FLOAT fWidth = crBBox.right - crBBox.left; in GetGraphics_Tag()
3525 CPWL_Point(crBBox.left + fWidth * 0.4f, crBBox.top - fHeight * 0.1f), in GetGraphics_Tag()
3528 CPWL_Point(crBBox.left + fWidth * 0.1f, crBBox.top - fHeight * 0.5f), in GetGraphics_Tag()
3530 CPWL_PathData(CPWL_Point(crBBox.left + fWidth * 0.3f, in GetGraphics_Tag()
3540 CPWL_Point(crBBox.left + fWidth * 0.4f, crBBox.top - fHeight * 0.1f), in GetGraphics_Tag()
3543 CPWL_Point(crBBox.left + fWidth * 0.4f, crBBox.top - fHeight * 0.3f), in GetGraphics_Tag()
3549 CPWL_Point(crBBox.left + fWidth * 0.4f, crBBox.top - fHeight * 0.5f), in GetGraphics_Tag()
3555 CPWL_Point(crBBox.left + fWidth * 0.4f, crBBox.top - fHeight * 0.7f), in GetGraphics_Tag()
3571 FX_FLOAT fOutWidth = crBBox.right - crBBox.left; in GetGraphics_Foxit()
3575 crInBox.left = crBBox.left + fOutWidth * 0.08f; in GetGraphics_Foxit()
3580 FX_FLOAT fWidth = crInBox.right - crInBox.left; in GetGraphics_Foxit()
3584 CPWL_PathData(CPWL_Point(crInBox.left, crInBox.top), PWLPT_MOVETO), in GetGraphics_Foxit()
3585 CPWL_PathData(CPWL_Point(crInBox.left + fWidth * 0.45f, crInBox.top), in GetGraphics_Foxit()
3587 CPWL_PathData(CPWL_Point(crInBox.left + fWidth * 0.45f, in GetGraphics_Foxit()
3590 CPWL_PathData(CPWL_Point(crInBox.left + fWidth * 0.45f - in GetGraphics_Foxit()
3594 CPWL_PathData(CPWL_Point(crInBox.left, crInBox.top - fHeight * 0.4f), in GetGraphics_Foxit()
3596 CPWL_PathData(CPWL_Point(crInBox.left, crInBox.top), PWLPT_LINETO), in GetGraphics_Foxit()
3598 CPWL_PathData(CPWL_Point(crInBox.left + fWidth * 0.60f, crInBox.top), in GetGraphics_Foxit()
3600 CPWL_PathData(CPWL_Point(crInBox.left + fWidth * 0.75f, crInBox.top), in GetGraphics_Foxit()
3602 CPWL_PathData(CPWL_Point(crInBox.left + fWidth * 0.75f, in GetGraphics_Foxit()
3605 CPWL_PathData(CPWL_Point(crInBox.left + fWidth * 0.75f - in GetGraphics_Foxit()
3609 CPWL_PathData(CPWL_Point(crInBox.left, crInBox.top - fHeight * 0.7f), in GetGraphics_Foxit()
3611 CPWL_PathData(CPWL_Point(crInBox.left, crInBox.top - fHeight * 0.55f), in GetGraphics_Foxit()
3613 CPWL_PathData(CPWL_Point(crInBox.left + PWL_BEZIER * fWidth * 0.60f, in GetGraphics_Foxit()
3616 CPWL_PathData(CPWL_Point(crInBox.left + fWidth * 0.60f, in GetGraphics_Foxit()
3619 CPWL_PathData(CPWL_Point(crInBox.left + fWidth * 0.60f, crInBox.top), in GetGraphics_Foxit()
3622 CPWL_PathData(CPWL_Point(crInBox.left + fWidth * 0.90f, crInBox.top), in GetGraphics_Foxit()
3624 CPWL_PathData(CPWL_Point(crInBox.left + fWidth * 0.90f, in GetGraphics_Foxit()
3627 CPWL_PathData(CPWL_Point(crInBox.left + fWidth * 0.90f - in GetGraphics_Foxit()
3631 CPWL_PathData(CPWL_Point(crInBox.left, crInBox.top - fHeight * 0.85f), in GetGraphics_Foxit()
3633 CPWL_PathData(CPWL_Point(crInBox.left, crInBox.bottom), PWLPT_LINETO), in GetGraphics_Foxit()
3636 CPWL_PathData(CPWL_Point(crInBox.left + fWidth * 0.90f, crInBox.top), in GetGraphics_Foxit()