• Home
  • Raw
  • Download

Lines Matching refs:pt1

184 						CPDF_Point pt1(ptCenter.x - PWL_TRIANGLE_HALFLEN * 0.5f,ptCenter.y);  in GetThisAppearanceStream()  local
192 sButton << pt1.x << " " << pt1.y << " m\n"; in GetThisAppearanceStream()
195 sButton << pt1.x << " " << pt1.y << " l f\n"; in GetThisAppearanceStream()
203 CPDF_Point pt1(ptCenter.x + PWL_TRIANGLE_HALFLEN * 0.5f,ptCenter.y); in GetThisAppearanceStream() local
211 sButton << pt1.x << " " << pt1.y << " m\n"; in GetThisAppearanceStream()
214 sButton << pt1.x << " " << pt1.y << " l f\n"; in GetThisAppearanceStream()
229 CPDF_Point pt1(ptCenter.x - PWL_TRIANGLE_HALFLEN,ptCenter.y - PWL_TRIANGLE_HALFLEN * 0.5f); in GetThisAppearanceStream() local
237 sButton << pt1.x << " " << pt1.y << " m\n"; in GetThisAppearanceStream()
240 sButton << pt1.x << " " << pt1.y << " l f\n"; in GetThisAppearanceStream()
248 CPDF_Point pt1(ptCenter.x - PWL_TRIANGLE_HALFLEN,ptCenter.y + PWL_TRIANGLE_HALFLEN * 0.5f); in GetThisAppearanceStream() local
256 sButton << pt1.x << " " << pt1.y << " m\n"; in GetThisAppearanceStream()
259 sButton << pt1.x << " " << pt1.y << " l f\n"; in GetThisAppearanceStream()
294 CPDF_Point pt1(ptCenter.x - PWL_TRIANGLE_HALFLEN * 0.5f,ptCenter.y); in DrawThisAppearance() local
304 path.SetPoint(0, pt1.x, pt1.y, FXPT_MOVETO); in DrawThisAppearance()
307 path.SetPoint(3, pt1.x, pt1.y, FXPT_LINETO); in DrawThisAppearance()
317 CPDF_Point pt1(ptCenter.x + PWL_TRIANGLE_HALFLEN * 0.5f,ptCenter.y); in DrawThisAppearance() local
327 path.SetPoint(0, pt1.x, pt1.y, FXPT_MOVETO); in DrawThisAppearance()
330 path.SetPoint(3, pt1.x, pt1.y, FXPT_LINETO); in DrawThisAppearance()