Home | History | Annotate | Download | only in hwui

Lines Matching refs:modelView

509 // ModelView
515 mOutGlop->transform.modelView.loadTranslate(destination.left, destination.top, 0.0f);
516 mOutGlop->transform.modelView.scale(destination.getWidth(), destination.getHeight(), 1.0f);
541 mOutGlop->transform.modelView.loadTranslate(left, top, 0.0f);
542 mOutGlop->transform.modelView.scale(destination.getWidth(), destination.getHeight(), 1.0f);
552 mOutGlop->transform.modelView.loadTranslate(offsetX, offsetY, 0.0f);
575 mOutGlop->transform.modelView.loadTranslate(offsetX, offsetY, 0.0f);
657 // canvas level transform was built into the modelView and geometry,
660 shaderMatrix.multiply(mOutGlop->transform.modelView);
662 shaderMatrix = mOutGlop->transform.modelView;
714 glop.transform.modelView.dump(" model view");