Lines Matching refs:pt3
151 CPDF_Point pt3(ptCenter.x + PWL_TRIANGLE_HALFLEN * 0.5f, in GetThisAppearanceStream() local
159 sButton << pt3.x << " " << pt3.y << " l\n"; in GetThisAppearanceStream()
169 CPDF_Point pt3(ptCenter.x - PWL_TRIANGLE_HALFLEN * 0.5f, in GetThisAppearanceStream() local
177 sButton << pt3.x << " " << pt3.y << " l\n"; in GetThisAppearanceStream()
194 CPDF_Point pt3(ptCenter.x, ptCenter.y + PWL_TRIANGLE_HALFLEN * 0.5f); in GetThisAppearanceStream() local
201 sButton << pt3.x << " " << pt3.y << " l\n"; in GetThisAppearanceStream()
212 CPDF_Point pt3(ptCenter.x, ptCenter.y - PWL_TRIANGLE_HALFLEN * 0.5f); in GetThisAppearanceStream() local
219 sButton << pt3.x << " " << pt3.y << " l\n"; in GetThisAppearanceStream()
256 CPDF_Point pt3(ptCenter.x + PWL_TRIANGLE_HALFLEN * 0.5f, in DrawThisAppearance() local
266 path.SetPoint(2, pt3.x, pt3.y, FXPT_LINETO); in DrawThisAppearance()
279 CPDF_Point pt3(ptCenter.x - PWL_TRIANGLE_HALFLEN * 0.5f, in DrawThisAppearance() local
289 path.SetPoint(2, pt3.x, pt3.y, FXPT_LINETO); in DrawThisAppearance()