Searched refs:fWeightsY (Results 1 - 1 of 1) sorted by relevance

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h37 FilterInfo* fWeightsY; member in struct:BitmapPainterPrivate::FilterData
53 fWeightsY = filterData.fWeightsY;
100 FilterInfo* fWeightsY; member in struct:BitmapPainterPrivate::DrawBitmapBilinearOptimized
241 if (this->fWeightsY[yMax].weight == 255)
249 const uint16 wTop = this->fWeightsY[y1].weight;
250 const uint16 wBottom = 255 - this->fWeightsY[y1].weight;
254 this->fWeightsY[y1].index);
295 = this->fSource->row_ptr(this->fWeightsY[y2].index);
331 const uint16 wTop = fWeightsY[y
[all...]

Completed in 32 milliseconds