Lines Matching refs:ptCenter
118 CPDF_Point ptCenter = GetCenterPoint(); in GetThisAppearanceStream() local
120 CPDF_Point pt1(ptCenter.x - PWL_CBBUTTON_TRIANGLE_HALFLEN, in GetThisAppearanceStream()
121 ptCenter.y + PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f); in GetThisAppearanceStream()
122 CPDF_Point pt2(ptCenter.x + PWL_CBBUTTON_TRIANGLE_HALFLEN, in GetThisAppearanceStream()
123 ptCenter.y + PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f); in GetThisAppearanceStream()
124 CPDF_Point pt3(ptCenter.x, in GetThisAppearanceStream()
125 ptCenter.y - PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f); in GetThisAppearanceStream()
149 CPDF_Point ptCenter = GetCenterPoint(); in DrawThisAppearance() local
151 CPDF_Point pt1(ptCenter.x - PWL_CBBUTTON_TRIANGLE_HALFLEN, in DrawThisAppearance()
152 ptCenter.y + PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f); in DrawThisAppearance()
153 CPDF_Point pt2(ptCenter.x + PWL_CBBUTTON_TRIANGLE_HALFLEN, in DrawThisAppearance()
154 ptCenter.y + PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f); in DrawThisAppearance()
155 CPDF_Point pt3(ptCenter.x, in DrawThisAppearance()
156 ptCenter.y - PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f); in DrawThisAppearance()