Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp108 fDitheringBox = new BBox("dithering", B_WILL_DRAW, B_NO_BORDER); in GIFView()
109 fDitheringBox->SetLabel(fUseDitheringCB); in GIFView()
177 .Add(fDitheringBox) in GIFView()
198 delete fDitheringBox; in ~GIFView()
H A DGIFView.h94 BBox* fDitheringBox; variable