Searched refs:is3d (Results 1 – 3 of 3) sorted by relevance
360 def __init__(self, chart, is3d=False, angle=None): argument369 self.is3d = is3d380 if self.is3d:386 if self.is3d:
46 self.chart.display.is3d = False48 self.chart.display.is3d = True102 chart.display.is3d = True
194 const bool is3d = (texture.type() == IMAGE_TYPE_3D); in comparePixelBuffers() local195 const int numLayersOrSlices = (is3d ? texture.size().z() : texture.numLayers()); in comparePixelBuffers()204 is3d ? "slice " + de::toString(layerNdx) : "layer " + de::toString(layerNdx)); in comparePixelBuffers()