Home
last modified time | relevance | path

Searched refs:fInterlacedBox (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp113 fInterlacedBox = new BBox("interlaced", B_WILL_DRAW, B_NO_BORDER); in GIFView()
114 fInterlacedBox->SetLabel(fInterlacedCB); in GIFView()
178 .Add(fInterlacedBox) in GIFView()
199 delete fInterlacedBox; in ~GIFView()
H A DGIFView.h95 BBox* fInterlacedBox; variable