Lines Matching refs:fPath
29 fPath(NULL) in ReferenceImage()
54 fPath(NULL) in ReferenceImage()
74 fPath(NULL) in ReferenceImage()
197 if (fPath != NULL) { in SetImage()
199 delete fPath; in SetImage()
200 fPath = NULL; in SetImage()
208 fPath = new (nothrow) VectorPath(); in SetImage()
209 if (fPath == NULL) in SetImage()
214 fPath->AddPoint(BPoint(0, 0)); in SetImage()
215 fPath->AddPoint(BPoint(0, height)); in SetImage()
216 fPath->AddPoint(BPoint(width, height)); in SetImage()
217 fPath->AddPoint(BPoint(width, 0)); in SetImage()
218 fPath->SetClosed(true); in SetImage()
219 Paths()->AddItem(fPath); in SetImage()