Lines Matching defs:mixScale
809 int16_t mixScale = !enableReverse_ ? (currentRect.GetBottom() - y) : (y - currentRect.GetTop());
810 if ((mixScale < 0) || (mixScale >= currentRect.GetHeight())) {
837 SetDrawLineCross(gfxDstBuffer, invalidatedArea, data, cross, baseGfxEngine, startY, mixScale);
843 mixData_[mixScale]);
853 int16_t mixScale)
859 mixData_[mixScale]);
923 int16_t mixScale = enableReverse_ ? (linePoints.start.y + endY - currentRect.GetTop()) :
925 if ((mixScale < 0) || (mixScale >= currentRect.GetHeight())) {
932 mixData_[mixScale]);