Home | History | Annotate | Download | only in render

Lines Matching defs:start_y

112   FX_FLOAT start_y = pCoords->GetNumberAt(1);
132 FX_FLOAT y_span = end_y - start_y;
165 (((pos.x - start_x) * x_span) + ((pos.y - start_y) * y_span)) /
196 FX_FLOAT start_y = pCoords->GetNumberAt(1);
240 ((start_y - end_y) * (start_y - end_y)) -
248 ((start_y - end_y) * (start_y - end_y))));
259 ((pos.y - start_y) * (end_y - start_y)) +
262 ((pos.y - start_y) * (pos.y - start_y)) -
2313 int start_x, start_y;
2316 start_y = FXSYS_round(mtPattern2Device.f) + row * height - clip_box.top;
2332 start_y = safeStartY.ValueOrDie();
2335 if (start_x < 0 || start_x >= clip_box.Width() || start_y < 0 ||
2336 start_y >= clip_box.Height()) {
2340 (uint32_t*)(screen.GetBuffer() + screen.GetPitch() * start_y +
2348 screen.CompositeBitmap(start_x, start_y, width, height,
2351 screen.CompositeMask(start_x, start_y, width, height,