Lines Matching refs:transform
470 mOutGlop->transform.ortho.load(ortho); in setTransform()
471 mOutGlop->transform.canvas.load(canvas); in setTransform()
472 mOutGlop->transform.transformFlags = transformFlags; in setTransform()
482 mOutGlop->transform.modelView.loadTranslate(destination.left, destination.top, 0.0f); in setModelViewMapUnitToRect()
483 mOutGlop->transform.modelView.scale(destination.getWidth(), destination.getHeight(), 1.0f); in setModelViewMapUnitToRect()
495 const Matrix4& meshTransform = mOutGlop->transform.meshTransform(); in setModelViewMapUnitToRectSnap()
506 mOutGlop->transform.modelView.loadTranslate(left, top, 0.0f); in setModelViewMapUnitToRectSnap()
507 mOutGlop->transform.modelView.scale(destination.getWidth(), destination.getHeight(), 1.0f); in setModelViewMapUnitToRectSnap()
515 mOutGlop->transform.modelView.loadTranslate(offsetX, offsetY, 0.0f); in setModelViewOffsetRect()
525 const Matrix4& meshTransform = mOutGlop->transform.meshTransform(); in setModelViewOffsetRectSnap()
536 mOutGlop->transform.modelView.loadTranslate(offsetX, offsetY, 0.0f); in setModelViewOffsetRectSnap()
612 if (mOutGlop->transform.transformFlags & TransformFlags::MeshIgnoresCanvasTransform) { in build()
615 shaderMatrix.loadInverse(mOutGlop->transform.canvas); in build()
616 shaderMatrix.multiply(mOutGlop->transform.modelView); in build()
618 shaderMatrix.load(mOutGlop->transform.modelView); in build()
635 mOutGlop->transform.meshTransform().mapRect(mOutGlop->bounds); in build()