Lines Matching full:destination
479 GlopBuilder& GlopBuilder::setModelViewMapUnitToRect(const Rect destination) {
482 mOutGlop->transform.modelView.loadTranslate(destination.left, destination.top, 0.0f);
483 mOutGlop->transform.modelView.scale(destination.getWidth(), destination.getHeight(), 1.0f);
484 mOutGlop->bounds = destination;
488 GlopBuilder& GlopBuilder::setModelViewMapUnitToRectSnap(const Rect destination) {
492 float left = destination.left;
493 float top = destination.top;
507 mOutGlop->transform.modelView.scale(destination.getWidth(), destination.getHeight(), 1.0f);
508 mOutGlop->bounds = destination;